Fixed an exception occurring in Minecraft 1.20.4 and lower versions.
Updated Commons library.
Changes in config.yml
Code (YAML):
schedulers: # 'default' is the scheduler ID and this one is not going to be registered. '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:Seconds | Example: 5:16:03:00 -> Every Friday at 4:03:00 pm. weekly: ""
# Daily feature takes the third-highest priority after the weekly feature. # Hours:Minutes:Seconds | Example: 20:10:05 -> Every Day at 08:10:05 pm. daily: ""
# 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: ""