Misc. file removal and migration cleanup
This commit is contained in:
parent
d7682bb7c9
commit
d585294289
6 changed files with 1 additions and 202 deletions
|
@ -1,74 +0,0 @@
|
|||
{
|
||||
"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",
|
||||
"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": {
|
||||
"done": "Listening on ",
|
||||
"userInteraction": [
|
||||
"Listening on /0.0.0.0:25577"
|
||||
]
|
||||
},
|
||||
"stop": "end",
|
||||
"configs": {
|
||||
"config.yml": {
|
||||
"parser": "yaml",
|
||||
"find": {
|
||||
"listeners[0].query_enabled": true,
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue