Upload server runner config
This commit is contained in:
parent
72c70ec7e7
commit
448ee3ad30
2 changed files with 4 additions and 0 deletions
3
ServerRunner/config.yml
Executable file
3
ServerRunner/config.yml
Executable file
|
@ -0,0 +1,3 @@
|
|||
!!buttondevteam.serverrunner.Config {restartAt: 12, serverParams: -Djline.terminal=jline.UnixTerminal
|
||||
-Xms4G -Xmx6G, serverVersion: 1.12.2}
|
||||
|
|
@ -15,6 +15,7 @@ git add -f 'Towny/settings/townyperms.yml'
|
|||
git add -f 'PlotSquared/*' ':!:PlotSquared/*storage*'
|
||||
git add -f 'PermissionsEx/permissions.yml'
|
||||
git add -f 'Multiverse-Core/worlds.yml'
|
||||
git add -f 'ServerRunner/config.yml' # Not a plugin
|
||||
|
||||
git add -f update.sh download.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue