Commit Graph
28 Commits
Author SHA1 Message Date
Gergely Sarkozi 3e76cbef70 fix empty array elements in command args (#5778) 2021-07-28 20:37:32 +02:00
Gergely Sarkozi 027b85caf3 editMeta: tighten contract via docs (#5714) 2021-05-30 13:45:46 +02:00
Gergely Sarkozi 455960096d [CI-SKIP] fix minecart vs minecraft typos (#5713) 2021-05-23 16:11:06 +02:00
Gergely Sarkozi bb125aaccf fix cancelling block falling causing client desync (fixes #5386) (#5419) 2021-05-09 22:40:50 +02:00
Gergely Sarkozi b20b05e631 fix PigZombieAngerEvent cancellation (fixes #5319) (v2) (#5329) 2021-04-23 15:06:36 +02:00
Gergely Sarkozi 72ad57c599 forced whitelist: use configuable kick message (fixes #5417) (#5418) 2021-03-31 08:15:12 +02:00
Trigary 32f7b1fa11 fix patch 'Remove streams from SensorNearest' (fixes #5330) 2021-03-10 12:24:20 +01:00
Gergely Sarkozi b40aeccfc2 [CI-SKIP] Add JavaDoc links to Tag class pointing to custom Paper tags (#5285) 2021-03-07 11:31:20 +01:00
Trigary 2fdb229830 stop firing pressure plate EntityInteractEvent for ignored entities (fixes #4962) 2021-02-02 09:29:55 +01:00
Gergely Sarkozi 8597a42d37 fix calling setSize on dead slimes causing invincibility (fixes #5137) (#5168) 2021-02-05 22:24:45 +01:00
Gergely Sarkozi 26d832041b add DragonEggFormEvent (fixes #5110) (#5112) 2021-01-30 16:22:12 +01:00
Trigary 7995c5cfeb Add player elytra boost API 2020-04-14 12:11:25 +02:00
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
Gergely SarkoziandAikar 26d02ff3c1 Make JavaClassLoader thread-safe (Fixes #3137) (#3144)
* Make PluginClassLoader thread-safe (fixes #3137)

* Clean up implementation of MT safe class loader

Co-authored-by: Aikar <aikar@aikar.co>
2020-04-15 09:39:39 +02:00
Gergely Sarkozi 8087b810b4 Add hand to BlockMultiPlaceEvent (fixes #2997) (#2998) 2020-03-02 21:55:31 +01:00
Gergely Sarkozi 5746b05df4 fix tripwire hook BlockPlaceEvent (fixes #2969) (#2971) 2020-02-19 04:51:52 +01:00
Gergely Sarkozi d9df388e69 Allow nerfed blazes, endermen to take water damage (#2847)
Fixes GH-2841
2020-02-09 05:19:54 +01:00
Gergely Sarkozi 284b18ef2d Fix Player#applyMending NPE (#2917) 2020-01-28 19:20:53 +01:00
Trigary cdbdd636e7 Limit lightning strike effect distance
Resolves GH-1436
2018-09-14 17:49:25 +02:00
Gergely Sarkozi 4e4a4dbf5e Cached, local-class-supporting task names (#1409)
Fixes issue #1177 

`MapMaker#weakKeys()` makes the `Map` use identity comparison for the keys, while also enabling the automatical removal of dropped classes from the cache.

The changes are the same as in #1399, except now the original patch is modified instead of a new one being created.
2018-09-03 16:04:50 +02: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