Commit Graph
9 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 83afbd0e3b fix PigZombieAngerEvent cancellation 2021-03-18 21:38:01 +01:00
Trigary f2e70c48f9 forced whitelist: use configurable kick message 2021-03-27 09:24:23 +01:00
Trigary f8a55d3645 fix dead slime setSize invincibility 2021-02-05 22:12:13 +01:00
Trigary 6f6ed7acb9 Add DragonEggFormEvent 2021-01-25 14:53:57 +01:00
Trigary 4bff4be120 add hand to BlockMultiPlaceEvent 2020-03-01 22:43:24 +01:00
Trigary 0ee773e88b add hand to BlockMultiPlaceEvent 2020-03-01 22:43:34 +01:00