Misc. file removal and migration cleanup

This commit is contained in:
Dane Everitt 2017-03-12 00:03:04 -05:00
parent d7682bb7c9
commit d585294289
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 1 additions and 202 deletions

View file

@ -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"
]
}
}
}