MineCICD added "plugins"
This commit is contained in:
38
plugins/AutoRestart/main.yml
Normal file
38
plugins/AutoRestart/main.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
#███╗░░░███╗░█████╗░██╗███╗░░██╗
|
||||
#████╗░████║██╔══██╗██║████╗░██║
|
||||
#██╔████╔██║███████║██║██╔██╗██║
|
||||
#██║╚██╔╝██║██╔══██║██║██║╚████║
|
||||
#██║░╚═╝░██║██║░░██║██║██║░╚███║
|
||||
#╚═╝░░░░░╚═╝╚═╝░░╚═╝╚═╝╚═╝░░╚══╝
|
||||
|
||||
## Main branch
|
||||
main:
|
||||
## Sets the restart command after players have been kicked
|
||||
execution: 'restart'
|
||||
## This will recalculate the restart countdown when using '/autore reload'
|
||||
recalculate_onreload: false
|
||||
## Restart modes available 'interval', and 'timestamp'
|
||||
restart_mode: 'interval'
|
||||
## Restart mode specific settings
|
||||
modes:
|
||||
## Restart server in intervals
|
||||
interval:
|
||||
## Set the multiplication factor
|
||||
## Options are 'hours' or 'days'
|
||||
factor: 'hours'
|
||||
## Set the value of the interval
|
||||
## Decimals are allowed
|
||||
value: 3.0
|
||||
## Set the timestamp in 24 hour time format HH:MM
|
||||
## Multiple timestamps allowed
|
||||
timestamp:
|
||||
- '0:00'
|
||||
- '6:00'
|
||||
- '12:00'
|
||||
- '18:00'
|
||||
## Server wide prefix for all chat broadcasts
|
||||
prefix: '&f[&7AutoRestart&f] &e'
|
||||
## Client restart message in game chat
|
||||
kick_message: '&cServer Restarting! We will be back up any minute!'
|
||||
## DO NOT TOUCH!!
|
||||
version: 4
|
Reference in New Issue
Block a user