FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CommandAPI/setupPaperNMS.sh at dev/commandapi-networking · CommandAPI/CommandAPI · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
CommandAPI
/
CommandAPI
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
78
Star
651
Code
Issues
46
Pull requests
10
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
CommandAPI
/
setupPaperNMS.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
23 lines (16 loc) · 858 Bytes
Breadcrumbs
CommandAPI
/
setupPaperNMS.sh
Copy path
File metadata and controls
executable file
·
23 lines (16 loc) · 858 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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!
"
Back
|
FazBrowse Home
|
New Git URL