Initial release #1
1 changed files with 8 additions and 0 deletions
8
start.sh
8
start.sh
|
@ -9,6 +9,14 @@
|
||||||
############
|
############
|
||||||
# Settings #
|
# Settings #
|
||||||
############
|
############
|
||||||
|
|
||||||
|
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #
|
||||||
|
# This script is not made for migrating versions. #
|
||||||
|
# If you're migrating versions, delete your old server's .jar file #
|
||||||
|
# and change the version below. #
|
||||||
|
# I am not responsible for any loss of data #
|
||||||
|
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #
|
||||||
|
# If enough people request it (or someone creates a PR) I'll add this functionality
|
||||||
version="1.19.3"
|
version="1.19.3"
|
||||||
# Leave blank to use the latest build
|
# Leave blank to use the latest build
|
||||||
select_build=""
|
select_build=""
|
||||||
|
|
Loading…
Reference in a new issue