2
0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-19 15:50:34 +08:00

7 lines
177 B
Bash
Executable File

#!/bin/bash
#git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./applyPatches.sh
if [ "$1" == "--jar" ]; then
mvn clean install && ./paperclip.sh
fi