Commits
md_5 authored b10facb885a
1 1 | Spigot |
2 2 | ====== |
3 3 | |
4 4 | High performance Minecraft server implementation |
5 5 | |
6 6 | |
7 7 | How To |
8 8 | ----------- |
9 9 | |
10 - | Init a Craftbukkit and Bukkit module : `git submodule update --init` |
11 - | |
12 10 | Apply Patches : `./applyPatches.sh` |
13 11 | |
14 12 | ### Create patch for server ### |
15 13 | |
16 14 | `cd Spigot-Server` |
17 15 | |
18 16 | Add your file for commit : `git add <file>` |
19 17 | |
20 18 | Commit : `git commit -m <msg>` |
21 19 | |