AuthorCommitMessageCommit dateIssues
redwall_hpmd_5redwall_hp
7655e38a47aImplement basic Beacon Block APIImplement basic Beacon Block API
md_5md_5
f5d891f609aSPIGOT-2537: Relax skull check even for nominally invalid skulls.SPIGOT-2537
md_5md_5
7ae605218b9Fall back to name if skull has no uuid when getting player.
md_5md_5
7f9fbe54bafSimplify a few diffs
md_5md_5
301db84d3d8SPIGOT-2520: Better skull validationSPIGOT-2520
md_5md_5
ca1bb1c4450SPIGOT-2495: Better validation of Skulls.SPIGOT-2495
md_5md_5
0df416d6793SPIGOT-113: Add save status to ChunkUnloadEventSPIGOT-113
md_5md_5
a625e4567d9SPIGOT-2427: Fix missed diff in armor damage handlingSPIGOT-2427
md_5md_5
54902261c18SPIGOT-1994: Revert collisions to Vanilla behaviourSPIGOT-1994
md_5md_5
02d704b55afSPIGOT-2503: Optimize block setSPIGOT-2503
md_5md_5
9c02c121791SPIGOT-2481: Implement EnchantmentTarget.BREAKABLESPIGOT-2481
md_5md_5
e3b4dd3d9a6Call EntityChangeBlockEvent for Fire Arrows hitting TNT
md_5md_5
d7c257e1209SPIGOT-2490: Villager farming eventSPIGOT-2490
md_5md_5
a327d9f1da4SPIGOT-2504: Save structure info for secondary worldsSPIGOT-2504
md_5md_5
2239ff0f97cSPIGOT-2501: Remove period from default quit messageSPIGOT-2501
md_5md_5
67b242440b7SPIGOT-1515: Use CUSTOM reason for GENERIC damageSPIGOT-1515
md_5md_5
1628ce62405SPIGOT-2474: Use .die() to set entity remove statusSPIGOT-2474
md_5md_5
56813c7ffffSPIGOT-1468: ENDER_PEARL SpawnReasonSPIGOT-1468
md_5md_5
3804ba654e0SPIGOT-1373: Implement EntityTargetEvent for TEMPT.This can be a high frequency event call. Use with care.SPIGOT-1373
md_5md_5
d3507d2818aSPIGOT-1364: sendMap should update entire mapSPIGOT-1364
md_5md_5
45038571f90SPIGOT-1341: Cancelled cake interact decreases client hungerSPIGOT-1341
md_5md_5
8db0dbfc442SPIGOT-1405: Call EntityChangeBlockEvent for Rabbits eating CarrotsSPIGOT-1405
md_5md_5
121dfc098a8SPIGOT-1288: Sounds played for cancelled BlockPlaceEventSPIGOT-1288
md_5md_5
6b843d995ffSPIGOT-1284: Run scheduler consistently within a tickSPIGOT-1284
md_5md_5
1faaa340e5dSPIGOT-1283: Copy data directory on world import in case it's requiredSPIGOT-1283
md_5md_5
6470560480dSPIGOT-1264: Spurious BlockFadeEventSPIGOT-1264
md_5md_5
37d08c52ca9SPIGOT-1224: InventoryClickEvent issues for containers opened during eventSPIGOT-1224
md_5md_5
939423a8f12SPIGOT-1181: Ensure Minecart command updates visuallySPIGOT-1181
md_5md_5
5f61739cb8dSPIGOT-1132: Duplicate Minecart interact eventSPIGOT-1132
md_5md_5
1fe19a83f9cSPIGOT-1129: Fix spawning leash hitch without adjacent blockSPIGOT-1129
md_5md_5
4c43856621dSPIGOT-1599: Allow teleporting disconnected playersSPIGOT-1599
md_5md_5
287ef78890fSPIGOT-2461: Call player tick specificallySPIGOT-2461
md_5md_5
00359a18faeSPIGOT-2456: Don't wipe tiles if type is still the sameSPIGOT-2456
md_5md_5
0ebb9c7afa7BUILDTOOLS-251: Make much of Bukkit locale independentBUILDTOOLS-251
md_5md_5
568e27fbd08Fix air setting block updates
md_5md_5
4c1e9342cbeSPIGOT-1039: Improve DoubleChest semanticsSPIGOT-1039
pokechu22md_5pokechu22
f068c5e8439MC-100524: Fix log files getting overwrittenhttps://bugs.mojang.com/browse/MC-100524 Log files were previously overwritten when more than 7 were created on the same day. This is caused by Log4J's default behavior with DefaultRolloverStrategy, which defaults to a max of 7. While a max of 1000 doesn't fully stop this problem from happening, for 1000 log files in a single day to be reached the server would have to restart faster than onc...MC-100524
md_5md_5
df75eebc2b7MC-80966 / SPIGOT-957: Send additional lighting data2 Jira issues
md_5md_5
ecf4b4238a3SPIGOT-924: Compute attributes one last time after quittingSPIGOT-924
md_5md_5
341da0730b2SPIGOT-611: Improve setBlock for tile->tile transitionsSPIGOT-611
md_5md_5
50473547665Bump MC version
md_5md_5
75f99ec7c5cUpdate to Minecraft 1.10.2
Aikarmd_5Aikar
1953f52da1eSPIGOT-2439: Consistently fire Chunk(Load|Unload)EventClean 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 meth...SPIGOT-2439
Ryan Michelamd_5Ryan Michela
9af379fc474SPIGOT-1319: Add EntityBreedEventSPIGOT-1319
Jadon FowlerphaseJadon Fowler
63839165bc6Fix infinite loop when saving chunksRunning `/save-all flush` would start an infinite loop that prints: ThreadedAnvilChunkStorage (world): All chunks are saved
Roy Curtismd_5Roy Curtis
9856d8a1839Improvements to BookMeta API* Added hasGeneration() * Fixed `applyHash()` (used by `CraftMetaItem.hashCode()`) not taking generation into account * Fixed `equalsCommon()` (used by `CraftMetaItem.equals()`) not taking generation into account
md_5md_5
02f4218da51SPIGOT-2414: Repeated disconnectsSPIGOT-2414
md_5md_5
71cd505d451SPIGOT-2405: Better event for combust due to fireSPIGOT-2405
md_5md_5
fb568fdc703SPIGOT-2408: setTicksLived does not properly affect FallingSandSPIGOT-2408
md_5md_5
7f1a32252b4SPIGOT-2385: RegionFileCache synchronization issuesSPIGOT-2385

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut