forked from CommandAPI/CommandAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetupPaperNMS.sh
More file actions
executable file
·23 lines (16 loc) · 858 Bytes
/
setupPaperNMS.sh
File metadata and controls
executable file
·23 lines (16 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh
echo "Setup Paper NMS for version 1.20.5..."
mvn --quiet paper-nms:init -pl :commandapi-paper-1.20.5 -P Platform.Paper
echo "Setup Paper NMS for version 1.21..."
mvn --quiet paper-nms:init -pl :commandapi-paper-1.21 -P Platform.Paper
echo "Setup Paper NMS for version 1.21.2..."
mvn --quiet paper-nms:init -pl :commandapi-paper-1.21.2 -P Platform.Paper
echo "Setup Paper NMS for version 1.21.4..."
mvn --quiet paper-nms:init -pl :commandapi-paper-1.21.4 -P Platform.Paper
echo "Setup Paper NMS for version 1.21.5..."
mvn --quiet paper-nms:init -pl :commandapi-paper-1.21.5 -P Platform.Paper
echo "Setup Paper NMS for version 1.21.6..."
mvn --quiet paper-nms:init -pl :commandapi-paper-1.21.6 -P Platform.Paper
echo "Setup Paper NMS for version 1.21.9..."
mvn --quiet paper-nms:init -pl :commandapi-paper-1.21.9 -P Platform.Paper
echo "Done!"