AuthorCommitMessageCommit dateIssues
md_5md_5
412f4ea6bfcSPIGOT-2768: Fully implement map color
md_5md_5
c25ddf063a8Update to Minecraft 1.11
Senmorimd_5Senmori
51263e97187Implement Entity Scoreboard Tags
md_5md_5
cb2749768e7SPIGOT-2757: Player#stopSound Stops All SoundsSPIGOT-2757
md_5md_5
33071ecfffaSPIGOT-2752: Fix resetMaxHealthSPIGOT-2752
Senmorimd_5Senmori
709783c1313Add Enchantment#isTreasure()ZDetermines if the enchantment is a treasure enchantment - only available via means other than the enchantment table.
Niklas Merkeltmd_5Niklas Merkelt
251a5b6382cExplicitly log exception from asynchronous tasks.Previously an UnhandledException would be thrown and the stack trace / message would be printed to System.err in the default UncaughtExceptionHandler for ThreadGroup. This was undesirable as it meant that logging frameworks / exception monitors such as Sentry were unable to get the exception. Additionally it would cause the death of the thread in the ExecutorService. This change mimics the beha...
md_5md_5
2e39de698d0SPIGOT-1903, MC-98153: Portal Location Sync Issues2 Jira issues
md_5md_5
d86d282f639SPIGOT-2738: Revert SPIGOT-1903 fixReverted from commit 8e5e90d5eba3253fc7d77943b64a71d50ff1422c2 Jira issues
md_5md_5
fd8d8cf4048SPIGOT-2737: Implement Statistic.PICKUPSPIGOT-2737
Senmorimd_5Senmori
b6490dada59SPIGOT-2706: Implement support for Lock NBT TagContainers may now implement the Lockable interface.SPIGOT-2706
md_5md_5
8e5e90d5ebaSPIGOT-1903: Only issue player location update after tickPreviously 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.SPIGOT-1903
pokechu22md_5pokechu22
e20928f7da2SPIGOT-2726: Fix duplicate UUID check not always runningWorld.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 plac...SPIGOT-2726
md_5md_5
b5fb9a1cd76SPIGOT-2686: Vehicles cannot collide with airSPIGOT-2686
md_5md_5
744e1a177a0Fix looting enchant using wrong variable
md_5md_5
70aace03129SPIGOT-2694: Update other half of door on BlockBreakEventSPIGOT-2694
md_5md_5
270a3a66ce3SPIGOT-2717: /execute over RCONSPIGOT-2717
Ryan Michelamd_5Ryan Michela
1cce906e11bMC-54738: Fix ocean biome spikes due to minHeight sign inversion.MC-54738
md_5md_5
9558f31ebb5SPIGOT-2711: CraftPlayer.getPlayerListName removes black colourSPIGOT-2711
md_5md_5
ae93d4fb492SPIGOT-2705: Portal cooldown getter / setter.SPIGOT-2705
md_5md_5
c1b529eddc7SPIGOT-2683: Missing BlockDispenseEventsSPIGOT-2683
md_5md_5
6af9f5b84a1SPIGOT-2679: Add meta for StructureBlockSPIGOT-2679
AgentLVmd_5AgentLV
75a8885d1fbRun sync tasks scheduled for the same tick FIFO
md_5md_5
bae15259ed1Remove unneeded change
md_5md_5
8788b79a48aSPIGOT-2639: Better state validationSPIGOT-2639
md_5md_5
48b88ed202aSPIGOT-2656: HumanEntity#isHandRaised()ZSPIGOT-2656
md_5md_5
fafcfd7529eSPIGOT-2653: Better align combustion with vanilla behaviourSPIGOT-2653
md_5md_5
4d87c3422c4SPIGOT-2644: Clearer error for invalid hanging spawnsSPIGOT-2644
md_5md_5
43ab2669d76SPIGOT-2634: Concurrency issue in FileIOThreadSPIGOT-2634
md_5md_5
2f5bda8a67bSPIGOT-2630: Console tab completeSPIGOT-2630
md_5md_5
60c17193545SPIGOT-2618: Register permissions before plugin enabled.Brings behaviour in line with command registration, and won't affect plugins which don't already error.SPIGOT-2618
DemonWavmd_5DemonWav
c74e2a73016SPIGOT-215: Implement infrastructure for Location tab completesSPIGOT-215
md_5md_5
4db0855e3e1SPIGOT-2622: Ensure all players are safely disconnected on shutdownSPIGOT-2622
pokechu22md_5pokechu22
4507d99aeacSPIGOT-2616: Fix dispensers dispensing TNT making squid soundsThis was caused by the wrong obfuscated sound effect being used, probably due to a merge issue.SPIGOT-2616
md_5md_5
5e5cf84f2ccSPIGOT-2581: EntityAirChangeEventSPIGOT-2581
md_5md_5
6053c5c8ac7SPIGOT-2578: Method to get PotionEffect of specific type.SPIGOT-2578
md_5md_5
29e1d72893fSPIGOT-2574: BlockPopulators added twice.SPIGOT-2574
md_5md_5
83a9dbdef60SPIGOT-2559: Kill all entities when called with setHealth(0)SPIGOT-2559
md_5md_5
8cc59584048Deprecate and stop using Java15Compat class.
md_5md_5
21e3b055225SPIGOT-2552: Aliases for Vanilla commandsSPIGOT-2552
md_5md_5
09f1a196095Hook into World for light getters due to additional validation.
md_5md_5
9ff3d7f51f2SPIGOT-2548: Don't special case spawn locations of falling blocksSPIGOT-2548
md_5md_5
2a5461deb10Enhance Beacon Block API
redwall_hpmd_5redwall_hp
7655e38a47aImplement 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

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

Add shortcut