Commit Graph
4 Commits
Author SHA1 Message Date
Trigary 357d34835f fix empty array elements in command arguments
Adjacent spaces caused empty array elements due to how String#split works.
This change removes those empty array elements without modifying anything else.
Adjacent spaces sent by players are removed in PlayerConnection, so this change doesn't affect players.
But it does affect the console, command blocks, Bukkit.dispatchCommand, etc.
2021-06-05 10:29:39 +02:00
Trigary d23a2f2782 add DragonEggFormEvent 2021-01-25 14:53:49 +01:00
Trigary a3a9180c51 Player elytra boost API 2020-04-14 12:06:14 +02:00
Trigary 0ee773e88b add hand to BlockMultiPlaceEvent 2020-03-01 22:43:34 +01:00