changes lol
This commit is contained in:
parent
8fa7c63fa5
commit
3fe37c13df
|
@ -11,6 +11,9 @@ https://www.wevideo.com/view/2581865286
|
||||||
|
|
||||||
YouTube Mirror: https://www.youtube.com/watch?v=As99AOL_-vM
|
YouTube Mirror: https://www.youtube.com/watch?v=As99AOL_-vM
|
||||||
|
|
||||||
|
## [Helpful Google Doc by a generous user](https://docs.google.com/document/d/1MdaQRQbRXb9wXRtdS-c7OGBMcTh9DO8iAKT6fcpdJ5g/edit)
|
||||||
|
Here in case it helps!
|
||||||
|
|
||||||
## Usage:
|
## Usage:
|
||||||
Fork it, and press "Run" at the top to run the server!
|
Fork it, and press "Run" at the top to run the server!
|
||||||
|
|
||||||
|
|
4
main.sh
4
main.sh
|
@ -53,6 +53,10 @@ else
|
||||||
unzip stable-download.zip -d /tmp/new
|
unzip stable-download.zip -d /tmp/new
|
||||||
echo deleting original zip file...
|
echo deleting original zip file...
|
||||||
rm -rf stable-download.zip
|
rm -rf stable-download.zip
|
||||||
|
mkdir web
|
||||||
|
mkdir java
|
||||||
|
mkdir java/bungee_command
|
||||||
|
mkdir java/bukkit_command
|
||||||
if [ "$syncweb" = "true" ]; then
|
if [ "$syncweb" = "true" ]; then
|
||||||
echo updating web folder...
|
echo updating web folder...
|
||||||
rm -rf web/*
|
rm -rf web/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user