forked from Alex/Pterodactyl-Panel
Set config item to correct boolean value
This commit is contained in:
parent
410fd812ac
commit
6fb44f7d7b
@ -133,7 +133,7 @@ EOF;
|
||||
'description' => 'Spigot is the most widely-used modded Minecraft server software in the world. It powers many of the top Minecraft server networks around to ensure they can cope with their huge player base and ensure the satisfaction of their players. Spigot works by reducing and eliminating many causes of lag, as well as adding in handy features and settings that help make your job of server administration easier.',
|
||||
'docker_image' => 'quay.io/pterodactyl/core:java-glibc',
|
||||
'config_startup' => null,
|
||||
'config_files' => '{"spigot.yml":{"parser": "yaml", "find":{"settings.restart-on-crash": "false"}}}',
|
||||
'config_files' => '{"spigot.yml":{"parser": "yaml", "find":{"settings.restart-on-crash": false}}}',
|
||||
'config_logs' => null,
|
||||
'config_stop' => null,
|
||||
'config_from' => $this->option['vanilla']->id,
|
||||
|
Loading…
Reference in New Issue
Block a user