704728d670
Now we maintain a new list of blocks to replace with ores in engine mode 2, to ensure that we only update when players mine blocks that are potentially not an ore. We could perhaps even elimate this slight lag from mode 2 by reducing the need for calling update(x,y,z) |
||
---|---|---|
Bukkit@bd80c6eb2d | ||
Bukkit-Patches | ||
CraftBukkit@4857595e0a | ||
CraftBukkit-Patches | ||
.gitmodules | ||
.travis.yml | ||
README.md | ||
applyPatches.sh | ||
pom.xml | ||
rebuildPatches.sh | ||
upstreamMerge.sh |
README.md
Spigot
High performance Minecraft server implementation
How To
Init a Craftbukkit and Bukkit module : git submodule update --init
Apply Patches : ./applyPatches.sh
Create patch for server
cd Spigot-Server
Add your file for commit : git add <file>
Commit : git commit -m <msg>
cd ..
Create Patch ./rebuildPatches.sh
Create patch for API
cd Spigot-API
Add your file for commit : git add <file>
Commit : git commit -m <msg>
cd ..
Create Patch ./rebuildPatches.sh
Compilation
We use maven to handle our dependencies.
- Install Maven 3
- Clone this repo and:
mvn clean install