misc_pterodactyl-panel/storage/app/services/minecraft/main.json

75 lines
2.1 KiB
JSON
Raw Normal View History

{
"vanilla": {
"startup": {
"done": ")! For help, type ",
"userInteraction": [
"Go to eula.txt for more info."
]
},
"stop": "stop",
"configs": {
"server.properties": {
"parser": "properties",
"find": {
"server-ip": "0.0.0.0",
"enable-query": "true",
2016-12-14 23:54:02 +00:00
"server-port": "{{ server.build.default.port }}",
"query.port": "{{ server.build.default.port }}"
}
}
},
"log": {
"custom": false,
"location": "logs/latest.log"
},
"query": "minecraftping"
},
"spigot": {
"symlink": "vanilla",
"configs": {
"spigot.yml": {
"parser": "yaml",
"find": {
"settings.restart-on-crash": "false"
}
}
}
},
"bungeecord": {
"startup": {
2016-12-14 23:54:02 +00:00
"done": "Listening on ",
"userInteraction": [
"Listening on /0.0.0.0:25577"
]
},
"stop": "end",
"configs": {
"config.yml": {
"parser": "yaml",
"find": {
"listeners[0].query_enabled": true,
2016-12-14 23:54:02 +00:00
"listeners[0].query_port": "{{ server.build.default.port }}",
"listeners[0].host": "0.0.0.0:{{ server.build.default.port }}",
"servers.*.address": {
"127.0.0.1": "{{ config.docker.interface }}",
"localhost": "{{ config.docker.interface }}"
}
}
}
},
"log": {
"custom": false,
"location": "proxy.log.0"
},
"query": "minecraftping"
},
"sponge": {
"symlink": "vanilla",
"startup": {
"userInteraction": [
"You need to agree to the EULA"
]
}
}
}