Does anyone know a plugin or a command to burn an oven faster? For example, An item does not need 10 seconds more but only 5 or so
I always say, search first, then ask.
Here is a vanilla solution with Datanpackete:
https://www.minecraftforum.net/...d-furnaces
To speed up the furnace, you can change the vanilla recipes for the one you want. Either put it in your datapack or data folder in your saves.
Here is a vanilla iron ingot recipe
data \ minecraft \ recipes \ iron_ingot
{
"type": "smelting",
"ingredient": {"item": "minecraft: iron_ore"},
"result": "minecraft: iron_ingot",
"experience": 0.7,
"cookingtime": 200
}
See the cookingtime at the end? 200 ticks, which is 10 seconds. By the way, smelting type was added in 1.13.
And here's one with a Bukkit plugin but for 1.7.10, but try it:
https://dev.bukkit.org/...st-furnace
There's one more thing, but I did not want to log in to Spigot to watch the plugin, it means EpicFurnaces