Added weekly spawning Wardens to the scheduler system.
Changes in config.yml
Code (YAML):
schedulers: 'default':
# Should the Warden spawn at a specific date? The date takes the highest priority. # Date format: dd/MM/yyyy HH:mm:ss | Example date: 19/07/2025 21:10:23 date: ""
# Weekly feature takes the second-highest priority after the date feature. # Day of Week:Hours:Minutes | Example: 5:16:03:00 -> Every Friday at 4:03:00 pm. weekly: ""
# Number of ticks to wait before starting the scheduler (20 ticks = 1 sec). run-after: 0
# If the loop is set to false, the 'run-after' value will be applied. interval: 160
# Should the Warden spawn repeatedly at the specified tick interval, or just once? loop: false
# The ID of the Warden. id: default
# The UUID of the Warden. Leave it empty to generate a random UUID. uuid: ""