e9222c0be7
First, Enchantment order would blow away seeing 2 items as the same, however the Client forces enchantment list in a certain order, as well as does the /enchant command. Anvils can insert it into forced order, causing 2 same items to be considered different. This change makes unhandled NBT Tags and Enchantments use a sorted tree map, so they will always be in a consistent order. Additionally, the old enchantment API was never updated when ItemMeta was added, resulting in 2 different ways to modify an items enchantments. For consistency, the old API methods now forward to use the ItemMeta API equivalents, and should deprecate the old API's. |
||
---|---|---|
BuildData@29cbded5ff | ||
Bukkit@60289d346e | ||
Bukkit-Patches | ||
CraftBukkit@a12b1a4770 | ||
CraftBukkit-Patches | ||
Paperclip@98c39e89d1 | ||
Spigot-API-Patches | ||
Spigot-Server-Patches | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
applyPatches.sh | ||
build.sh | ||
Contributing.md | ||
decompile.sh | ||
init.sh | ||
makemcdevsrc.sh | ||
paperclip.sh | ||
pom.xml | ||
README.md | ||
rebuildPatches.sh | ||
remap.sh | ||
upstreamMerge.sh |
Paper
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 Java 8 or above.
How To (Compiling From Source)
To compile PaperSpigot, you need JDK 8, maven, and an internet connection.
Clone this repo, run ./build.sh --jar from bash, get files.
Leave off --jar if you only wish to resync your checkout and not create a paperclip jar file just yet.
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.