geforkt von Mirrors/Paper
18b55ae547
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. |
||
---|---|---|
BuildData@838b40587f | ||
Bukkit@01d1820664 | ||
Bukkit-Patches | ||
CraftBukkit@e1ebe524a7 | ||
CraftBukkit-Patches | ||
Paperclip@1b58efd4de | ||
Spigot-API-Patches | ||
Spigot-Server-Patches | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
applyPatches.sh | ||
build.sh | ||
Contributing.md | ||
decompile.sh | ||
init.sh | ||
newApplyPatches.sh | ||
newRebuildPatches.sh | ||
paperclip.sh | ||
pom.xml | ||
README.md | ||
rebuildPatches.sh | ||
remap.sh | ||
upstreamMerge.sh |
PaperSpigot
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.
IRC Support and Project Discussion
How To (Server Admins)
Download a copy of Paperclip.jar from our buildserver here: https://ci.destroystokyo.com/job/PaperSpigot/
Run the PaperClip jar directly from your server. Just like old times
PaperSpigot requires JRE 8 or above.
How To (Compiling From Source)
To compile PaperSpigot, you need JDK8, maven, and an internet connection.
Clone this repo, run ./build.sh from bash, get files.
Special Thanks To:
YourKit, makers of the outstanding java profiler, support open source projects of all kinds with their full featured Java and .NET application profilers. We thank them for granting PaperSpigot an OSS license so that we can make our software the best it can be.