High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Go to file
Agaricus 1062104604 Fix lightened nibble array getChunkSnapshot on extended block IDs
Fix out-of-bounds error in chunks with extended (4096) block IDs:

13:34:12 [SEVERE] [dynmap] Exception while fetching chunks:
java.lang.ArrayIndexOutOfBoundsException: 4096
    at org.bukkit.craftbukkit.v1_4_R1.CraftChunk.getChunkSnapshot(CraftChunk.java:1

http://pastie.org/6368930

Thanks to mikeprimm for this fix.

Original MCPC+ commit:
MinecraftPortCentral/MCPC-Plus@7902767397
2013-03-28 22:15:38 -07:00
Bukkit@ced8459bc3 Automatically update upstream versions. Bukkit-1.4.7-R1.0-40-gced8459, CraftBukkit-1.4.7-R1.0-75-g7f25632 2013-03-27 20:32:06 -05:00
Bukkit-Patches Add a TON of metadata speed / memory fixes and improvements, courtesy of @crast 2013-03-23 10:30:53 +11:00
CraftBukkit@b8f8ec0455 Automatically update upstream versions. Bukkit-1.4.7-R1.0-40-gced8459, CraftBukkit-1.4.7-R1.0-79-gb8f8ec0 2013-03-28 21:21:13 -05:00
CraftBukkit-Patches Fix lightened nibble array getChunkSnapshot on extended block IDs 2013-03-28 22:15:38 -07:00
.gitmodules Initial commit - hello future of Spigot! 2013-01-15 12:23:17 +11:00
.travis.yml Implement Travis 2013-03-18 23:50:09 +05:00
applyPatches.sh Abort any existing patches when applying 2013-03-23 10:05:32 +11:00
pom.xml Update Spigot to version 1.5. By using this build you agree to the following terms: (read next line) 2013-03-16 10:24:13 +11:00
README.md Implement Travis 2013-03-18 23:50:09 +05:00
rebuildPatches.sh Rename generated repo, and only deploy API, not server. 2013-03-07 17:49:54 +11:00
upstreamMerge.sh Switch to pwd so the scripts can work more reliably on other OSs 2013-01-21 20:24:30 +11:00

Spigot Build Status

High performance Minecraft server implementation