CraftBukkit/Spigot
e3b7ad4ef3
SPIGOT-2964: Correct number of shelve sin PrepareEnchantEvent
...
By: md_5 <git@md-5.net>
2016-12-27 11:53:09 +11:00
CraftBukkit/Spigot
83554f3290
Correct some code.
...
By: md_5 <git@md-5.net>
2016-12-24 22:52:50 +11:00
CraftBukkit/Spigot
d338127ab9
SPIGOT-2127: Add DamageCause.ENTITY_SWEEP_ATTACK
...
By: md_5 <git@md-5.net>
2016-12-23 22:39:33 +11:00
CraftBukkit/Spigot
a272470d6f
Additional fireworks damage tracking.
...
By: md_5 <git@md-5.net>
2016-12-23 22:32:40 +11:00
CraftBukkit/Spigot
64b9c40cd7
MC-88491: Fix projectile colliding with shooter
...
In some situations, a projectile made collide with the entity that shot
it. This occurs because the game sets the ignored entity incorrectly.
Our fix is to ensure that the shooter is the only entity that gets
ignored by the projectile.
By: Zach Brown <zach.brown@destroystokyo.com>
2016-12-22 15:29:23 -06:00
CraftBukkit/Spigot
2b518036f5
SPIGOT-2953: Set damager for fireworks
...
By: md_5 <git@md-5.net>
2016-12-22 20:26:27 +11:00
CraftBukkit/Spigot
e6b0af2e55
SPIGOT-2944: Just apply filtering to players
...
By: md_5 <git@md-5.net>
2016-12-22 16:50:24 +11:00
CraftBukkit/Spigot
0c321dd15d
Update to Minecraft 1.11.2
...
By: md_5 <git@md-5.net>
2016-12-21 22:00:00 +11:00
CraftBukkit/Spigot
afecf1c36c
SPIGOT-2948: Alter filtering logic
...
By: md_5 <git@md-5.net>
2016-12-21 17:12:39 +11:00
CraftBukkit/Spigot
f9a809b2ba
Update to Minecraft 1.11.1
...
By: md_5 <git@md-5.net>
2016-12-21 07:00:00 +11:00
CraftBukkit/Spigot
74902a47aa
SPIGOT-2936: Simplify WorldBorder diff
...
By: md_5 <git@md-5.net>
2016-12-19 23:05:39 +11:00
CraftBukkit/Spigot
595c69ab7b
SPIGOT-2930: Shift calling of PlayerItemBreakEvent to before break.
...
By: md_5 <git@md-5.net>
2016-12-18 09:26:36 +11:00
CraftBukkit/Spigot
75f7baf1ad
SPIGOT-2926: Check spawn-npcs setting for NPCs.
...
Probably should refactor this code to be more similar to Vanilla in future.
By: md_5 <git@md-5.net>
2016-12-17 14:26:09 +11:00
CraftBukkit/Spigot
694b7ad459
SPIGOT-2918: Always call EnchantItemEvent
...
By: md_5 <git@md-5.net>
2016-12-14 14:38:55 +11:00
CraftBukkit/Spigot
54e60aee75
SPIGOT-2913: Only one enchantment applied to items
...
By: md_5 <git@md-5.net>
2016-12-13 08:44:50 +11:00
CraftBukkit/Spigot
d381e7b934
SPIGOT-2912: Fix enchanting with ID of 0
...
By: md_5 <git@md-5.net>
2016-12-12 09:35:31 +11:00
CraftBukkit/Spigot
a9e3f93ed3
Add getLocation for InventoryEnderChest
...
By: md_5 <git@md-5.net>
2016-12-11 16:41:40 +11:00
CraftBukkit/Spigot
b5bd9528a0
Add EnchantmentOffer to PrepareItemEnchantEvent
...
By: md_5 <git@md-5.net>
2016-12-11 11:10:38 +11:00
CraftBukkit/Spigot
25e61b60e4
SPIGOT-2242: Handle changed item in PlayerPickupArrowEvent
...
By: md_5 <git@md-5.net>
2016-12-10 12:48:56 +11:00
CraftBukkit/Spigot
87d502339e
SPIGOT-2524: Update inventory for cancelled air right click
...
By: md_5 <git@md-5.net>
2016-12-10 12:36:09 +11:00
CraftBukkit/Spigot
8b77464a94
SPIGOT-2907: Improve EntityResurrectEvent handling
...
By: md_5 <git@md-5.net>
2016-12-10 12:16:14 +11:00
CraftBukkit/Spigot
05fbc8df18
Clean up BlockFlowing
...
By: md_5 <git@md-5.net>
2016-12-09 12:56:49 +11:00
CraftBukkit/Spigot
2fa7ac3174
SPIGOT-2886: Call BlockFormEvent when Lava and Water collide
...
By: Brokkonaut <hannos17@gmx.de>
2016-12-09 12:53:15 +11:00
CraftBukkit/Spigot
9e8988306c
Use CraftEventFactory for BlockFormEvent
...
By: md_5 <git@md-5.net>
2016-12-09 12:45:21 +11:00
CraftBukkit/Spigot
00609fd3df
SPIGOT-2891: Remove chunks if first check is false
...
Minecraft does double checking for synchronous generation, but since we generate chunks asynchronously we are required to check the first condition also in case the chunk was loaded between ticks. We leave the other logic to be cleaned up by the loops below.
By: md_5 <git@md-5.net>
2016-12-06 22:05:58 +11:00
CraftBukkit/Spigot
db5c1e3e66
Implement EntityDeathEvent for ArmorStands
...
By: Senmori <thesenmori@gmail.com>
2016-12-03 16:32:13 -05:00
CraftBukkit/Spigot
24fdb26050
SPIGOT-2889: Error cancelling creative InventoryClickEvent
...
By: md_5 <git@md-5.net>
2016-12-05 09:07:25 +11:00
CraftBukkit/Spigot
5443bf1110
#326 : Convert BlockMeta to handle older serialized items.
...
By: Jacob Martin <jjm_223@hotmail.com>
2016-12-03 10:51:53 +11:00
CraftBukkit/Spigot
83cf54fd9d
SPIGOT-2879: Change order of entity addition for ender pearls
...
By: md_5 <git@md-5.net>
2016-12-03 09:55:36 +11:00
CraftBukkit/Spigot
a00951dd57
SPIGOT-2871: Improve BlockStates + BlockStateMeta
...
By: md_5 <git@md-5.net>
2016-12-02 09:29:33 +11:00
CraftBukkit/Spigot
e593f348c8
Add some expansions to Anvil Inventory API
...
By: Xor Boole <mcyoung@mit.edu>
2016-11-30 16:40:40 +11:00
CraftBukkit/Spigot
081c11644f
SPIGOT-2867: Update inventory on cancelled interacts too
...
By: md_5 <git@md-5.net>
2016-11-30 15:33:29 +11:00
CraftBukkit/Spigot
21a4e56ad5
Expand definition of isFrozen
...
By: md_5 <git@md-5.net>
2016-11-30 09:16:01 +11:00
CraftBukkit/Spigot
140a834de3
SPIGOT-2860: Don't create 0 exp orbs when breeding
...
By: md_5 <git@md-5.net>
2016-11-29 15:42:46 +11:00
CraftBukkit/Spigot
5cdc0bbd0e
Add hitEntity to ProjectileHitEvent
...
By: md_5 <git@md-5.net>
2016-11-28 12:47:01 +11:00
CraftBukkit/Spigot
3f8ec9a859
SPIGOT-2855: Empty ItemStacks in PlayerDeathEvent drops
...
By: md_5 <git@md-5.net>
2016-11-28 12:34:21 +11:00
CraftBukkit/Spigot
8eb1f2cdd7
SPIGOT-1401: Issues placing blocks adjacent to eachother
...
By: md_5 <git@md-5.net>
2016-11-28 10:13:49 +11:00
CraftBukkit/Spigot
1070f2682f
Fix possible leaks in vanish API
...
By: md_5 <git@md-5.net>
2016-11-28 10:02:40 +11:00
CraftBukkit/Spigot
0dcf5cb67e
SPIGOT-2695: Added BrewingStandFuelEvent and added fuel level to the BrewEvent
...
By: LukBukkit <luk.bukkit@gmail.com>
2016-11-24 18:03:48 +01:00
CraftBukkit/Spigot
223f2ee80f
SPIGOT-2842: Improve item age handling
...
By: md_5 <git@md-5.net>
2016-11-25 10:31:53 +11:00
CraftBukkit/Spigot
d722f59600
Farmland is a pickable block
...
By: md_5 <git@md-5.net>
2016-11-24 21:29:41 +11:00
CraftBukkit/Spigot
5a3215856c
SPIGOT-2833: Tile entities occasionally wiped after placement
...
By: md_5 <git@md-5.net>
2016-11-24 09:30:01 +11:00
CraftBukkit/Spigot
874e784b8a
SPIGOT-2836: ProjectileHitEvent not always firing for FishHook
...
By: md_5 <git@md-5.net>
2016-11-23 22:50:37 +11:00
CraftBukkit/Spigot
c85a3c331b
SPIGOT-2765: Special case entity triggered explosions for HangingBreakEvent
...
By: md_5 <git@md-5.net>
2016-11-23 10:34:08 +11:00
CraftBukkit/Spigot
6b773ce751
SPIGOT-2824: Llama Strength API
...
By: md_5 <git@md-5.net>
2016-11-23 10:27:49 +11:00
CraftBukkit/Spigot
db370129b4
Fix setCarryingChest not resizing horse inventory
...
By: md_5 <git@md-5.net>
2016-11-21 21:56:17 +11:00
CraftBukkit/Spigot
f6dd4eff69
SPIGOT-2272: Add API for virtual Merchants
...
By: Lukas Hennig <lukas@wirsindwir.de>
2016-11-21 15:29:36 +11:00
CraftBukkit/Spigot
6d1f84a8e1
SPIGOT-2807: Update inventory when attack cancelled
...
By: md_5 <git@md-5.net>
2016-11-20 14:13:21 +11:00
CraftBukkit/Spigot
1026d97b35
SPIGOT-2806: Fix PlayerDropItemEvent for disconnected players
...
By: md_5 <git@md-5.net>
2016-11-20 10:19:22 +11:00
CraftBukkit/Spigot
0193564053
Fix cancelling PlayerEditBookEvent
...
By: LukBukkit <luk.bukkit@gmail.com>
2016-11-19 12:40:42 +01:00
CraftBukkit/Spigot
a68281e279
SPIGOT-2800: Can only smelt 63 stack
...
By: md_5 <git@md-5.net>
2016-11-19 21:14:46 +11:00
CraftBukkit/Spigot
0816d8a06f
Add additional APIs for Evoker / EvokerFangs
...
By: momothereal <momothereal.mc@gmail.com>
2016-11-19 18:53:57 +11:00
CraftBukkit/Spigot
3e21482d20
Attempt to sync damage up again - golden apples this time
...
By: md_5 <git@md-5.net>
2016-11-19 14:53:19 +11:00
CraftBukkit/Spigot
e73c499794
SPIGOT-2795: InventoryClickEvent issues
...
By: md_5 <git@md-5.net>
2016-11-19 13:51:10 +11:00
CraftBukkit/Spigot
a43e456dca
Get Colors from ShulkerBox; Implement CustomName for Tiles.
...
By: Senmori <thesenmori@gmail.com>
2016-11-18 11:24:41 +11:00
CraftBukkit/Spigot
3fd399bd50
SPIGOT-2793: Revert Nameable changes
...
By: md_5 <git@md-5.net>
2016-11-19 03:10:04 +11:00
CraftBukkit/Spigot
f95e0cbeef
SPIGOT-2790: Remove negative item ID filtering again
...
By: md_5 <git@md-5.net>
2016-11-18 15:12:11 +11:00
CraftBukkit/Spigot
bd1ee334c6
Get Colors from ShulkerBox; Implement CustomName for Tiles.
...
By: Senmori <thesenmori@gmail.com>
2016-11-18 11:24:41 +11:00
CraftBukkit/Spigot
9dad03430b
SPIGOT-2777: Mobs not being angered by snowballs
...
By: md_5 <git@md-5.net>
2016-11-18 10:57:53 +11:00
CraftBukkit/Spigot
4e151a9020
SPIGOT-2784: Fix Withers not being built
...
By: md_5 <git@md-5.net>
2016-11-18 09:20:14 +11:00
CraftBukkit/Spigot
3d88bfd277
SPIGOT-2771: Safely execute command block commands
...
By: md_5 <git@md-5.net>
2016-11-18 08:54:22 +11:00
CraftBukkit/Spigot
53a37d68fc
SPIGOT-2785: Wrong effect ID for wither sounds
...
By: md_5 <git@md-5.net>
2016-11-18 08:41:21 +11:00
CraftBukkit/Spigot
5e5fe9d2ed
SPIGOT-2770: Can Place Structure Blocks Even When Not Op
...
By: md_5 <git@md-5.net>
2016-11-17 21:01:15 +11:00
CraftBukkit/Spigot
4e412ab4e3
Update to Minecraft 1.11
...
By: md_5 <git@md-5.net>
2016-11-17 12:41:03 +11:00
CraftBukkit/Spigot
cf579b12bc
SPIGOT-1903, MC-98153: Portal Location Sync Issues
...
By: md_5 <git@md-5.net>
2016-10-23 14:00:35 +11:00
CraftBukkit/Spigot
537ae5a7b0
SPIGOT-2738: Revert SPIGOT-1903 fix
...
Reverted from commit 69cae6228b
By: md_5 <git@md-5.net>
2016-10-23 12:45:07 +11:00
CraftBukkit/Spigot
69cae6228b
SPIGOT-1903: Only issue player location update after tick
...
Previously after a player tick, the player's location would be reset back to the location which they had prior to the tick, only to be (hopefully) corrected at a later point, after the client had attempted (and failed) to acknowledge the location change.
By: md_5 <git@md-5.net>
2016-10-19 20:43:47 +11:00
CraftBukkit/Spigot
49316bb556
SPIGOT-2726: Fix duplicate UUID check not always running
...
World.addEntity(Entity entity) calls addEntity(entity, SpawnReason.DEFAULT), which contains the code that was originally in addEntity (and some event code).
However, WorldServer previously only had addEntity(Entity entity), so if addEntity(Entity entity, SpawnReason spawnreason) was called directly, the UUID check that's found in it (the call to 'i') is skipped. This happens, among other places, in ChunkRegionLoader.spawnEntity (which /summon uses).
I fixed this by making WorldServer override the SpawnReason version, rather than the regular version. This is safe to do because the World version calls the SpawnReason version - it's not necessary to do the same thing in WorldServer.
By: Pokechu22 <Pokechu022@gmail.com>
2016-10-15 23:20:12 -07:00
CraftBukkit/Spigot
fc00e0cbca
SPIGOT-2686: Vehicles cannot collide with air
...
By: md_5 <git@md-5.net>
2016-10-12 19:47:14 +11:00
CraftBukkit/Spigot
001b26f1ae
Fix looting enchant using wrong variable
...
By: md_5 <git@md-5.net>
2016-10-10 17:02:49 +11:00
CraftBukkit/Spigot
1160f867a4
SPIGOT-2694: Update other half of door on BlockBreakEvent
...
By: md_5 <git@md-5.net>
2016-10-10 16:58:14 +11:00
CraftBukkit/Spigot
01ba47a5c0
SPIGOT-2717: /execute over RCON
...
By: md_5 <git@md-5.net>
2016-10-09 14:00:04 +11:00
CraftBukkit/Spigot
a4f5074da8
MC-54738: Fix ocean biome spikes due to minHeight sign inversion.
...
By: Ryan Michela <deltahat@gmail.com>
2016-10-06 22:31:53 -07:00
CraftBukkit/Spigot
dc3ec1e507
SPIGOT-2683: Missing BlockDispenseEvents
...
By: md_5 <git@md-5.net>
2016-09-19 18:20:15 +10:00
CraftBukkit/Spigot
0faf0e750e
Remove unneeded change
...
By: md_5 <git@md-5.net>
2016-09-11 14:14:13 +10:00
CraftBukkit/Spigot
ceee1b96e1
SPIGOT-2639: Better state validation
...
By: md_5 <git@md-5.net>
2016-09-05 17:33:28 +10:00
CraftBukkit/Spigot
d9aefeb601
SPIGOT-2653: Better align combustion with vanilla behaviour
...
By: md_5 <git@md-5.net>
2016-09-03 16:39:21 +10:00
CraftBukkit/Spigot
859ccb933b
SPIGOT-2634: Concurrency issue in FileIOThread
...
By: md_5 <git@md-5.net>
2016-08-27 15:51:54 +10:00
CraftBukkit/Spigot
e82ad8c82f
SPIGOT-215: Implement infrastructure for Location tab completes
...
By: DemonWav <demonwav@gmail.com>
2016-08-25 09:48:52 +10:00
CraftBukkit/Spigot
7b4d8c3f3f
SPIGOT-2622: Ensure all players are safely disconnected on shutdown
...
By: md_5 <git@md-5.net>
2016-08-23 14:02:48 +10:00
CraftBukkit/Spigot
cf6a18e39f
SPIGOT-2616: Fix dispensers dispensing TNT making squid sounds
...
This was caused by the wrong obfuscated sound effect being used, probably due to a merge issue.
By: Pokechu22 <Pokechu022@gmail.com>
2016-08-20 09:48:07 +10:00
CraftBukkit/Spigot
22d343c1f4
SPIGOT-2581: EntityAirChangeEvent
...
By: md_5 <git@md-5.net>
2016-08-08 18:24:21 +10:00
CraftBukkit/Spigot
4e6c8a8362
Enhance Beacon Block API
...
By: md_5 <git@md-5.net>
2016-07-23 10:55:43 +10:00
CraftBukkit/Spigot
467c8686b0
Implement basic Beacon Block API
...
By: redwallhp <mcredwallhp@gmail.com>
2016-07-18 03:40:07 -04:00
CraftBukkit/Spigot
9baef28a81
SPIGOT-2537: Relax skull check even for nominally invalid skulls.
...
By: md_5 <git@md-5.net>
2016-07-22 20:34:17 +10:00
CraftBukkit/Spigot
3aa2d8025a
Simplify a few diffs
...
By: md_5 <git@md-5.net>
2016-07-15 20:08:04 +10:00
CraftBukkit/Spigot
1e7be02c6b
SPIGOT-2520: Better skull validation
...
By: md_5 <git@md-5.net>
2016-07-13 11:47:57 +10:00
CraftBukkit/Spigot
a9eb9b3f1a
SPIGOT-2495: Better validation of Skulls.
...
By: md_5 <git@md-5.net>
2016-07-12 20:18:08 +10:00
CraftBukkit/Spigot
b38424139e
SPIGOT-113: Add save status to ChunkUnloadEvent
...
By: md_5 <git@md-5.net>
2016-07-11 21:10:56 +10:00
CraftBukkit/Spigot
a63680b107
SPIGOT-2427: Fix missed diff in armor damage handling
...
By: md_5 <git@md-5.net>
2016-07-10 12:02:18 +10:00
CraftBukkit/Spigot
4d977ad06a
SPIGOT-1994: Revert collisions to Vanilla behaviour
...
By: md_5 <git@md-5.net>
2016-07-10 11:44:02 +10:00
CraftBukkit/Spigot
713c31929a
Call EntityChangeBlockEvent for Fire Arrows hitting TNT
...
By: md_5 <git@md-5.net>
2016-07-08 11:20:15 +10:00
CraftBukkit/Spigot
9797cf7e43
SPIGOT-2490: Villager farming event
...
By: md_5 <git@md-5.net>
2016-07-08 11:12:40 +10:00
CraftBukkit/Spigot
6558543222
SPIGOT-2504: Save structure info for secondary worlds
...
By: md_5 <git@md-5.net>
2016-07-08 10:55:51 +10:00
CraftBukkit/Spigot
64ee97bc2f
SPIGOT-2501: Remove period from default quit message
...
By: md_5 <git@md-5.net>
2016-07-07 10:43:49 +10:00
CraftBukkit/Spigot
7b2050e56f
SPIGOT-1468: ENDER_PEARL SpawnReason
...
By: md_5 <git@md-5.net>
2016-07-01 12:30:28 +10:00
CraftBukkit/Spigot
3aeb832d79
SPIGOT-1373: Implement EntityTargetEvent for TEMPT.
...
This can be a high frequency event call. Use with care.
By: md_5 <git@md-5.net>
2016-07-01 11:40:42 +10:00
CraftBukkit/Spigot
9f63f2a371
SPIGOT-1341: Cancelled cake interact decreases client hunger
...
By: md_5 <git@md-5.net>
2016-07-01 11:20:31 +10:00
CraftBukkit/Spigot
a9a318835b
SPIGOT-1405: Call EntityChangeBlockEvent for Rabbits eating Carrots
...
By: md_5 <git@md-5.net>
2016-06-30 16:15:38 +10:00
CraftBukkit/Spigot
dc3f10a9a0
SPIGOT-1288: Sounds played for cancelled BlockPlaceEvent
...
By: md_5 <git@md-5.net>
2016-06-30 15:39:58 +10:00
CraftBukkit/Spigot
36998be28a
SPIGOT-1284: Run scheduler consistently within a tick
...
By: md_5 <git@md-5.net>
2016-06-30 15:20:04 +10:00
CraftBukkit/Spigot
7af7537763
SPIGOT-1283: Copy data directory on world import in case it's required
...
By: md_5 <git@md-5.net>
2016-06-30 15:13:32 +10:00
CraftBukkit/Spigot
66392c6d78
SPIGOT-1264: Spurious BlockFadeEvent
...
By: md_5 <git@md-5.net>
2016-06-30 14:47:05 +10:00
CraftBukkit/Spigot
51742aae6c
SPIGOT-1224: InventoryClickEvent issues for containers opened during event
...
By: md_5 <git@md-5.net>
2016-06-30 14:27:49 +10:00
CraftBukkit/Spigot
4013505f8c
SPIGOT-1181: Ensure Minecart command updates visually
...
By: md_5 <git@md-5.net>
2016-06-30 13:33:26 +10:00
CraftBukkit/Spigot
d6f72f0b27
SPIGOT-1132: Duplicate Minecart interact event
...
By: md_5 <git@md-5.net>
2016-06-30 13:26:22 +10:00
CraftBukkit/Spigot
8af31adf18
SPIGOT-2461: Call player tick specifically
...
By: md_5 <git@md-5.net>
2016-06-28 11:44:48 +10:00
CraftBukkit/Spigot
eecbca5942
MC-80966 / SPIGOT-957: Send additional lighting data
...
By: md_5 <git@md-5.net>
2016-06-25 20:44:12 +10:00
CraftBukkit/Spigot
a526b5311c
SPIGOT-924: Compute attributes one last time after quitting
...
By: md_5 <git@md-5.net>
2016-06-25 20:38:13 +10:00
CraftBukkit/Spigot
1908fefc12
Update to Minecraft 1.10.2
...
By: md_5 <git@md-5.net>
2016-06-25 11:54:17 +10:00
CraftBukkit/Spigot
26aaa4aceb
SPIGOT-2439: Consistently fire Chunk(Load|Unload)Event
...
Clean up implementation and firing of both of these events by routing
both unload and load behaviors to consistent method calls.
This fixes issues where a few places would not call Load or Unload events
when it should have.
Additionally, reduces diff by moving the neighbor marking code into these
consistent points.
Additional benefits of the change include improving the neighbor marking
methods to use getChunkIfLoaded instead of getLoadedChunkAt in some places,
as the latter will cause chunks to be marked active and not unload.
Finally, this also updates CraftWorld.loadChunk to use the new methods, as the
previous logic did not properly handle the new unload queue.
By: Aikar <aikar@aikar.co>
2016-06-21 19:08:09 -04:00
CraftBukkit/Spigot
8e8c7d72aa
SPIGOT-1319: Add EntityBreedEvent
...
By: Ryan Michela <deltahat@gmail.com>
2016-06-18 22:00:39 -07:00
CraftBukkit/Spigot
0628968019
Fix infinite loop when saving chunks
...
Running `/save-all flush` would start an infinite loop that prints:
ThreadedAnvilChunkStorage (world): All chunks are saved
By: Jadon Fowler <ph4seaber@gmail.com>
2016-06-18 04:25:50 -07:00
CraftBukkit/Spigot
c703d2431c
SPIGOT-2414: Repeated disconnects
...
By: md_5 <git@md-5.net>
2016-06-15 13:45:11 +10:00
CraftBukkit/Spigot
bdf0aef528
SPIGOT-2405: Better event for combust due to fire
...
By: md_5 <git@md-5.net>
2016-06-15 13:31:35 +10:00
CraftBukkit/Spigot
c93d857872
SPIGOT-2385: RegionFileCache synchronization issues
...
By: md_5 <git@md-5.net>
2016-06-12 19:28:27 +10:00
CraftBukkit/Spigot
5c09622671
SPIGOT-2348: EntityTeleportEvent cancellation
...
By: md_5 <git@md-5.net>
2016-06-12 12:51:53 +10:00
CraftBukkit/Spigot
c9a10e68a1
SPIGOT-2322: Chunks generating with missing / corrupted data.
...
By: md_5 <git@md-5.net>
2016-06-12 12:28:08 +10:00
CraftBukkit/Spigot
2270b1425e
SPIGOT-2397: More calls to VehicleEntityCollisionEvent
...
By: md_5 <git@md-5.net>
2016-06-12 10:45:03 +10:00
CraftBukkit/Spigot
3e6ba4f676
SPIGOT-1124: Changed To-Location on Teleport event ignored
...
By: minoneer <minoneer@gmail.com>
2016-05-30 21:29:10 +02:00
CraftBukkit/Spigot
6b0f3ef039
SPIGOT-2388: Damage must be nulled out in some circumstances
...
By: md_5 <git@md-5.net>
2016-06-12 10:13:51 +10:00
CraftBukkit/Spigot
a9e1194e19
SPIGOT-2387: Magma does not provide a block for EntityDamageEvent.
...
By: md_5 <git@md-5.net>
2016-06-11 16:11:51 +10:00
CraftBukkit/Spigot
1a8b83514c
SPIGOT-1550, SPIGOT-2306: Custom payload / book + event fixes
...
By: md_5 <git@md-5.net>
2016-06-11 12:17:35 +10:00
CraftBukkit/Spigot
1b648cfd6b
SPIGOT-2366: Fix a missed diff PortalTravelAgent.patch
...
By: Tom E <tomelfring@gmail.com>
2016-06-09 12:00:57 +02:00
CraftBukkit/Spigot
41b7bb0b90
SPIGOT-2365: Missed hanging diff
...
By: md_5 <git@md-5.net>
2016-06-09 20:42:49 +10:00
CraftBukkit/Spigot
f848ee8019
SPIGOT-2364: Fix hanging placing.
...
By: md_5 <git@md-5.net>
2016-06-09 14:27:59 +10:00
CraftBukkit/Spigot
67c3b659a5
Restore some Vanilla behaviour to fix magma blocks
...
By: md_5 <git@md-5.net>
2016-06-09 12:50:21 +10:00
CraftBukkit/Spigot
a39b7e5f3a
Update to Minecraft 1.10
...
By: md_5 <git@md-5.net>
2016-06-09 11:43:49 +10:00
CraftBukkit/Spigot
18f37c3b32
SPIGOT-2335: EntityCreeper.setPowered
...
By: md_5 <git@md-5.net>
2016-05-31 20:53:37 +10:00
CraftBukkit/Spigot
e9b7eee369
SPIGOT-636: Decouple EntityCombustByEntity from damageEntity
...
By: md_5 <git@md-5.net>
2016-05-28 22:10:59 +10:00
CraftBukkit/Spigot
3a3576e181
Implement PlayerChangedMainHandEvent
...
By: md_5 <git@md-5.net>
2016-05-27 18:53:36 +10:00
CraftBukkit/Spigot
187015b57b
SPIGOT-2321: Fully check Vanilla command permissions
...
By: md_5 <git@md-5.net>
2016-05-26 21:06:28 +10:00
CraftBukkit/Spigot
69c6c3d92c
SPIGOT-2311: Cancelling PlayerPortalEvent causes invulnerability until relog
...
By: md_5 <git@md-5.net>
2016-05-25 18:25:49 +10:00
CraftBukkit/Spigot
ba115c957b
SPIGOT-2303: Use getChunkIfLoaded
...
By: md_5 <git@md-5.net>
2016-05-22 13:57:44 +10:00
CraftBukkit/Spigot
ecb71842df
SPIGOT-2297: Reintroduce getChunkIfLoaded
...
By: md_5 <git@md-5.net>
2016-05-22 11:36:38 +10:00
CraftBukkit/Spigot
4d42c823d2
SPIGOT-2282: Get loaded chunk
...
By: md_5 <git@md-5.net>
2016-05-15 22:14:47 +10:00
CraftBukkit/Spigot
477241471c
Fix CraftBukkit crash report details not showing
...
By: md_5 <git@md-5.net>
2016-05-15 22:12:06 +10:00
CraftBukkit/Spigot
d94f1ebe37
SPIGOT-2270: Retain Java 6 compat
...
By: md_5 <git@md-5.net>
2016-05-12 12:09:28 +10:00
CraftBukkit/Spigot
bc420eace5
SPIGOT-2271: Custom furnace experience error
...
By: md_5 <git@md-5.net>
2016-05-12 12:07:58 +10:00
CraftBukkit/Spigot
d0547bfe77
Use direct chunk access for neighbour counts on unload
...
By: md_5 <git@md-5.net>
2016-05-11 15:59:20 +10:00
CraftBukkit/Spigot
3d3e6cdcad
Fix some [but not all] chunk unload issues
...
By: md_5 <git@md-5.net>
2016-05-11 15:34:16 +10:00
CraftBukkit/Spigot
d506c12c07
Minecraft 1.9.4
...
By: md_5 <git@md-5.net>
2016-05-10 21:47:39 +10:00
CraftBukkit/Spigot
c9a6e9175c
SPIGOT-2255: Nether Structure generation ConcurrentModificationException
...
By: md_5 <git@md-5.net>
2016-05-07 16:33:01 +10:00
CraftBukkit/Spigot
da48f2cbd4
SPIGOT-2134: Use the correct listener in CommandExecute
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-05-01 20:38:40 +01:00
CraftBukkit/Spigot
fbff20c008
SPIGOT-2218: Drop horse chest on death
...
By: md_5 <git@md-5.net>
2016-04-26 09:26:20 +10:00
CraftBukkit/Spigot
9295c03ce7
Ignore movement packets from dead players.
...
As funny as the idea sounds of having corpses sliding around it
shouldn't really be allowed. Due to other checks added by CB
previously this was mostly harmless anyway.
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-04-24 17:35:59 +01:00
CraftBukkit/Spigot
d106bad54b
Remove debug message.
...
By: Jacob Martin <jjm_223@hotmail.com>
2016-04-23 09:49:06 -05:00
CraftBukkit/Spigot
97cabc950a
SPIGOT-2171: Fix shield blocking sounds
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-04-20 13:01:20 +01:00
CraftBukkit/Spigot
7a3f710cf1
SPIGOT-2157: Fix enderman not playing their animation when attacking
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-04-20 11:40:16 +01:00
CraftBukkit/Spigot
70d48f98d3
SPIGOT-2134: Support /execute being chained
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-04-20 11:24:48 +01:00
CraftBukkit/Spigot
6293f1d626
SPIGOT-2043: Ensure VehicleMoveEvent is always fired for boats
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-04-20 11:12:14 +01:00
CraftBukkit/Spigot
77b2d0456e
SPIGOT-2014: Respect the spectatorsGenerateChunks gamerule
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-04-20 11:00:35 +01:00
CraftBukkit/Spigot
8fe634523c
SPIGOT-2191: Fix a missed diff from 1.8.8
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-04-17 17:47:51 +01:00
CraftBukkit/Spigot
cca53f1f96
staticify backported method
...
By: md_5 <git@md-5.net>
2016-04-12 18:25:18 +10:00
CraftBukkit/Spigot
70d8b8c90e
Backport changes from 16w15a
...
By: md_5 <git@md-5.net>
2016-04-12 14:06:08 +10:00
CraftBukkit/Spigot
6b0ff2a74f
SPIGOT-2145: Add missed EntityTeleportEvent diff
...
By: md_5 <git@md-5.net>
2016-04-08 19:06:31 +10:00
CraftBukkit/Spigot
d7b8d8fdb9
SPIGOT-2128: Flint and steel duplicate place event
...
By: md_5 <git@md-5.net>
2016-04-04 17:18:01 +10:00
CraftBukkit/Spigot
22bfd9c3e9
SPIGOT-2115: Fix entities being added to the world multiple times when teleported
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-04-02 01:12:03 +01:00
CraftBukkit/Spigot
f3c514cf91
SPIGOT-2102: Don't reduce the movement limit below vanilla's default
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-04-01 23:19:55 +01:00
CraftBukkit/Spigot
b6c5393b22
Handle cases where Mojang uses an empty string for permission checks
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-04-01 22:58:20 +01:00
CraftBukkit/Spigot
911f7f5cf7
MC-100382: Fix Pathfinding Memory Leak
...
https://bugs.mojang.com/browse/MC-100382
A reference to a ChunkCache is never cleaned up after doing a pathfind operation,
resulting in leaking chunks. The leaked chunks then hold references to other
entities that may also be leaking ChunkCache's, creating a cascading problem.
By: Aikar <aikar@aikar.co>
2016-03-31 19:47:11 -04:00
CraftBukkit/Spigot
41e881d59f
SPIGOT-2101: Check the result of damageEntity before applying knockback from sweep attacks
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-03-31 12:50:58 +01:00
CraftBukkit/Spigot
86e2c74429
SPIGOT-2098: Fix sound effects for 1.9.0 clients
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-03-31 11:34:47 +01:00
CraftBukkit/Spigot
17d7ca3bb4
Fix a diff mistake in MobEffectList
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-03-31 00:00:11 +01:00
CraftBukkit/Spigot
094f30f26d
Update to Minecraft 1.9.2
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-03-30 20:50:59 +01:00
CraftBukkit/Spigot
8ea7bfcb8c
Support Minecraft 1.9.2
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-03-30 16:51:22 +01:00
CraftBukkit/Spigot
19e357e11a
Add 1.9.1 support.
...
By: md_5 <git@md-5.net>
2016-03-16 16:49:50 +11:00
CraftBukkit/Spigot
4fbcead283
SPIGOT-2033: Re-add missed diff for entity.valid
...
By: Aikar <aikar@aikar.co>
2016-03-28 20:19:29 -04:00
CraftBukkit/Spigot
5e00c79020
Limit the length of byte arrays
...
By: Thinkofname <thinkofdeath@spigotmc.org>
2016-03-28 21:19:05 +01:00
CraftBukkit/Spigot
f2440a109a
Arrows use interactable condition
...
By: md_5 <git@md-5.net>
2016-03-27 20:58:45 +11:00
CraftBukkit/Spigot
eb3bbd68cc
SPIGOT-2060: Method to control whether entities collide
...
By: md_5 <git@md-5.net>
2016-03-27 20:19:41 +11:00
CraftBukkit/Spigot
c165b940ae
SPIGOT-2056: Fix killedByTeam scoreboard criteria
...
By: md_5 <git@md-5.net>
2016-03-27 11:11:15 +11:00
CraftBukkit/Spigot
454a2b88bd
SPIGOT-2034: Rework damage again, this time for snowballs.
...
By: md_5 <git@md-5.net>
2016-03-26 14:10:29 +11:00
CraftBukkit/Spigot
2e5cc5e318
SPIGOT-2050: Add back code to only fire VehicleEnterEvent for loaded chunks.
...
By: md_5 <git@md-5.net>
2016-03-26 09:19:03 +11:00
CraftBukkit/Spigot
9808985b27
SPIGOT-1746: Tile entities may not always tick.
...
By: md_5 <git@md-5.net>
2016-03-25 14:04:27 +11:00
CraftBukkit/Spigot
3f72e1a95c
Apply DataConverters to ItemStack instances
...
By: md_5 <git@md-5.net>
2016-03-25 10:20:27 +11:00
CraftBukkit/Spigot
97cca957f7
Fix player dimension change invulnerability never getting unset when certain dimensions are disabled
...
By: Zach Brown <zach.brown@destroystokyo.com>
2016-03-22 12:39:41 -05:00
CraftBukkit/Spigot
0c230e9353
SPIGOT-1733: Add PlayerPickupArrowEvent
...
By: 2008Choco <hawkeboyz2@hotmail.com>
2016-03-22 14:03:48 -04:00
CraftBukkit/Spigot
15f22a7986
SPIGOT-1934: Expand EnderDragon API - implement dragon phases
...
By: Matthew <stteg@hotmail.com>
2016-03-15 23:32:37 -04:00
CraftBukkit/Spigot
c0cd5222ed
SPIGOT-1975: Fix falling blocks when height > 1
...
By: md_5 <git@md-5.net>
2016-03-22 18:04:02 +11:00
CraftBukkit/Spigot
2d394c85d9
Improve shield damage
...
By: md_5 <git@md-5.net>
2016-03-22 14:54:21 +11:00
CraftBukkit/Spigot
6d1fcb4866
SPIGOT-1993: Move hand check to proper location
...
By: md_5 <git@md-5.net>
2016-03-20 16:53:36 +11:00
CraftBukkit/Spigot
817347613d
SPIGOT-1984: Fix default interact state when sneaking
...
By: md_5 <git@md-5.net>
2016-03-20 13:48:21 +11:00
CraftBukkit/Spigot
ed3feb34bd
Fix strange potion diff
...
By: md_5 <git@md-5.net>
2016-03-20 13:42:12 +11:00
CraftBukkit/Spigot
8a5e72c953
SPIGOT-1991: Further damage fixes
...
By: md_5 <git@md-5.net>
2016-03-20 13:40:12 +11:00
CraftBukkit/Spigot
fb5328bb3c
SPIGOT-1904: AreaEffectCloud events and additional API
...
By: t00thpick1 <t00thpick1dirko@gmail.com>
2016-03-12 12:12:25 -05:00
CraftBukkit/Spigot
277b9a6caa
SPIGOT-1986: Fix flying players spamming EntityToggleGlideEvent
...
By: 0x277F <0x277F@gmail.com>
2016-03-19 18:00:15 -06:00
CraftBukkit/Spigot
bee4c7641d
SPIGOT-1981: Another attempt at damage
...
By: md_5 <git@md-5.net>
2016-03-20 10:54:23 +11:00
CraftBukkit/Spigot
118951667e
SPIGOT-1968: Use correct explosion yield
...
By: md_5 <git@md-5.net>
2016-03-19 12:19:17 +11:00
CraftBukkit/Spigot
865281201b
SPIGOT-1956: Don't deplete projectile item when event cancelled
...
By: md_5 <git@md-5.net>
2016-03-19 11:13:15 +11:00
CraftBukkit/Spigot
36f29a30b6
SPIGOT-1680 / SPIGOT-1963: Improve damage blocking modifier accuracy
...
By: md_5 <git@md-5.net>
2016-03-18 19:04:23 +11:00
CraftBukkit/Spigot
854e2a5110
Implement SpectralArrow#getGlowingTicks and SpectralArrow#setGlowingTicks(int)
...
By: Matthew <stteg@hotmail.com>
2016-03-17 15:00:24 -04:00
CraftBukkit/Spigot
c5080500ff
Implement EndGateway#isExactTeleport and EndGateway#setExactTeleport(boolean)
...
By: Matthew <stteg@hotmail.com>
2016-03-16 21:48:53 -04:00
CraftBukkit/Spigot
05f89ee25c
Implement EndGateway#getExitLocation and EndGateway#setExitLocation(Location)
...
By: Matthew <stteg@hotmail.com>
2016-03-16 21:30:40 -04:00
CraftBukkit/Spigot
1d5604cde0
SPIGOT-1931: Call PlayerFishEvent before modifying hooked entities velocity
...
By: Matthew <stteg@hotmail.com>
2016-03-15 09:26:45 -04:00
CraftBukkit/Spigot
c3b18ee3a7
SPIGOT-1927: Don't allow circular entity riding
...
By: md_5 <git@md-5.net>
2016-03-15 15:09:39 +11:00
CraftBukkit/Spigot
82d37ee559
SPIGOT-1930: Fix spam for EntityToggleGlideEvent
...
By: 0x277F <0x277F@gmail.com>
2016-03-14 20:15:54 -06:00
CraftBukkit/Spigot
a1e534fc20
Add spawn reasons for entities involved in a skeleton trap
...
By: BlackHole <black-hole@live.com>
2016-03-13 16:38:07 +01:00
CraftBukkit/Spigot
838a88ba07
SPIGOT-1532: Add PlayerSwapHandItemsEvent
...
By: md_5 <git@md-5.net>
2016-03-14 16:53:46 +11:00
CraftBukkit/Spigot
7011412863
SPIGOT-1849: Call EntityBlockFormEvent when an entity forms frosted ice using frost walker
...
By: Matthew <stteg@hotmail.com>
2016-03-12 14:52:07 -05:00
CraftBukkit/Spigot
6eeb30b381
Fix switch case labelling and drop items check.
...
By: md_5 <git@md-5.net>
2016-03-12 21:07:17 +11:00
CraftBukkit/Spigot
8f219bb7a6
SPIGOT-1571: Add Entity Glide Events.
...
By: 0x277F <0x277F@gmail.com>
2016-03-12 20:57:32 +11:00
CraftBukkit/Spigot
a28e1be276
SPIGOT-1900: Stub out expensive and redundant method call
...
By: md_5 <git@md-5.net>
2016-03-12 20:43:04 +11:00
CraftBukkit/Spigot
d42806b5b0
SPIGOT-1725: Fix dynamic scoreboard criteria on non-main scoreboards
...
By: md_5 <git@md-5.net>
2016-03-12 17:57:40 +11:00
CraftBukkit/Spigot
104519f08f
SPIGOT-1638 / SPIGOT-1673: Rework Potions API
...
By: t00thpick1 <t00thpick1dirko@gmail.com>
2016-03-02 20:43:58 -05:00
CraftBukkit/Spigot
d490a6e384
SPIGOT-1893: Wrong RegainReason for eating.
...
By: md_5 <git@md-5.net>
2016-03-12 11:12:38 +11:00
CraftBukkit/Spigot
c32a32e573
SPIGOT-1875: Broken leashes not dropping
...
By: md_5 <git@md-5.net>
2016-03-11 19:24:57 +11:00
CraftBukkit/Spigot
e014b0151e
SPIGOT-1813: EntityCombustByEntityEvent not Cancelled
...
By: md_5 <git@md-5.net>
2016-03-11 07:01:33 +11:00
CraftBukkit/Spigot
071897746d
Backport a bug fix from the pre-release
...
A mistake in the buffer size calculation caused the buffer for chunk
packets to be around 16 times the size they should have been.
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-10 19:46:12 +00:00
CraftBukkit/Spigot
8eb667c8b4
SPIGOT-1847: Maps in non default worlds
...
By: md_5 <git@md-5.net>
2016-03-10 16:42:07 +11:00
CraftBukkit/Spigot
51207b52a7
Missing diff effecting frost walker ignoring entities
...
By: BlackHole <black-hole@live.com>
2016-03-09 19:53:01 +01:00
CraftBukkit/Spigot
84bc13a366
Call EntityChangedBlockEvent for water splash potions extinguishing fire
...
By: BlackHole <black-hole@live.com>
2016-03-09 19:21:29 +01:00
CraftBukkit/Spigot
cfc9d7d858
SPIGOT-1845: Use correct hand for interact events
...
By: BlackHole <black-hole@live.com>
2016-03-08 19:00:23 +01:00
CraftBukkit/Spigot
9357e77b84
SPIGOT-1841: Implement some of the missing EnderDragon events.
...
By: md_5 <git@md-5.net>
2016-03-08 18:50:44 +11:00
CraftBukkit/Spigot
1fec65442b
SPIGOT-1831: Chicken / sheep not dropping items correctly.
...
By: md_5 <git@md-5.net>
2016-03-08 17:58:52 +11:00
CraftBukkit/Spigot
ced78d5d27
SPIGOT-1816: Rework drop capture.
...
By: md_5 <git@md-5.net>
2016-03-07 19:51:42 +11:00
CraftBukkit/Spigot
406b2d6204
SPIGOT-1820: Fix custom travel agent search radius.
...
By: md_5 <git@md-5.net>
2016-03-07 19:13:41 +11:00
CraftBukkit/Spigot
099fbb9235
Fix regenerating chunks not updating visually
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-06 23:49:28 +00:00
CraftBukkit/Spigot
ba14876843
SPIGOT-1788: Correctly teleport the player back to their old location
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-06 22:17:32 +00:00
CraftBukkit/Spigot
266f69b8a9
SPIGOT-1611: Make vehicles use the same speed checks as players
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-06 21:33:27 +00:00
CraftBukkit/Spigot
1ea9b3c75f
Fix issue with last patch.
...
By: md_5 <git@md-5.net>
2016-03-06 21:42:34 +11:00
CraftBukkit/Spigot
f4888a28c5
SPIGOT-1762: Call EntityChangeBlockEvent for boats destroying lily pads
...
By: BlackHole <black-hole@live.com>
2016-03-06 03:05:59 +01:00
CraftBukkit/Spigot
08c51b4278
SPIGOT-1790: Fix bucket behaviour
...
By: md_5 <git@md-5.net>
2016-03-06 16:41:13 +11:00
CraftBukkit/Spigot
6a2a8d0d3f
Remove redundant syncInventory on world change
...
By: md_5 <git@md-5.net>
2016-03-06 16:25:50 +11:00
CraftBukkit/Spigot
1a382d5c02
SPIGOT-1727: Fix ShulkerBullet.setTarget
...
By: md_5 <git@md-5.net>
2016-03-06 14:56:09 +11:00
CraftBukkit/Spigot
5b0dae1d7c
SPIGOT-1573: Fix command blocks after respawning
...
By: md_5 <git@md-5.net>
2016-03-06 14:35:33 +11:00
CraftBukkit/Spigot
cd40ed3908
SPIGOT-1775: Pass in unshifted block for PlayerBucketEmptyEvent
...
By: md_5 <git@md-5.net>
2016-03-06 12:42:45 +11:00
CraftBukkit/Spigot
675bcf3b80
SPIGOT-1749 / MC-99075: Call updateInventory as a temporary workaround for cancelled BlockPlaceEvent
...
By: md_5 <git@md-5.net>
2016-03-06 12:34:51 +11:00
CraftBukkit/Spigot
9da0e8f2d2
SPIGOT-1663: Fix WorldBorder displaying in secondary worlds.
...
By: md_5 <git@md-5.net>
2016-03-06 12:13:07 +11:00
CraftBukkit/Spigot
a622bf51b2
SPIGOT-1764: Perform drops regardless of loot table
...
By: md_5 <git@md-5.net>
2016-03-06 11:30:03 +11:00
CraftBukkit/Spigot
451511ebed
Update chorus fruit tele event destination.
...
By: md_5 <git@md-5.net>
2016-03-06 09:57:59 +11:00
CraftBukkit/Spigot
03a58cbff4
SPIGOT-1776: Replace BossBar.hide/show with visibility.
...
By: md_5 <git@md-5.net>
2016-03-06 09:55:36 +11:00
CraftBukkit/Spigot
6cf567a47a
SPIGOT-1773: Chorus fruit teleport reason
...
By: md_5 <git@md-5.net>
2016-03-06 09:46:57 +11:00
CraftBukkit/Spigot
6d76250ec1
SPIGOT-1613: Fix missed use of scaled health
...
By: md_5 <git@md-5.net>
2016-03-06 08:38:01 +11:00
CraftBukkit/Spigot
2af4470275
SPIGOT-1755: CommandBlock doesn't run on empty world
...
By: Oliver Dunk <oliver@oliverdunk.com>
2016-03-05 22:36:13 +11:00
CraftBukkit/Spigot
52a2a37b2f
SPIGOT-1626 / MC-98994: Fix slow chunk performance
...
Please see https://bugs.mojang.com/browse/MC-98994 for full explanation.
By: md_5 <git@md-5.net>
2016-03-05 18:50:38 +11:00
CraftBukkit/Spigot
637b5fb592
SPIGOT-1751: Add missed PlayerFishEvent for FAILED_ATTEMPT
...
By: md_5 <git@md-5.net>
2016-03-05 15:46:56 +11:00
CraftBukkit/Spigot
a15545299d
SPIGOT-1608: Add a way to get the hand used in PlayerInteract*Events
...
By: md_5 <git@md-5.net>
2016-03-04 15:24:51 +11:00
CraftBukkit/Spigot
a64de09934
SPIGOT-1646: Capture the previous location earlier
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-03 11:15:04 +00:00
CraftBukkit/Spigot
926a6270b9
SPIGOT-1634: Fix cancelling ServerCommandEvent
...
By: md_5 <git@md-5.net>
2016-03-03 16:56:07 +11:00
CraftBukkit/Spigot
3583191fec
SPIGOT-1674: Enable crafting of tipped arrows.
...
By: md_5 <git@md-5.net>
2016-03-03 16:35:51 +11:00
CraftBukkit/Spigot
484e732fdb
SPIGOT-1646: Don't move the player until after the PlayerMoveEvent completes
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-02 23:06:25 +00:00
CraftBukkit/Spigot
0391888780
SPIGOT-1632: Save secondary data for nether/end
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-02 22:57:53 +00:00
CraftBukkit/Spigot
269c49d99e
SPIGOT-1632: Fix a bug in EnderDragonBattle which prevented respawning the dragon in some cases
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-02 22:25:35 +00:00
CraftBukkit/Spigot
4ce5743996
SPIGOT-1659: Fix a mistake in ChunkProviderServer that sometimes caused recursive chunk loads
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-02 21:27:49 +00:00
CraftBukkit/Spigot
f84c0ddb9d
Fix a mistake in EntityEnderPearl causing a double teleport
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-02 16:48:00 +00:00
CraftBukkit/Spigot
322fb72404
SPIGOT-1644: Fire PlayerTeleportEvent with reason END_GATEWAY for end gateways
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-02 16:41:59 +00:00
CraftBukkit/Spigot
90729b1eda
SPIGOT-1583: Fix scoreboard crash.
...
Might not function 100%, but doesn't crash!
By: md_5 <git@md-5.net>
2016-03-02 21:29:57 +11:00
CraftBukkit/Spigot
6f8d1d05a0
SPIGOT-1624: Fix setPlayerListName
...
By: md_5 <git@md-5.net>
2016-03-02 18:32:06 +11:00
CraftBukkit/Spigot
af9f710785
SPIGOT-1605: Fix EntityChangeBlockEvent.setCancelled(Z)V
...
By: md_5 <git@md-5.net>
2016-03-02 17:07:08 +11:00
CraftBukkit/Spigot
5ef0dbef2c
Fix chorus plants only straight growing up
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-01 21:42:59 +00:00
CraftBukkit/Spigot
d0300bb4e0
SPIGOT-1607: Fix BlockPlaceEvent and BlockMultiPlaceEvent sometimes showing the wrong item used
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-01 21:37:08 +00:00
CraftBukkit/Spigot
8c803cbf66
Manually calculate horses' jump power due to horse jumping being moved clientside
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-01 21:08:40 +00:00
CraftBukkit/Spigot
4ff62a4c6a
SPIGOT-1590: Ensure plugins are disabled.
...
By: md_5 <git@md-5.net>
2016-03-02 06:33:41 +11:00
CraftBukkit/Spigot
849f9f08b0
SPIGOT-1596: BlockCauldron crash
...
By: md_5 <git@md-5.net>
2016-03-02 06:31:11 +11:00
CraftBukkit/Spigot
c964d0499b
SPIGOT-1569: Remove negative itemstack data filtering
...
By: md_5 <git@md-5.net>
2016-03-01 20:16:34 +11:00
CraftBukkit/Spigot
bce53b72eb
SPIGOT-1568: Fix jukeboxes
...
By: md_5 <git@md-5.net>
2016-03-01 20:07:44 +11:00
CraftBukkit/Spigot
d599c20863
SPIGOT-1543: Return combined slots for PlayerInventory.getContents
...
By: md_5 <git@md-5.net>
2016-03-01 16:40:12 +11:00
CraftBukkit/Spigot
851c09f4d7
SPIGOT-1540: Treat clicking on player model with ItemStack as none.
...
By: md_5 <git@md-5.net>
2016-03-01 13:52:34 +11:00
CraftBukkit/Spigot
c8e3e16545
SPIGOT-1525: Fix worldborder set.
...
By: md_5 <git@md-5.net>
2016-03-01 11:20:42 +11:00
CraftBukkit/Spigot
f1fc9e87a8
Remove BookEditEvent as a workaround for decompiler determinism issues.
...
By: md_5 <git@md-5.net>
2016-03-01 09:58:55 +11:00
CraftBukkit/Spigot
21d4bf5d1f
Update to Minecraft 1.9
...
By: md_5 <git@md-5.net>
2016-03-01 08:32:46 +11:00
CraftBukkit/Spigot
eb6f00d0c9
[BUKKIT-3451] Use correct item amount for FurnaceExtractEvent.
...
Also don't call FurnaceExtractEvent when the item amount is 0.
By: hibo98 <hibo98.niklas@gmail.com>
2015-12-19 20:04:58 +01:00
CraftBukkit/Spigot
7588b12e6c
Removed tried to add entity warning.
...
Was a debug message backported from Vanilla 1.9 snapshots. We have decided to remove this message from 1.9 as it is largely useless.
By: md_5 <git@md-5.net>
2016-02-05 11:48:30 +11:00
CraftBukkit/Spigot
99fbeecd40
SPIGOT-1308: Fix typo in PlayerList#sendAll
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-01-22 11:13:34 +00:00
CraftBukkit/Spigot
635382a96a
SPIGOT-1347: Don't change entity add behaviour, just print warning.
...
By: md_5 <git@md-5.net>
2015-12-17 10:24:55 +11:00
CraftBukkit/Spigot
821fe97c82
Add some warnings from snapshot versions to check whether they are applicable in 1.8.8
...
By: md_5 <git@md-5.net>
2015-12-15 17:12:32 +11:00
CraftBukkit/Spigot
4432f095f7
Ensure the buffer for plugin messages is freed.
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-10-07 21:39:43 +01:00
CraftBukkit/Spigot
91a65a1f27
SPIGOT-1219: Allow ping without status query.
...
Also minor refactor to use more of the Vanilla logic.
By: md_5 <git@md-5.net>
2015-10-03 11:25:43 +10:00
CraftBukkit/Spigot
cc7273b066
SPIGOT-759: Add FireworkExplodeEvent.
...
By: DemonWav <demonwav@gmail.com>
2015-09-30 09:02:11 +10:00
CraftBukkit/Spigot
7684642aa9
SPIGOT-1076: Add HurtEntities API for FallingBlock.
...
By: md_5 <git@md-5.net>
2015-08-01 16:48:20 +10:00
CraftBukkit/Spigot
bec7083140
SPIGOT-625: Insert a small delay when shutting down to allow packets to have a better chance at sending.
...
By: md_5 <git@md-5.net>
2015-09-15 19:52:51 +10:00
CraftBukkit/Spigot
1843b52039
SPIGOT-1168: Fix setSleepingIgnored not working on spectators.
...
By: md_5 <git@md-5.net>
2015-09-06 15:05:56 +10:00
CraftBukkit/Spigot
fb04f93364
SPIGOT-949: Fix damage cooldown reducing explosion knockback
...
By: Jedediah Smith <jedediah@silencegreys.com>
2015-08-31 18:06:13 +10:00
CraftBukkit/Spigot
280ae804ee
SPIGOT-1111: Fix ServerCommandEvent not being cancelled.
...
By: md_5 <git@md-5.net>
2015-08-08 18:42:24 +10:00
CraftBukkit/Spigot
c35a7254c5
Update for minor remapping changes.
...
By: md_5 <git@md-5.net>
2015-07-30 16:56:52 +10:00
CraftBukkit/Spigot
332e77d249
Update to Minecraft 1.8.8 (Pre-)Release.
...
By: md_5 <git@md-5.net>
2015-07-27 22:19:19 +10:00
CraftBukkit/Spigot
c0e326b62a
Add a sane limit for name length
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-07-25 22:33:25 +01:00
CraftBukkit/Spigot
e909dd95d8
Implement PlayerResourcePackStatusEvent.
...
By: Adam Thomas <aet2505@gmail.com>
2015-07-25 18:19:37 +10:00
CraftBukkit/Spigot
9a15d77433
SPIGOT-1068: Limit the number of patterns on banners
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-07-23 20:50:53 +01:00
CraftBukkit/Spigot
059a14a3a5
Correctly update the last location for a player on teleport
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-07-23 20:37:58 +01:00
CraftBukkit/Spigot
ca6bbcbdc9
Correct handling of relative teleports for PlayerMoveEvent and PlayerTeleportEvent
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-07-20 22:31:49 +01:00
CraftBukkit/Spigot
d9663c5e2b
Fix handling of changes to PlayerVelocityEvent.velocity by event callers.
...
By: Antony Riley <antony@cyberiantiger.org>
2015-07-20 22:42:30 +03:00
CraftBukkit/Spigot
ba5443ae84
SPIGOT-1058: Fix lost player list capping to 60.
...
Went missing in the 1.8 update.
By: md_5 <git@md-5.net>
2015-07-18 12:39:45 +10:00
CraftBukkit/Spigot
3bfbbcafa3
SPIGOT-1055: Send empty string when RCON command is cancelled.
...
Drops the RemoteControlSession patch as the decompiled code is a mess.
By: md_5 <git@md-5.net>
2015-07-17 21:18:48 +10:00
CraftBukkit/Spigot
2dc238689f
SPIGOT-1047: Fix RCON.
...
Result of staging the file -> decompiler issues.
By: md_5 <git@md-5.net>
2015-07-13 16:45:38 +10:00
CraftBukkit/Spigot
6c1f679dd7
Implement ItemMergeEvent
...
By: Morphan1 <morphanone@gmail.com>
2015-06-26 05:55:33 -04:00
CraftBukkit/Spigot
b201f850d6
Server Commands and Remote Commands are now Cancellable.
...
By: Matt <mattbdev@outlook.com>
2015-07-12 19:54:34 +10:00
CraftBukkit/Spigot
fb20e9dc13
SPIGOT-1018: Fix isFromBonemeal always being false
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-07-08 22:50:32 +01:00
CraftBukkit/Spigot
e6c356ccec
SPIGOT-915: Remove the getEntities filter
...
Didn't fix the issue like i'd hoped and broke a few plugins in the process.
Ideally though plugins shouldn't be using it for large ranges because it
is inefficient
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-07-08 22:42:08 +01:00
CraftBukkit/Spigot
edf24d4fd6
Fix modified fireworks from dispenser event
...
By: chickeneer <emcchickeneer@gmail.com>
2015-06-13 22:50:04 -05:00
CraftBukkit/Spigot
a06700d1aa
SPIGOT-892: Set chicken egg baby age before adding it to world.
...
By: md_5 <git@md-5.net>
2015-06-12 16:00:08 +10:00
CraftBukkit/Spigot
90df5ef6df
Raise the limit slightly to account for colors
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-06-12 10:38:20 +01:00
CraftBukkit/Spigot
c2130ccb81
Apply strict limits on the length of sign text
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-06-12 10:23:05 +01:00
CraftBukkit/Spigot
c270f2389a
SPIGOT-970, MC-80484: Disallow NBT pick block on chests.
...
By: md_5 <git@md-5.net>
2015-06-12 15:30:12 +10:00
CraftBukkit/Spigot
3ad5a522b4
Allow for the jline console to be overriden in normally unsupported enviroments
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-06-11 12:59:36 +01:00
CraftBukkit/Spigot
edcd4ced4b
SPIGOT-973: Add marker API to ArmorStand
...
By: Nathan Wolf <nathan@elmakers.com>
2015-06-09 09:34:37 +10:00
CraftBukkit/Spigot
611e993245
SPIGOT-954: Don't send block animations or gamemode updates to players can't see the player
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-06-07 21:04:28 +01:00
CraftBukkit/Spigot
b27cde3769
Use a Java 6 concurrent collection.
...
By: md_5 <git@md-5.net>
2015-06-07 19:56:28 +10:00
CraftBukkit/Spigot
5a6233a9e0
[SPIGOT-461] Use a more appropriate collection for conccurent UserCache
...
By: md_5 <git@md-5.net>
2015-06-07 19:51:26 +10:00
CraftBukkit/Spigot
6efbe65378
Fix HashTreeSet which went missing in the previous commit.
...
By: md_5 <git@md-5.net>
2015-06-06 19:51:11 +10:00
CraftBukkit/Spigot
58abe21c5a
[SPIGOT-946] Begin making use of access transforms to simplify patching.
...
By: md_5 <git@md-5.net>
2015-06-06 19:33:48 +10:00
CraftBukkit/Spigot
ae714e4861
Update to Minecraft 1.8.7
...
By: md_5 <git@md-5.net>
2015-06-05 20:57:48 +10:00
CraftBukkit/Spigot
7ffb160a28
Add PAIL comments to a few things.
...
By: md_5 <git@md-5.net>
2015-05-31 16:20:53 +10:00
CraftBukkit/Spigot
d51622e774
Don't need to special case certain monster spawn eggs as Mojang has long since fixed those issues.
...
By: md_5 <git@md-5.net>
2015-05-31 11:40:23 +10:00
CraftBukkit/Spigot
af0e9b8bf1
SPIGOT-941: Fix a mistake in vine handling
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-05-30 15:38:53 +01:00
CraftBukkit/Spigot
4f2f0c69f2
Handle a missed case with our vanilla permissions override
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-05-30 00:06:18 +01:00
CraftBukkit/Spigot
0bd951b1a4
[SPIGOT-424, MC-73474] Add fix for powered rail duplication.
...
No redstone related side effects that we know of and hopefully there are none. Please report any to the tracker.
By: md_5 <git@md-5.net>
2015-05-29 19:45:17 +10:00
CraftBukkit/Spigot
5e6f5eeb0d
BUILDTOOLS-114 / MC-80817 : Fix server not starting when native processor info cannot be initialized.
...
By: md_5 <git@md-5.net>
2015-05-29 15:23:52 +10:00
CraftBukkit/Spigot
66c4b9d50d
SPIGOT-738: Return explosion source for Fireball-induced explosions
...
By: Nathan Wolf <nathan@elmakers.com>
2015-05-26 18:48:53 +10:00
CraftBukkit/Spigot
d15cfa4c49
Don't toString disconnect message in console.
...
By: md_5 <git@md-5.net>
2015-05-26 18:40:15 +10:00
CraftBukkit/Spigot
d1875d1941
Update to Minecraft 1.8.6
...
By: md_5 <git@md-5.net>
2015-05-25 22:04:32 +10:00
CraftBukkit/Spigot
6c1c28bd14
Cut fluff from patch headers.
...
By: md_5 <git@md-5.net>
2015-05-25 20:37:24 +10:00
CraftBukkit/Spigot
e5baf3afa5
Check the value returned from useItemInHand() so plugins can properly cancel it - SPIGOT-764
...
By: DemonWav <demonwav@gmail.com>
2015-05-22 22:52:05 -05:00
CraftBukkit/Spigot
8073f9d893
Update to 1.8.5
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-05-22 14:33:34 +01:00
CraftBukkit/Spigot
fa0d9a146c
Invalidate furnace block type after change.
...
By: md_5 <git@md-5.net>
2015-05-21 19:02:38 +10:00
CraftBukkit/Spigot
b4c6dbf986
SPIGOT-834: Stop EnderMites from spawning when EnderPearl event is cancelled.
...
By: md_5 <git@md-5.net>
2015-05-21 17:28:21 +10:00
CraftBukkit/Spigot
4591f3b039
SPIGOT-844: Use actual block when deciding to send visual updates for burning furnaces.
...
By: md_5 <git@md-5.net>
2015-05-21 17:23:29 +10:00
CraftBukkit/Spigot
a59ab39d5c
SPIGOT-854: Reset idle timer on disconnect to prevent spam duplicate disconnect.
...
By: md_5 <git@md-5.net>
2015-05-21 17:15:47 +10:00
CraftBukkit/Spigot
d30fdfd814
SPIGOT-887: Fix getOwner() on internal sheep inventories.
...
By: md_5 <git@md-5.net>
2015-05-21 16:56:58 +10:00
CraftBukkit/Spigot
e1ae116f43
Readd missed diff
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-05-20 16:15:22 +01:00
CraftBukkit/Spigot
38b1bb1aef
Update to 1.8.4
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-05-05 21:43:47 +01:00
CraftBukkit/Spigot
6d1b6a4ed0
Revert: Don't try and disconnect twice
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-04-17 11:55:10 +01:00
CraftBukkit/Spigot
3b8d2bedd8
Move a bug fix from Spigot to CraftBukkit
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-04-16 22:20:57 +01:00
CraftBukkit/Spigot
b69e64b88d
Fix NPE that could happen on teleporting
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-04-16 21:23:26 +01:00
CraftBukkit/Spigot
bce492ad11
SPIGOT-697: Force metadata updates when interact events are cancelled
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-04-15 17:35:14 +01:00
CraftBukkit/Spigot
183390cd0b
SPIGOT-795: Enable the vehicle's ai before teleporting
...
Handles a case where a plugin dismounts the player during the event
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-04-15 16:29:02 +01:00
CraftBukkit/Spigot
00a72e1d9e
Don't try and disconnect twice
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-04-15 16:24:53 +01:00
CraftBukkit/Spigot
10df55dc00
SPIGOT-802: Improve book handling
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-04-14 10:14:29 +01:00
CraftBukkit/Spigot
9e0aa6efaa
SPIGOT-645: Fix players/entities being dismounted when the destroy event was cancelled
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-04-13 12:01:55 +01:00
CraftBukkit/Spigot
759c72f0aa
SPIGOT-694: Fix a mis-placed diff causing the event to fire too early
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-04-13 11:55:00 +01:00
CraftBukkit/Spigot
290b584eb4
SPIGOT-758: Capture head drops from charged creeper kills
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-04-13 11:47:47 +01:00
CraftBukkit/Spigot
6bd7443dc3
SPIGOT-782: Don't drop exp if a plugin sets it to zero
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-04-13 11:25:13 +01:00
CraftBukkit/Spigot
ab841e7d50
Replace the two nextTickList sets with a single one that combines both
...
Should prevent them from going out of sync
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-04-13 11:04:38 +01:00
CraftBukkit/Spigot
5093b8e50a
Special case record placement into juke boxes as they update their tile.
...
By: md_5 <git@md-5.net>
2015-04-10 21:24:34 +10:00
CraftBukkit/Spigot
b3ac41214f
SPIGOT-762: Update damage taken stats on damage
...
By: md_5 <git@md-5.net>
2015-04-09 10:18:21 +10:00
CraftBukkit/Spigot
8b76604210
SPIGOT-763: Directly changing to location in PlayerMoveEvent does not update location.
...
By: md_5 <git@md-5.net>
2015-04-09 10:11:40 +10:00
CraftBukkit/Spigot
d9f561f868
Expand the isFinite checks to yaw and pitch
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-04-03 01:36:47 +01:00
CraftBukkit/Spigot
1ec9efe31c
Don't allow liquids to flow into unloaded chunks
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-04-01 17:21:15 +01:00
CraftBukkit/Spigot
27e257894a
SPIGOT-720: Fix NPE in TileEntity.getOwner
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-03-22 19:45:26 +00:00
CraftBukkit/Spigot
907a84aee3
Implement BlockExplodeEvent
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-03-22 19:42:46 +00:00
CraftBukkit/Spigot
4a691031e7
SPIGOT-725: Always return captured tile entities
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-03-22 19:21:34 +00:00
CraftBukkit/Spigot
8b5a096503
Fix thread safety issues in EntitySlice
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-03-22 19:06:55 +00:00
CraftBukkit/Spigot
c52ea50ad9
SPIGOT-729: Revert the entity slice move
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-03-22 19:01:30 +00:00
CraftBukkit/Spigot
e1387f5ef4
Fire PlayerTeleport event on portal travel
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-03-21 20:36:38 +00:00
CraftBukkit/Spigot
02c89ee898
Update the rename markers
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-03-19 21:29:12 +00:00
CraftBukkit/Spigot
4af7c7ec4b
Move the entity slice loading
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-03-16 19:44:51 +00:00
CraftBukkit/Spigot
bb20501495
SPIGOT-711: Correctly init captured tile entities
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-03-16 15:55:10 +00:00
CraftBukkit/Spigot
d8fe9a05dd
SPIGOT-291: Change from scoreboard per a world to scorebard per a server
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-03-16 11:32:53 +00:00
CraftBukkit/Spigot
3b09feddb2
Capture tile entities and only place them in the event succeeds
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-03-16 09:48:01 +00:00