generated from your-land/yl_template
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
[yl_scheduler]
|
|
|
|
# Debug mode
|
|
# Set this to true to enable debug mode, it will output some more values to log
|
|
# Optional, default is false
|
|
yl_scheduler.debug (Debug mode) bool false
|
|
|
|
# Save path
|
|
# Set this to where in the worldfolder you want the JSON files stored.
|
|
# Optional, default is yl_scheduler
|
|
yl_scheduler.save_path (Save path) string yl_scheduler
|
|
|
|
# Execution Interval
|
|
# Set this to a higher value for less lag but also less precision.
|
|
# Optional, default interval is 1.0 second
|
|
yl_scheduler.execution_interval (Execution Interval) float 1.0 0.01
|
|
|
|
# Task add privs
|
|
# Enable holders of these privs to add tasks to the list
|
|
# Optional, default: server, no setting disables the feature
|
|
yl_scheduler.taskadd_privs (Task add privs) string server
|
|
|
|
# Task remove privs
|
|
# Enable holders of these privs to remove tasks from the list
|
|
# Optional, default: server, no setting disables the feature
|
|
yl_scheduler.taskremove_privs (Task remove privs) string server
|
|
|
|
# Task list privs
|
|
# Enable holders of these privs to list tasks
|
|
# Optional, default: server, no setting disables the feature
|
|
yl_scheduler.tasklist_privs (Task add privs) string server
|
|
|
|
# Task clean privs
|
|
# Enable holders of these privs to remove past tasks from the list
|
|
# Optional, default: server, no setting disables the feature
|
|
yl_scheduler.taskclean_privs (Task clean privs) string server
|