-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
Plugin-free environment, fresh build from buildtools, dropped in the PVP heads datapack into the datapacks directory from http://mc.voodoobeard.com/ for 1.14.
Turn game mode keepInventory to true
-
git-Spigot-9de398a-8b09d98
-
N/A
-
Yes
Steps to reproduce: Install the player head drop datapack linked in Environment. Set gamemode keepInventory to true. Kill another player.
Expected behavior: A player skull should drop with the skin of the killed player
Observed behavior: No skull drops.
Background:
The PvP Heads datapack (attached) from Voodoobeard makes use of the new loot tables for players in 1.14 and the convenience function MC provides for populating the a player head with a player skin.
The datapack functions correctly in Vanilla MC when keepInventory is on, but when testing in Spigot, no player heads are dropping on player kills when this setting is turned on.
Probably related to these two issues:
https://hub.spigotmc.org/jira/browse/SPIGOT-5071
https://hub.spigotmc.org/jira/browse/SPIGOT-5188
Thank you!