md_5 | 412f4ea6bfc | SPIGOT-2768: Fully implement map color | | |
md_5 | c25ddf063a8 | Update to Minecraft 1.11 | | |
 Senmori | 51263e97187 | Implement Entity Scoreboard Tags | | |
md_5 | cb2749768e7 | SPIGOT-2757: Player#stopSound Stops All Sounds | | SPIGOT-2757 |
md_5 | 33071ecfffa | SPIGOT-2752: Fix resetMaxHealth | | SPIGOT-2752 |
 Senmori | 709783c1313 | Add Enchantment#isTreasure()ZDetermines if the enchantment is a treasure enchantment - only available via means other than the enchantment table. | | |
 Niklas Merkelt | 251a5b6382c | Explicitly 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_5 | 2e39de698d0 | SPIGOT-1903, MC-98153: Portal Location Sync Issues | | 2 Jira issues |
md_5 | d86d282f639 | SPIGOT-2738: Revert SPIGOT-1903 fixReverted from commit 8e5e90d5eba3253fc7d77943b64a71d50ff1422c | | 2 Jira issues |
md_5 | fd8d8cf4048 | SPIGOT-2737: Implement Statistic.PICKUP | | SPIGOT-2737 |
 Senmori | b6490dada59 | SPIGOT-2706: Implement support for Lock NBT TagContainers may now implement the Lockable interface. | | SPIGOT-2706 |
md_5 | 8e5e90d5eba | SPIGOT-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 |
 pokechu22 | e20928f7da2 | SPIGOT-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_5 | b5fb9a1cd76 | SPIGOT-2686: Vehicles cannot collide with air | | SPIGOT-2686 |
md_5 | 744e1a177a0 | Fix looting enchant using wrong variable | | |
md_5 | 70aace03129 | SPIGOT-2694: Update other half of door on BlockBreakEvent | | SPIGOT-2694 |
md_5 | 270a3a66ce3 | SPIGOT-2717: /execute over RCON | | SPIGOT-2717 |
 Ryan Michela | 1cce906e11b | MC-54738: Fix ocean biome spikes due to minHeight sign inversion. | | MC-54738 |
md_5 | 9558f31ebb5 | SPIGOT-2711: CraftPlayer.getPlayerListName removes black colour | | SPIGOT-2711 |
md_5 | ae93d4fb492 | SPIGOT-2705: Portal cooldown getter / setter. | | SPIGOT-2705 |
md_5 | c1b529eddc7 | SPIGOT-2683: Missing BlockDispenseEvents | | SPIGOT-2683 |
md_5 | 6af9f5b84a1 | SPIGOT-2679: Add meta for StructureBlock | | SPIGOT-2679 |
 AgentLV | 75a8885d1fb | Run sync tasks scheduled for the same tick FIFO | | |
md_5 | bae15259ed1 | Remove unneeded change | | |
md_5 | 8788b79a48a | SPIGOT-2639: Better state validation | | SPIGOT-2639 |
md_5 | 48b88ed202a | SPIGOT-2656: HumanEntity#isHandRaised()Z | | SPIGOT-2656 |
md_5 | fafcfd7529e | SPIGOT-2653: Better align combustion with vanilla behaviour | | SPIGOT-2653 |
md_5 | 4d87c3422c4 | SPIGOT-2644: Clearer error for invalid hanging spawns | | SPIGOT-2644 |
md_5 | 43ab2669d76 | SPIGOT-2634: Concurrency issue in FileIOThread | | SPIGOT-2634 |
md_5 | 2f5bda8a67b | SPIGOT-2630: Console tab complete | | SPIGOT-2630 |
md_5 | 60c17193545 | SPIGOT-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 |
 DemonWav | c74e2a73016 | SPIGOT-215: Implement infrastructure for Location tab completes | | SPIGOT-215 |
md_5 | 4db0855e3e1 | SPIGOT-2622: Ensure all players are safely disconnected on shutdown | | SPIGOT-2622 |
 pokechu22 | 4507d99aeac | SPIGOT-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_5 | 5e5cf84f2cc | SPIGOT-2581: EntityAirChangeEvent | | SPIGOT-2581 |
md_5 | 6053c5c8ac7 | SPIGOT-2578: Method to get PotionEffect of specific type. | | SPIGOT-2578 |
md_5 | 29e1d72893f | SPIGOT-2574: BlockPopulators added twice. | | SPIGOT-2574 |
md_5 | 83a9dbdef60 | SPIGOT-2559: Kill all entities when called with setHealth(0) | | SPIGOT-2559 |
md_5 | 8cc59584048 | Deprecate and stop using Java15Compat class. | | |
md_5 | 21e3b055225 | SPIGOT-2552: Aliases for Vanilla commands | | SPIGOT-2552 |
md_5 | 09f1a196095 | Hook into World for light getters due to additional validation. | | |
md_5 | 9ff3d7f51f2 | SPIGOT-2548: Don't special case spawn locations of falling blocks | | SPIGOT-2548 |
md_5 | 2a5461deb10 | Enhance Beacon Block API | | |
 redwall_hp | 7655e38a47a | Implement basic Beacon Block API | | |
md_5 | f5d891f609a | SPIGOT-2537: Relax skull check even for nominally invalid skulls. | | SPIGOT-2537 |
md_5 | 7ae605218b9 | Fall back to name if skull has no uuid when getting player. | | |
md_5 | 7f9fbe54baf | Simplify a few diffs | | |
md_5 | 301db84d3d8 | SPIGOT-2520: Better skull validation | | SPIGOT-2520 |
md_5 | ca1bb1c4450 | SPIGOT-2495: Better validation of Skulls. | | SPIGOT-2495 |
md_5 | 0df416d6793 | SPIGOT-113: Add save status to ChunkUnloadEvent | | SPIGOT-113 |