MineCICD added "plugins"

This commit is contained in:
minster586
2024-10-05 22:23:51 -04:00
committed by minster586
parent 15691e7567
commit a7c7616624
198 changed files with 59954 additions and 1 deletions

View 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