Skip to content

Instantly share code, notes, and snippets.

@kennytv
Created June 17, 2020 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kennytv/90de10d16f3a8c5b5737b5b854eab667 to your computer and use it in GitHub Desktop.
Save kennytv/90de10d16f3a8c5b5737b5b854eab667 to your computer and use it in GitHub Desktop.
Maintenance example dump
{
"general": {
"pluginVersion": "3.0.5",
"platform": "Bungee",
"serverVersion": "git:Waterfall-Bootstrap:1.15-SNAPSHOT:37e73a0:unknown",
"maintenance": [
"global",
"Server1",
"Server2"
]
},
"configuration": {
"maintenance-enabled": true,
"proxied-maintenance-servers": [
"SpigotServer1",
"Server1",
"Server2"
],
"fallback": [
"Server1"
],
"pingmessages": [
"&cMaintenance mode!%NEWLINE%&6We will be back soon!"
],
"enable-playercountmessage": true,
"playercountmessage": "&4Maintenance",
"playercounthovermessage": "&cCurrently under%NEWLINE%&cmaintenance",
"custom-maintenance-icon": false,
"send-join-notification": false,
"language": "en",
"mysql": {
"use-mysql": false,
"update-interval": 15
},
"timer-broadcast-for-seconds": [
1200,
900,
600,
300,
120,
60,
30,
20,
10,
5,
4,
3,
2,
1
],
"update-checks": true,
"waiting-server": "Server2",
"enable-timerspecific-messages": false,
"timerspecific-pingmessages": [
"&cMaintenance mode!%NEWLINE%&6We will be back in %TIMER%!"
],
"kick-online-players": true,
"continue-endtimer-after-restart": {
"enabled": false,
"end": 0
},
"config-version": 4,
"whitelisted-players": {},
"icon-exists": false
},
"plugins": {
"plugins": [
{
"name": "reconnect_yaml",
"version": "git:reconnect_yaml:1.15-SNAPSHOT:2615829:346",
"authors": [
"WaterfallMC"
]
},
{
"name": "cmd_find",
"version": "git:cmd_find:1.15-SNAPSHOT:2615829:346",
"authors": [
"WaterfallMC"
]
},
{
"name": "cmd_server",
"version": "git:cmd_server:1.15-SNAPSHOT:2615829:346",
"authors": [
"WaterfallMC"
]
},
{
"name": "cmd_alert",
"version": "git:cmd_alert:1.15-SNAPSHOT:2615829:346",
"authors": [
"WaterfallMC"
]
},
{
"name": "Maintenance",
"version": "3.0.4",
"authors": [
"KennyTV"
]
},
{
"name": "cmd_send",
"version": "git:cmd_send:1.15-SNAPSHOT:2615829:346",
"authors": [
"WaterfallMC"
]
},
{
"name": "cmd_list",
"version": "git:cmd_list:1.15-SNAPSHOT:2615829:346",
"authors": [
"WaterfallMC"
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment