Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-19 | Update Log4J (1.8.8) (#7150)ver/1.8.8 | sulu5890 | |
* Update Upstream (Craftbukkit) * update log4j | |||
2016-03-29 | PaperMC/Paper/GH-166 | Zach Brown | |
2016-03-03 | Add exception reporting events | Joseph Hirschfeld | |
2016-03-03 | Fix inter-world teleportation glitches | Sudzzy | |
People are able to abuse the way Bukkit handles teleportation across worlds since it provides a built in teleportation safety check. To abuse the safety check, players are required to get into a location deemed unsafe by Bukkit e.g. be within a chest or door block. While they are in this block, they accept a teleport request from a player within a different world. Once the player teleports, Minecraft will recursively search upwards for a safe location, this could eventually land within a player's skybase. Example setup to perform the glitch: http://puu.sh/ng3PC/cf072dcbdb.png The wanted destination was on top of the emerald block however the player ended on top of the diamond block. This only is the case if the player is teleporting between worlds. | |||
2016-03-03 | SPIGOT-1499: Outdated server message not working | md_5 | |
2016-03-03 | Fix ServerListPingEvent flagging as Async | Aikar | |
2016-03-03 | More timings for scheduler | Aikar | |
2016-03-03 | Make Timings use less passes in its benchmark | Aikar | |
2016-03-03 | Improve title API | Techcable | |
Uses title objects instead of individual update methods | |||
2016-02-22 | Add velocity warnings | Joseph Hirschfeld | |
Issues #12 & #18 | |||
2016-02-22 | Merge pull request #38 from Ichbinjoe/findPortals | Zach | |
Add configurable portal search radius | |||
2016-02-21 | Add configurable portal search radius | Joseph Hirschfeld | |
2016-02-21 | Update CB | Zach Brown | |
2016-02-21 | Proper maven repo details | Zach Brown | |
2016-02-20 | Change implementation of tile entity removal list | Joseph Hirschfeld | |
2016-02-20 | Ensure inv drag is in bounds - Fixes #30 | Joseph Hirschfeld | |
2016-02-16 | Player Tab List and Title APIs | Jedediah Smith | |
2016-02-16 | Move bungeecord chat APIs out of spigot subclasses | Zach Brown | |
2016-02-16 | Merge pull request #31 from kashike/feature/better-exceptions | Zach | |
Be a bit more informative in maxHealth exception | |||
2016-02-16 | Be a bit more informative in maxHealth exception | kashike | |
2016-02-15 | Fix Furnace Minecarts losing all of their velocity on corners | Thinkofdeath | |
2016-02-15 | There wasn't anything here | Zach Brown | |
http://i.imgur.com/AxtzziK.gif | |||
2016-02-15 | Fix tab completeion ignoring the old non-location tab complete | DemonWav | |
Closes GH-28 | |||
2016-02-15 | Merge pull request #27 from kashike/feature/commandmap | Zach | |
Expose server CommandMap | |||
2016-02-15 | Expose server CommandMap | kashike | |
2016-02-15 | Ignore version formatting errors | Zach Brown | |
We have so many random strings around at the moment this will be better for now | |||
2016-02-15 | Some people just have bad days | Zach Brown | |
2016-02-15 | Downgrade versioning plugin, fix build | Zach Brown | |
2016-02-15 | Update version handling for our new build system | Zach Brown | |
CC GH-19 | |||
2016-02-13 | Missed a comment | Zach Brown | |
2016-02-13 | Avoid hopper searches if there are no items | CullanP | |
Closes PR #23 | |||
2016-02-13 | Optimize getBlockData | Aikar | |
2016-02-13 | Optimize Pathfinding | Aikar | |
2016-02-13 | Add BlockBrewingStand and BlockEnchantmentTable to flying entity collisions ↵ | Zach Brown | |
patch | |||
2016-02-13 | Automatically disable plugins that fail to load | Aikar | |
2016-02-13 | Make timings verbose by default | Zach Brown | |
More useful data by default for server administrators | |||
2016-02-13 | Merge pull request #25 from Martyn96/patch-1 | Zach | |
Fix typos in contributing.md | |||
2016-02-13 | Fix typos in contributing.md | Martijn Rondeel | |
2016-02-06 | Update Bukkit & CB | Zach Brown | |
2016-02-05 | Update CraftBukkit | Zach Brown | |
2016-02-05 | Build Scripts: Be a little more explicit in paperclip.sh | Zach Brown | |
2016-02-03 | Merge pull request #9 from Techcable/cancellable-EntityDismountEvent | Zach | |
Make EntityDismountEvent Cancellable | |||
2016-02-01 | Make EntityDismountEvent Cancellable | Nik Gil | |
2016-02-01 | Update CraftBukkit | Zach Brown | |
2016-01-31 | Squash these tab complete patches | Zach Brown | |
2016-01-31 | Merge pull request #7 from DemonWav/master | g sand | |
Fix infinite recursion with plugin tab completers - fixes #6 | |||
2016-01-31 | Fix infinite recursion with plugin tab completers | DemonWav | |
Make block location tab completion be a per-world configurable value | |||
2016-01-30 | Merge pull request #5 from DemonWav/master | Zach | |
Add Location support to tab-completes | |||
2016-01-30 | Update CraftBukkit | Zach Brown | |
2016-01-30 | Add Location support to tab-completes | DemonWav | |
This is a feature in vanilla Minecraft that has somehow been missing from CraftBukkit for years |