aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-12-19Update Log4J (1.8.8) (#7150)ver/1.8.8sulu5890
* Update Upstream (Craftbukkit) * update log4j
2016-03-29PaperMC/Paper/GH-166Zach Brown
2016-03-03Add exception reporting eventsJoseph Hirschfeld
2016-03-03Fix inter-world teleportation glitchesSudzzy
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-03SPIGOT-1499: Outdated server message not workingmd_5
2016-03-03Fix ServerListPingEvent flagging as AsyncAikar
2016-03-03More timings for schedulerAikar
2016-03-03Make Timings use less passes in its benchmarkAikar
2016-03-03Improve title APITechcable
Uses title objects instead of individual update methods
2016-02-22Add velocity warningsJoseph Hirschfeld
Issues #12 & #18
2016-02-22Merge pull request #38 from Ichbinjoe/findPortalsZach
Add configurable portal search radius
2016-02-21Add configurable portal search radiusJoseph Hirschfeld
2016-02-21Update CBZach Brown
2016-02-21Proper maven repo detailsZach Brown
2016-02-20Change implementation of tile entity removal listJoseph Hirschfeld
2016-02-20Ensure inv drag is in bounds - Fixes #30Joseph Hirschfeld
2016-02-16Player Tab List and Title APIsJedediah Smith
2016-02-16Move bungeecord chat APIs out of spigot subclassesZach Brown
2016-02-16Merge pull request #31 from kashike/feature/better-exceptionsZach
Be a bit more informative in maxHealth exception
2016-02-16Be a bit more informative in maxHealth exceptionkashike
2016-02-15Fix Furnace Minecarts losing all of their velocity on cornersThinkofdeath
2016-02-15There wasn't anything hereZach Brown
http://i.imgur.com/AxtzziK.gif
2016-02-15Fix tab completeion ignoring the old non-location tab completeDemonWav
Closes GH-28
2016-02-15Merge pull request #27 from kashike/feature/commandmapZach
Expose server CommandMap
2016-02-15Expose server CommandMapkashike
2016-02-15Ignore version formatting errorsZach Brown
We have so many random strings around at the moment this will be better for now
2016-02-15Some people just have bad daysZach Brown
2016-02-15Downgrade versioning plugin, fix buildZach Brown
2016-02-15Update version handling for our new build systemZach Brown
CC GH-19
2016-02-13Missed a commentZach Brown
2016-02-13Avoid hopper searches if there are no itemsCullanP
Closes PR #23
2016-02-13Optimize getBlockDataAikar
2016-02-13Optimize PathfindingAikar
2016-02-13Add BlockBrewingStand and BlockEnchantmentTable to flying entity collisions ↵Zach Brown
patch
2016-02-13Automatically disable plugins that fail to loadAikar
2016-02-13Make timings verbose by defaultZach Brown
More useful data by default for server administrators
2016-02-13Merge pull request #25 from Martyn96/patch-1Zach
Fix typos in contributing.md
2016-02-13Fix typos in contributing.mdMartijn Rondeel
2016-02-06Update Bukkit & CBZach Brown
2016-02-05Update CraftBukkitZach Brown
2016-02-05Build Scripts: Be a little more explicit in paperclip.shZach Brown
2016-02-03Merge pull request #9 from Techcable/cancellable-EntityDismountEventZach
Make EntityDismountEvent Cancellable
2016-02-01Make EntityDismountEvent CancellableNik Gil
2016-02-01Update CraftBukkitZach Brown
2016-01-31Squash these tab complete patchesZach Brown
2016-01-31Merge pull request #7 from DemonWav/masterg sand
Fix infinite recursion with plugin tab completers - fixes #6
2016-01-31Fix infinite recursion with plugin tab completersDemonWav
Make block location tab completion be a per-world configurable value
2016-01-30Merge pull request #5 from DemonWav/masterZach
Add Location support to tab-completes
2016-01-30Update CraftBukkitZach Brown
2016-01-30Add Location support to tab-completesDemonWav
This is a feature in vanilla Minecraft that has somehow been missing from CraftBukkit for years