Commit graph

1005 Commits

Autor SHA1 Nachricht Datum
i509VCB
8003ced585 SPIGOT-5061: Add explode and ignite methods to Creeper 2019-06-17 20:12:42 +10:00
md_5
f2757f95b3 SPIGOT-5071: Player loot tables not triggered 2019-06-16 11:39:33 +10:00
md_5
43431ba65b SPIGOT-5034: FoodLevelChangeEvent add getItem method 2019-06-14 19:41:36 +10:00
md_5
4090d01f6d SPIGOT-5047: Correct slot types for 1.14 inventories 2019-06-13 22:01:16 +10:00
blablubbabc
e8c0836216 SPIGOT-5046: World#getLoadedChunks returning inaccessible cached chunks. 2019-06-13 20:52:56 +10:00
md_5
9e95da121e SPIGOT-5052: PlayerPortalEvent not called when nether is disabled 2019-06-12 18:24:57 +10:00
md_5
28ea3fd105 SPIGOT-5062: end_portal on an non-default end world crashes the server 2019-06-12 18:19:36 +10:00
md_5
4a07dc69d0 SPIGOT-5058: ClassCastException when getting InventoryHolder of lectern when it's destroyed 2019-06-12 18:06:43 +10:00
md_5
411609dc81 SPIGOT-5053: Initialize beacon with stored levels where available 2019-06-10 19:09:51 +10:00
md_5
b1c5fd6817 SPIGOT-5054: Prevent issue with invalid hanging entities 2019-06-10 19:02:32 +10:00
md_5
0309d17dcc Rebuild patches 2019-06-09 08:49:28 +10:00
PurkkaKoodari
b7db6fba12 SPIGOT-2000: Picking up items to shield slot working inconsistently when inventory is full 2019-06-08 19:48:49 +10:00
md_5
123117bd3a SPIGOT-5038: Inventory.getHolder returns null for wandering traders 2019-06-07 19:36:40 +10:00
md_5
17543ecfd4 SPIGOT-5035: Error Using Virtual Merchant GUI 2019-06-06 20:51:53 +10:00
md_5
bdbdbe4459 SPIGOT-5024: Fox error - Unknown target reason 2019-06-06 20:44:12 +10:00
md_5
043d31deb0 SPIGOT-5015: Players in spectator mode prevent block placement and block projectiles 2019-06-02 19:54:24 +10:00
md_5
fa71719350 Make bukkitEntity private to prevent incorrect usage 2019-06-02 19:49:41 +10:00
md_5
cb3d14c5a7 Update to Minecraft 1.14.2 2019-05-28 06:30:00 +10:00
i509VCB
fcb9f90bf3 SPIGOT-4946: Add VillagerCareerChangeEvent 2019-05-27 12:21:53 +10:00
md_5
a4a2f67946 SPIGOT-4987: Shulkerbox does not save empty slots 2019-05-27 10:01:10 +10:00
md_5
17da34209f Fix reading custom persistent entity data 2019-05-25 11:22:18 +10:00
md_5
8378335737 SPIGOT-4980: Shields will not be put on cooldown when hit with an axe 2019-05-25 11:17:45 +10:00
blablubbabc
8d0f37228d SPIGOT-4752: Fixed inconsistency between isChunkLoaded and chunk load/unload events 2019-05-25 10:47:30 +10:00
md_5
3f9f31c3ce SPIGOT-4982: Armor disappearing while breaking the armor stand 2019-05-25 10:45:24 +10:00
md_5
342194e390 SPIGOT-4970: PlayerTeleportEvent event.setTo() has no effect on portal teleports 2019-05-21 21:04:45 +10:00
md_5
0e4ca96e47 SPIGOT-4966: Provide access to Entity in PortalCreateEvent 2019-05-21 12:08:19 +10:00
md_5
49e15b4d9a SPIGOT-4964: EntityPickupItemEvent for pandas 2019-05-20 19:54:24 +10:00
md_5
c5e09ceaaa SPIGOT-4961: Cannot open various inventories 2019-05-20 19:46:20 +10:00
Brokkonaut
f498aabe45 SPIGOT-4898: Call EntityChangeBlockEvent / EntityPickupItemEvent for foxes 2019-05-20 19:22:54 +10:00
md_5
d06991d960 SPIGOT-4953: Crafting table inventory returns player location, not block location 2019-05-19 19:17:56 +10:00
md_5
585b2ebdd5 Tweak thresholds for can't keep up message 2019-05-19 12:07:37 +10:00
md_5
91ada5c2bc SPIGOT-4956: EntityTameEvent not triggered when taming a Cat 2019-05-19 12:02:25 +10:00
blablubbabc
9bda413457 SPIGOT-4943: Zombie villager conversion player API.
Also resetting the conversion player when stopping a conversion.
2019-05-18 10:58:58 +10:00
Brokkonaut
5a02707175 SPIGOT-4947: Allow setting the content on a lectern 2019-05-18 10:32:04 +10:00
Brokkonaut
09d00e9f90 SPIGOT-4938: Call EntityPickupItemEvent for dolphins 2019-05-18 10:18:24 +10:00
md_5
02b466ccc7 SPIGOT-4940: Fletcher villager gifts sometimes crash server 2019-05-16 21:10:05 +10:00
md_5
89c52b7b0e Update to Minecraft 1.14.1 2019-05-14 10:00:00 +10:00
md_5
907de3f4ce SPIGOT-4921: Preserve entity compat with Vanilla 2019-05-13 16:50:52 +10:00
md_5
58db403011 SPIGOT-4916: Fix loading legacy structure data 2019-05-12 21:53:54 +10:00
md_5
a46ef53b75 Load custom worlds from correct location 2019-05-12 17:32:41 +10:00
md_5
8ad02cd9c7 SPIGOT-4900: Rearchitect multiworld support for better compat with new villager AI 2019-05-12 11:15:48 +10:00
blablubbabc
8879c31485 SPIGOT-4893: Don't reset angry state of wolves without target.
Wolves will 'silently' lose their target when teleporting between
dimensions or the chunk getting reloaded. To reset the angry state in
those cases, the check got moved into the loading method.
2019-05-11 13:11:52 +10:00
Brokkonaut
5c0d3b25e8 SPIGOT-4889: Add PlayerTakeLecternBookEvent 2019-05-11 13:05:11 +10:00
md_5
7d29eb5e5a SPIGOT-4899: Horse inventory title not set 2019-05-10 17:41:05 +10:00
md_5
6ceffb0d2a SPIGOT-4895: Bed doesn't explode in Nether and The End 2019-05-09 08:56:32 +10:00
md_5
ee8818473d SPIGOT-4888: setSleepingIgnored resets the night even when there is no one in a bed 2019-05-08 20:34:41 +10:00
md_5
15e02b4056 SPIGOT-4890: EntityDeathEvent fires twice when breaking an armor stand in survival mode 2019-05-08 20:17:45 +10:00
nathat890
b38a3c338c Add BlockShearEntityEvent for Dispensers shearing Sheep 2019-05-08 19:57:44 +10:00
md_5
d20328368c SPIGOT-4882: EntityExplodeEvent appears to fire every tick because of enderdragon 2019-05-07 09:45:13 +10:00
md_5
524facd24e SPIGOT-4881: Worldborder for the End and Nether switch to default after restart 2019-05-07 09:36:36 +10:00