Upload server runner config

This commit is contained in:
Chromachine 2018-06-13 23:09:47 +00:00
parent 72c70ec7e7
commit 448ee3ad30
2 changed files with 4 additions and 0 deletions

3
ServerRunner/config.yml Executable file
View file

@ -0,0 +1,3 @@
!!buttondevteam.serverrunner.Config {restartAt: 12, serverParams: -Djline.terminal=jline.UnixTerminal
-Xms4G -Xmx6G, serverVersion: 1.12.2}

View file

@ -15,6 +15,7 @@ git add -f 'Towny/settings/townyperms.yml'
git add -f 'PlotSquared/*' ':!:PlotSquared/*storage*' git add -f 'PlotSquared/*' ':!:PlotSquared/*storage*'
git add -f 'PermissionsEx/permissions.yml' git add -f 'PermissionsEx/permissions.yml'
git add -f 'Multiverse-Core/worlds.yml' git add -f 'Multiverse-Core/worlds.yml'
git add -f 'ServerRunner/config.yml' # Not a plugin
git add -f update.sh download.sh git add -f update.sh download.sh