Paper/scripts
Aikar 0f2c274998 Improve Structures Checking
Improves performance by keying every chunk thats part of a structure to a hashmap
instead of only the first one.

This allows us to avoid iterating the entire structures value set to see
if a block position is inside of a structure.

This should have pretty decent performance improvement to any standard world
that has been around for a whilewith lots of structures due to ineffeciencies
in how MC stores structures (even unloaded chunks has structured data loaded)
2017-11-11 19:06:45 -05:00
..
applyPatches.sh
build.sh
decompile.sh
functions.sh
importmcdev.sh Improve Structures Checking 2017-11-11 19:06:45 -05:00
init.sh
makemcdevsrc.sh
paperclip.sh Use absolute paths for pointing Paperclip to files 2017-09-23 13:30:55 -05:00
rebuildPatches.sh
remap.sh Add clean command and fix critical script issue 2017-09-28 17:52:05 -05:00
testServer.sh
upstreamMerge.sh