Skip to content

Instantly share code, notes, and snippets.

@Tigerpanzer02
Last active December 15, 2019 18:00
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 Tigerpanzer02/5aa561a5eab134841ace05f960d954b5 to your computer and use it in GitHub Desktop.
Save Tigerpanzer02/5aa561a5eab134841ace05f960d954b5 to your computer and use it in GitHub Desktop.
EASYBUNGEESERVERWAIT
######################################
## EASYBUNGEESERVERWAIT ##
## by Tigerpanzer_02 ##
######################################
# Should the plugin send debug messages into console? | This mode can be good to find bugs!
debug: false
######################################
## MAINTENANCE MODE ##
######################################
Maintenance:
#Enable maintenance mode | The only function of the plugin in maintenance mode: Players will be kicked with a kick message that you define ;)
Enable: false
#Kick-Message for players that are connecting and maintenance mode is active
#Do /n for new line | You can use & for ChatColors
Kick-Message: '/n&l&bExample Network&r /n&cThe Network is in maintenance!&8. /n&aPlease come back later.'
######################################
## NORMAL MODE ##
######################################
#Define the servers for that the plugin checks if it is online or not
#Servers that it should check
Servers:
- 'Lobby-1'
- 'Lobby-2'
- 'Lobby-3'
#After which time should the plugin automatically cancel the check?
#This option has been implemented for server owner that will have a problem or a fail in the configuration to make sure that players can definitely join after the amount of time
#Keep in mind that if you set the disable-after-succes to false it won´t work!
#Time in minutes
Time-For-Fail-Reason: 5
#Delay the start of the check after plugin load!
#Time in seconds
Delay-Check-Time: 2
#How often should the plugin check at start if the server is online or not?
#Time in seconds
Check-Time: 5
#Disable the check after succes
#If you set it to false it can negative to the server performance (because it is not tested/if you have tested it you can provide me the info and I will remove this warning)
#Keep in mind that if you set this to false the time-for-fail-reason will not work anymore!
Disable-After-Succes: true
#Kick-Message for players that are connecting and server is not up
#Do /n for new line | You can use & for ChatColors
Kick-Message: '/n&l&bExample Network&r /n&cThe Network is restarting and the Lobby is not online!&8. /n&aPlease wait a moment! We are back in &e5 minutes.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment