mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 07:08:47 +01:00
c86923f08f
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
|