-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
This server is running CraftBukkit version git-Spigot-a03b1fd-f7d6ad5 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
-
Yes
It appears that a datapack of some kind (either the vanilla datapack or a new one with a single recipe) is required to exist on the server in order for Spigot/CraftBukkit to be able to add a recipe.
Source for Test Plugin with a single recipe add.
Default server setup with TestPlugin:
- Add TestPlugin
- Restart Server
= Plugin's recipe added successfully
Vanilla Datapack disabled:
- Add TestPlugin
- Run "/datapack disable vanilla"
- Restart Server
= TestPlugin's recipe does not work. See attached NullPointerException
I would expect this to still add the recipe.
Single recipe datapack only:
- Add TestPlugin
- Run "/datapack disable vanilla"
- Extract DatapackWithOneRecipe.rar to <Server>/world/datapacks/
- Restart Server
= TestPlugin's recipe works.