mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
@@ -14,21 +14,30 @@ 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
|
||||
-----------
|
||||
|
||||
|
Reference in New Issue
Block a user