-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
Environment:
Windows 10
Local test server being accessed by local client
-
CraftBukkit version git-Spigot-17d78db-a339310 (MC: 1.16.3) (Implementing API version 1.16.3-R0.1-SNAPSHOT)
-
Yes
Currently, there is a check that prevents "Age" from being set to less than zero:
however, when messing around with Vanilla falling_block entities, the traditional way of preventing the block from despawning is to set the life of the falling_block to negative max int (- 2147483647) using the summon command (summon falling_block ~ {Time:-2147483648}). With this check here, we are unable to set the ticks lived of a block using spigot and instead need to do it through vanilla mechanics instead. Please consider removing this check.