md_5 | 3d0ed18e389Fix CraftBukkit crash report details not showing | Fix CraftBukkit crash report details not showing | | |
md_5 | 23da8b0ab75 | SPIGOT-2270: Retain Java 6 compat | | SPIGOT-2270 |
md_5 | 901c5327f80 | SPIGOT-2271: Custom furnace experience error | | SPIGOT-2271 |
md_5 | e22506f9645 | Use direct chunk access for neighbour counts on unload | | |
md_5 | 7e9122e74d2 | Fix some [but not all] chunk unload issues | | |
md_5 | c5e9a169fa5 | Minecraft 1.9.4 | | |
md_5 | 4cb32587ac1 | SPIGOT-2255: Nether Structure generation ConcurrentModificationException | | SPIGOT-2255 |
Thinkofname | ed60c017942 | SPIGOT-2134: Use the correct listener in CommandExecute | | SPIGOT-2134 |
md_5 | 935f18b476b | SPIGOT-2206: playEffect doesn't accept sub classes of the expected data type | | SPIGOT-2206 |
md_5 | 4377b86b29a | SPIGOT-2218: Drop horse chest on death | | SPIGOT-2218 |
Thinkofname | 22dcde52c9b | 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. | | |
md_5 | 7a6b1433e23 | SPIGOT-2213: Fix custom anvil inventory | | SPIGOT-2213 |
md_5 | d884ab38d82 | SPIGOT-2211: Fix offhand slot client refresh | | SPIGOT-2211 |
jjm_223 | 78434e89103 | Remove debug message. | | |
Thinkofname | b103841da32 | SPIGOT-2171: Fix shield blocking sounds | | SPIGOT-2171 |
Thinkofname | 199b11bdd07 | SPIGOT-2157: Fix enderman not playing their animation when attacking | | SPIGOT-2157 |
Thinkofname | a4786c824ff | SPIGOT-2134: Support /execute being chained | | SPIGOT-2134 |
Thinkofname | f060bba1ca5 | SPIGOT-2043: Ensure VehicleMoveEvent is always fired for boats | | SPIGOT-2043 |
Thinkofname | b5a4d071413 | SPIGOT-2014: Respect the spectatorsGenerateChunks gamerule | | SPIGOT-2014 |
Thinkofname | b70058afa24 | SPIGOT-2191: Fix a missed diff from 1.8.8 | | SPIGOT-2191 |
md_5 | f6313791d0f | staticify backported method | | |
md_5 | 1e2fcb38e4a | Backport changes from 16w15a | | |
md_5 | a28f87a55c1 | Missing import | | |
 Parker Hawke | 767f028054b | Properly validate boss bar progress | | |
Thinkofname | 420b983d59a | Fix broken potion serialization | | |
t00thpick1 | d39a750709e | SPIGOT-2085 / SPIGOT-2087 / SPIGOT-2156: Rework internal PotionMeta state to be correct and less complex. | | 3 Jira issues |
 Jofkos | 8cb1b362eb7 | Begin console output with ANSI line erase. | | |
md_5 | 5c23262f159 | Update physics on attached block when setting data of attachable blocks | | |
md_5 | 11e8c6d3388 | SPIGOT-2145: Add missed EntityTeleportEvent diff | | SPIGOT-2145 |
Thinkofname | 8d16fc08f13 | Support integer data values for Effect.VILLAGER_PLANT_GROW | | |
md_5 | 3dc138d9805 | SPIGOT-2135: Also clear sit pathfinder on toggle status | | SPIGOT-2135 |
md_5 | f326992b8b4 | SPIGOT-2128: Flint and steel duplicate place event | | SPIGOT-2128 |
md_5 | 60cb5b5603c | SPIGOT-2118: Fix crash on chunk regen | | SPIGOT-2118 |
md_5 | 4cc1807b25f | SPIGOT-2092: Directly set sittging status | | SPIGOT-2092 |
Thinkofname | f01861f80bc | SPIGOT-2115: Fix entities being added to the world multiple times when teleported | | SPIGOT-2115 |
Thinkofname | 048849ce51d | SPIGOT-2102: Don't reduce the movement limit below vanilla's default | | SPIGOT-2102 |
Thinkofname | 420afc57ef5 | Handle cases where Mojang uses an empty string for permission checks | | |
Aikar | f92e01ba5cf | MC-100382: Fix Pathfinding Memory Leakhttps://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. | | MC-100382 |
Thinkofname | 6247aa00cc5 | SPIGOT-2101: Check the result of damageEntity before applying knockback from sweep attacks | | SPIGOT-2101 |
Thinkofname | 45bb40353aa | SPIGOT-2098: Fix sound effects for 1.9.0 clients | | SPIGOT-2098 |
Thinkofname | 8b61cc52088 | Fix the default permission of /trigger | | |
Thinkofname | 9dc467e4c86 | Fix a diff mistake in MobEffectList | | |
Thinkofname | 6e527e5b884 | Update to Minecraft 1.9.2 | | |
Thinkofname | 7fc5cd856e4 | Support Minecraft 1.9.2 | | |
 md_5 | 23ce4d1b96e | Add 1.9.1 support. | | |
 Aikar | 44216f12ed3 | SPIGOT-2033: Re-add missed diff for entity.valid | | SPIGOT-2033 |
Thinkofname | fc9ee90fc54 | Limit the length of byte arrays | | |
md_5 | 15222c84b49 | SPIGOT-2074: Correctly set custom world settings | | SPIGOT-2074 |
md_5 | cac90f62360 | Arrows use interactable condition | | |
md_5 | cd36f6f2570 | SPIGOT-2060: Method to control whether entities collide | | SPIGOT-2060 |