mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
4431926268
These will be made default in 1.9, dropping PaperTools support
3 lines
131 B
Bash
Executable file
3 lines
131 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./newApplyPatches.sh && mvn clean install
|