yl_ticker/settingtypes.txt

37 lines
1.2 KiB
Plaintext

[yl_ticker]
# Debug mode
# Set this to true to enable debug mode, it will output some more values to log
# Optional, default is false
yl_ticker.debug (Debug mode) bool false
# Save path
# Set this to where in the worldfolder you want the JSON files stored.
# Optional, default is yl_ticker
yl_ticker.save_path (Save path) string yl_ticker
# Chatcommand domain
# Set this to what the chatcommand should start with instead of "/ticker"
# Optional, default is ticker
yl_ticker.chatcommand_domain (Chatcommand domain) string ticker
# Colour
# Set this to the colour you want the ticker have in chat
# Optional, default is "#7676ff" ("cornflower blue")
yl_ticker.colour (Colour) string #7676ff
# Frequency
# Set this to the default repeat timer you want the ticker have in chat
# Optional, default is 3600 seconds (means: once per hour)
yl_ticker.frequency (Frequency) float 3600.0 1.0
# User privs
# Enable holders of these privs to list and copy ticker
# Optional, default: interact
yl_ticker.user_privs (User privs) string interact
# Admin Privs
# Enable holders of these privs to use all commands
# Optional, default: server
yl_ticker.admin_privs (Admin Privs) string server