Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update to Minecraft 1.13 | md_5 | 2018-07-22 | -7/+7 |
| | ||||
* | SPIGOT-840, SPIGOT-2522: [Draft] Add EntityPotionEffectChangeEvent | kaenganxt | 2018-07-20 | -1/+1 |
| | | | | Discussion ongoing in PR #449 | |||
* | SPIGOT-4025: Fixed missed diff affecting PlayerLocaleChangeEvent | md_5 | 2018-07-17 | -1/+1 |
| | ||||
* | Update to Minecraft 1.13-pre7 | md_5 | 2018-07-15 | -230/+195 |
| | ||||
* | SPIGOT-3845: Fix spawnRadius on respawn | md_5 | 2018-03-08 | -49/+81 |
| | | | | Thanks senmori for the investigation in PR #431 | |||
* | Fix mismatched setArrowCount method | md_5 | 2017-11-17 | -1/+1 |
| | ||||
* | SPIGOT-3492: Ensure player functionality uses their specific scoreboard | md_5 | 2017-08-05 | -6/+12 |
| | ||||
* | Update to Minecraft 1.12.1 | md_5 | 2017-08-03 | -9/+0 |
| | ||||
* | Fix memory leak in PlayerList | md_5 | 2017-07-17 | -0/+9 |
| | ||||
* | SPIGOT-3382: Ensure players can pickup stuff | md_5 | 2017-06-26 | -1/+1 |
| | ||||
* | SPIGOT-3303: Warn when attempting to grant non existent recipe | md_5 | 2017-06-09 | -11/+20 |
| | ||||
* | Update to Minecraft 1.12 | md_5 | 2017-06-08 | -4/+4 |
| | ||||
* | Update to Minecraft 1.12-pre6 | md_5 | 2017-05-30 | -38/+38 |
| | ||||
* | SPIGOT-439: Add player locale related APIs. | MiniDigger | 2017-05-27 | -34/+44 |
| | ||||
* | Update to Minecraft 1.12-pre5 | md_5 | 2017-05-19 | -33/+25 |
| | ||||
* | 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 |
| |