Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | SPIGOT-3243: Remove recipe reset on world change / death | md_5 | 2017-05-15 | -0/+9 |
| | ||||
* | Update to Minecraft 1.12-pre2 | md_5 | 2017-05-14 | -77/+153 |
| | ||||
* | SPIGOT-3207: Fix hiding players in a BukkitRunnable after joining | Pokechu22 | 2017-04-28 | -27/+28 |
| | | | | | | This happened because "joining" wasn't cleared until the player was ticked. Runnables (presumably) ran _after_ the player list packet was sent, but before the player was ticked; thus, the player list packet was sent, but not cleared. The fix is to replace joining with hasSentListPacket, which is set immediately before sending any player list packets (thus, if hidePlayer is called after, it sees that the list packet has been sent and sends a new one to reset it). With this fix, the player is added to the list and then removed shortly afterwards. The reason why running /hideall in the example wouldn't fix the invisibility is because the server already thinks the player's been removed from the list (as they're hidden), and thus doesn't want to send another hide packet. This is correct behavior assuming that they get hidden correctly the first time, which they now do. | |||
* | Reset player arrow count on death | md_5 | 2017-04-26 | -1/+2 |
| | ||||
* | SPIGOT-3157: Use Vanilla gamemode change code | md_5 | 2017-03-31 | -38/+42 |
| | ||||
* | SPIGOT-3154: Sleeping players cannot change dimensions | md_5 | 2017-03-30 | -18/+19 |
| | ||||
* | SPIGOT-3141: Missing TeleportCause.SPECTATE when lift clicking spectate | md_5 | 2017-03-24 | -0/+9 |
| | ||||
* | Make tile activeContainer assignment consistent. | md_5 | 2017-01-27 | -1/+1 |
| | ||||
* | SPIGOT-2997: Explicitly disallow invalid tiles to be opened | md_5 | 2017-01-10 | -31/+35 |
| | ||||
* | Update to Minecraft 1.11.1 | md_5 | 2016-12-21 | -26/+26 |
| | ||||
* | Expand definition of isFrozen | md_5 | 2016-11-30 | -7/+11 |
| | ||||
* | SPIGOT-2855: Empty ItemStacks in PlayerDeathEvent drops | md_5 | 2016-11-28 | -1/+1 |
| | ||||
* | Update to Minecraft 1.11 | md_5 | 2016-11-17 | -94/+82 |
| | ||||
* | SPIGOT-1903, MC-98153: Portal Location Sync Issues | md_5 | 2016-10-23 | -6/+12 |
| | ||||
* | Update to Minecraft 1.10 | md_5 | 2016-06-09 | -58/+49 |
| | ||||
* | Implement PlayerChangedMainHandEvent | md_5 | 2016-05-27 | -29/+44 |
| | ||||
* | SPIGOT-2321: Fully check Vanilla command permissions | md_5 | 2016-05-26 | -1/+1 |
| | ||||
* | Minecraft 1.9.4 | md_5 | 2016-05-10 | -57/+60 |
| | ||||
* | Handle cases where Mojang uses an empty string for permission checks | Thinkofname | 2016-04-01 | -9/+11 |
| | ||||
* | Fix player dimension change invulnerability never getting unset when certain ↵ | Zach Brown | 2016-03-24 | -17/+31 |
| | | | | dimensions are disabled | |||
* | SPIGOT-1571: Add Entity Glide Events. | 0x277F | 2016-03-12 | -8/+23 |
| | ||||
* | SPIGOT-1725: Fix dynamic scoreboard criteria on non-main scoreboards | md_5 | 2016-03-12 | -17/+32 |
| | ||||
* | SPIGOT-1613: Fix missed use of scaled health | md_5 | 2016-03-06 | -0/+9 |
| | ||||
* | SPIGOT-1624: Fix setPlayerListName | md_5 | 2016-03-02 | -0/+9 |
| | ||||
* | Update to Minecraft 1.9 | md_5 | 2016-03-01 | -164/+138 |
| | ||||
* | [SPIGOT-946] Begin making use of access transforms to simplify patching. | md_5 | 2015-06-06 | -18/+0 |
| | ||||
* | Handle a missed case with our vanilla permissions override | Thinkofdeath | 2015-05-30 | -2/+5 |
| | ||||
* | Cut fluff from patch headers. | md_5 | 2015-05-25 | -2/+2 |
| | ||||
* | Update to 1.8.4 | Thinkofdeath | 2015-05-17 | -9/+11 |
| | ||||
* | Update to Minecraft 1.8.3 | Thinkofdeath | 2015-03-04 | -109/+115 |
| | ||||
* | SPIGOT-447: Fix dismount causing a quick remount | md_5 | 2015-02-20 | -2/+11 |
| | ||||
* | SPIGOT-387: Remove redundant custom vehicle handling. | md_5 | 2015-01-09 | -50/+23 |
| | ||||
* | Correctly close chests cancelled for cancelled inventory open events | Thinkofdeath | 2014-12-28 | -15/+19 |
| | ||||
* | SPIGOT-287: Fire a cancelled inventory open event for locked chests | Thinkofdeath | 2014-12-28 | -24/+40 |
| | ||||
* | SPIGOT-212: Modify the vanilla change gamemode method to call our version | Thinkofdeath | 2014-12-15 | -5/+22 |
| | ||||
* | SPIGOT-189: Remove ListenerWrapper in favour of just doing it in EntityPlayer | Thinkofdeath | 2014-12-12 | -3/+21 |
| | ||||
* | Fix another missed scoreboard rename | Thinkofdeath | 2014-12-10 | -3/+3 |
| | ||||
* | SPIGOT-96/BUKKIT-5016: Fix thunder storms not darkening the sky and ↵ | Thinkofdeath | 2014-12-02 | -21/+58 |
| | | | | transitions being broken. | |||
* | Update the correct Scoreboard Criteria when a health change comes in. This ↵ | Fabian Faßbender | 2014-11-30 | -3/+3 |
| | | | | fixes SPIGOT-20 | |||
* | Revert "Remove patch headers" | Thinkofdeath | 2014-11-28 | -0/+2 |
| | | | | This reverts commit d6e3dff7d88b3b4275108071704a1ef18d8484c5. | |||
* | Remove patch headers | GunfighterJ | 2014-11-28 | -2/+0 |
| | ||||
* | Use the right name for the AsyncPlayerPreLoginEvent | Thinkofdeath | 2014-11-28 | -2/+2 |
| | ||||
* | Fix eating food whilst not facing a block | Thinkofdeath | 2014-11-28 | -2/+2 |
| | ||||
* | Update to Minecraft 1.8 | Thinkofdeath | 2014-11-28 | -0/+542 |
For more information please see http://www.spigotmc.org/ |