High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Go to file
Aikar 0ba94906ad Fix Massive Memory Leak
Pathfinder objects are storing references to ChunkCache's, and never cleaning up.

These ChunkCache's then leak other entity objects. Those entity objects then have leaks to their
own chunk cache. A recursive problem....

Clean up the ChunkCache reference after it is done being used.
2016-03-31 19:08:27 -04:00
.github Update ISSUE_TEMPLATE.md 2016-03-26 14:00:59 +01:00
BuildData@46d0be39f2 Paper 1.9.2 Update 2016-03-30 20:50:23 -04:00
Bukkit@8ce4d2f45f Paper 1.9.2 Update 2016-03-30 20:50:23 -04:00
CraftBukkit@6247aa00cc Upstream merge CB, rebuild patch 2016-03-31 12:58:20 -05:00
Paperclip@6bff72410e Use paperclip.properties so CI can work 2016-03-30 21:27:13 -04:00
Spigot@1480adb827 Paper 1.9.2 Update 2016-03-30 20:50:23 -04:00
Spigot-API-Patches Paper 1.9.2 Update 2016-03-30 20:50:23 -04:00
Spigot-Server-Patches Fix Massive Memory Leak 2016-03-31 19:08:27 -04:00
.gitignore Use paperclip.properties so CI can work 2016-03-30 21:27:13 -04:00
.gitmodules Update module urls 2016-03-28 20:38:51 -04:00
.travis.yml Paper 1.9 2016-03-03 03:46:49 -06:00
applyPatches.sh Paper 1.9.2 Update 2016-03-30 20:50:23 -04:00
build.sh Abort properly on error for build script 2016-03-24 20:39:20 -04:00
CONTRIBUTING.md Update contributing information to be more accurate 2016-03-30 01:03:27 -04:00
decompile.sh Paper 1.9 2016-03-03 03:46:49 -06:00
importmcdev.sh Fix Massive Memory Leak 2016-03-31 19:08:27 -04:00
init.sh Use paperclip.properties so CI can work 2016-03-30 21:27:13 -04:00
makemcdevsrc.sh Add makemcdevsrc.sh 2016-03-08 22:08:16 -05:00
paperclip.sh Use paperclip.properties so CI can work 2016-03-30 21:27:13 -04:00
pom.xml set default goals on all pom poms </cheer> 2016-03-18 02:13:51 -04:00
README.md Link to contributing for PR section 2016-03-29 00:07:27 -04:00
rebuildPatches.sh Fix rebuild patches for real this time. 2016-03-21 21:40:18 -04:00
remap.sh Basic OS X compatibility: It works 2016-01-26 01:50:49 -06:00
upstreamMerge.sh Update upstream Spigot and upstreamMerge script 2016-03-21 12:32:05 -05:00

Paper CI Status

High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.

IRC Support and Project Discussion

Documentation

Access the paper docs here: paper.readthedocs.org

How To (Server Admins)

Paperclip is a jar file that you can download and run just like a normal jar file.

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

Paper requires Java 8 or above.

How To (Compiling Jar From Source)

To compile Paper, 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.

How To (Pull Request)

See Contributing

Special Thanks To:

YourKit-Logo

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 Paper an OSS license so that we can make our software the best it can be.