Commit graph

4450 commits

Author SHA1 Message Date
md_5
40484a5fa0 SPIGOT-4875: PlayerChangedWorldEvent does not fire on teleporting via portals 2019-05-06 08:38:29 +10:00
md_5
5f89a0e3c1 SPIGOT-4877: No end platform generated 2019-05-06 08:36:11 +10:00
md_5
84400e66b8 SPIGOT-4871: Manually opened double chest doesn't have close animation 2019-05-05 18:39:58 +10:00
md_5
8deeeec0ac SPIGOT-4870: Server crashes while charging crossbow 2019-05-05 16:18:29 +10:00
md_5
c441dba815 SPIGOT-4834: API for Villager levels and experience 2019-05-05 12:03:20 +10:00
md_5
78616513e8 Rearchitect PortalCreateEvent to provide more information about the portal 2019-05-05 10:51:43 +10:00
Aquazus
e8c929356e SPIGOT-248: PortalCreateEvent not fired when exit portal is created automatically. 2019-05-05 10:33:57 +10:00
md_5
3be0bc1c51 SPIGOT-4840: CartographyInventory not returned for InventoryClickEvent.getClickedInventory on result slot 2019-05-05 09:46:41 +10:00
md_5
8ad64c4f99 SPIGOT-4867: Incorrect dimension ID for nether portal teleports 2019-05-05 09:30:44 +10:00
md_5
4e60dbe7e4 SPIGOT-4868: Server deadlock on /stop command 2019-05-05 09:25:51 +10:00
md_5
68e72f630e SPIGOT-4863: --eraseCache doesn't work 2019-05-04 20:54:32 +10:00
md_5
df82e4f08a SPIGOT-4860: Cancelling InventoryOpenEvent on MerchantInventory prevents re-opening 2019-05-04 20:32:13 +10:00
md_5
09a453aede SPIGOT-4835: Manually opened chest doesn't have close animation 2019-05-03 17:57:05 +10:00
md_5
84c2f4d1ab SPIGOT-4842: Dummy recipes should not give AIR as result type 2019-05-03 17:41:23 +10:00
md_5
8ddb94da62 SPIGOT-4831: setKeepSpawnInMemory to false does not work 2019-05-02 15:15:53 +10:00
Justin Lawen
fac0eca52b SPIGOT-4838: BlockDispenseEvent not called when shears dispensed from dispenser 2019-05-02 15:05:43 +10:00
md_5
a584320126 SPIGOT-4836: Breaking barrier block causes error 2019-05-02 09:23:16 +10:00
md_5
1fa9a81514 SPIGOT-4802: Add CrossbowMeta 2019-05-01 20:18:01 +10:00
md_5
d5c2e3ccb6 SPIGOT-4714: Broadcasts can no longer be done from secondary threads 2019-05-01 18:46:18 +10:00
md_5
deeecc7f08 SPIGOT-4820: Villager Type API 2019-05-01 18:39:43 +10:00
md_5
3dcbf6b85b Regular arrow spawn method should not have changed type 2019-05-01 18:14:52 +10:00
md_5
327c30812b SPIGOT-4822: Existing world fails to load 2019-05-01 18:10:27 +10:00
md_5
4fa2ad7c66 SPIGOT-4825: Clearly error on asynchronous tile access 2019-05-01 17:05:21 +10:00
md_5
4f420d8274 Revert "SPIGOT-4825: Clearly error on asynchronous tile access"
This reverts commit 5a37f43059.
2019-05-01 08:51:01 +10:00
md_5
5a37f43059 SPIGOT-4825: Clearly error on asynchronous tile access 2019-05-01 06:59:38 +10:00
md_5
bbd66d2046 SPIGOT-4823: Crash picking up arrows 2019-05-01 06:48:56 +10:00
md_5
dadc539211 World#spawnArrow should return an AbstractArrow now 2019-04-30 21:32:03 +10:00
md_5
29b90d2410 SPIGOT-4819: Continue refactoring of Arrow-related APIs 2019-04-30 21:23:11 +10:00
md_5
9926d780c4 SPIGOT-4816: Editing book causes glitchy behaviour 2019-04-30 15:33:35 +10:00
md_5
d7d28b1244 SPIGOT-4818: Unit test banner patterns 2019-04-30 15:20:11 +10:00
md_5
ea5d868cf9 SPIGOT-4810: Call EntityChangeBlockEvent for Ravager destroying leaves 2019-04-29 18:11:13 +10:00
md_5
5193f762a7 SPIGOT-4803: Fox related APIs 2019-04-28 17:59:12 +10:00
Coleman Yantis
ba2e5e7c74 Add TradeSelectEvent 2019-04-28 12:35:37 +10:00
md_5
e3df3d5cda Add Override annotations where appropriate 2019-04-28 11:38:01 +10:00
md_5
3331dade5e SPIGOT-4790: Secondary world data not saved 2019-04-28 11:13:44 +10:00
md_5
f4f32958a8 SPIGOT-4795: EntityPoseChangeEvent called every tick 2019-04-28 10:03:52 +10:00
md_5
5736cdc559 Intermittent hang on /stop 2019-04-27 21:33:07 +10:00
md_5
a875ee4160 Fix loading secondary worlds 2019-04-27 20:09:40 +10:00
md_5
5e0b63c1a0 SPIGOT-4785: Experience etc lost returning from end 2019-04-27 15:43:04 +10:00
md_5
c9fa596b9d Add some missing goal targets 2019-04-27 13:57:46 +10:00
md_5
1fafd8f3f2 Allow direct opening of another player's inventory
Not recommended - bugs may result, especially re: slot updates
2019-04-27 13:14:40 +10:00
md_5
884028b23b SPIGOT-4784: Collar colour API for Cats 2019-04-27 12:52:52 +10:00
md_5
6bb1f087e7 Loosen restrictions on inventory sizing
Allows creating (but not opening) inventories created eg via Bukkit.createInventory(..., InventoryType.PLAYER);
2019-04-27 12:50:43 +10:00
md_5
6606cd88d2 SPIGOT-4753: Add Pose API 2019-04-27 10:27:05 +10:00
md_5
86f149ff77 SPIGOT-4783: CreatureSpawnEvent causes crash when getting block type 2019-04-27 10:07:55 +10:00
md_5
1949f5835d SPIGOT-4778: Bell Attachment is missing 2019-04-27 09:33:00 +10:00
md_5
3a8616779a Remove redundant cast 2019-04-27 09:26:19 +10:00
blablubbabc
401641ea6d SPIGOT-4774: Entities don't get marked 'invalid' after being removed 2019-04-27 09:25:53 +10:00
md_5
6de3aa179a SPIGOT-4771: PlayerPortalEvent does not have correct cause when entering nether 2019-04-26 21:47:21 +10:00
md_5
112c84e1e3 SPIGOT-4769: PlayerPortalEvent does not have correct cause when entering end 2019-04-26 18:03:32 +10:00