-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
Running on Windows 10 locally
Also replicated the issue on 1.15.2 build: CraftBukkit version git-Spigot-a99063f-fad2494 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT
Expected functionality on 1.14.4 build: CraftBukkit version git-Spigot-56f8471-43183ea (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
Attached plugin's source code available here: https://github.com/haveric/TestPlugin/blob/monster-spawner/testplugin/src/main/java/haveric/testplugin/TestPlugin.java
Running on Windows 10 locally Also replicated the issue on 1.15.2 build: CraftBukkit version git-Spigot-a99063f-fad2494 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT Expected functionality on 1.14.4 build: CraftBukkit version git-Spigot-56f8471-43183ea (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT) Attached plugin's source code available here: https://github.com/haveric/TestPlugin/blob/monster-spawner/testplugin/src/main/java/haveric/testplugin/TestPlugin.java
-
This server is running CraftBukkit version 3092-Spigot-9fb885e-ebe18b9 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
-
Yes
Placing a customized monster spawner does not keep its settings when placed in survival.
Replication Steps with attached plugin:
- Create the customized spawners by placing dirt and stone in a crafting table and taking the resulting spawners.
- Expected Result is a chicken spawner with the customized settings, which is what you receive no matter what gamemode you are in. Switching gamemodes does not seem to remove the data; only placing does.
- Set gamemode to creative (/gamemode creative).
- Place Spawner
- Expected Result is correct and a chicken spawner is placed.
- Switch to survival (/gamemode survival)
- Place Spawner
- Default pig spawner is placed and all custom settings appear to be lost.
Based on the environment tests, this appears to have been changed sometime in 1.15 as it works correctly on the 1.14.4 build.