generated from your-land/yl_template
42 lines
1.5 KiB
Plaintext
42 lines
1.5 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
|
|
|
|
# Default 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 (Default frequency) float 3600.0 1.0
|
|
|
|
# Examplestring
|
|
# Set this to what the examples command should display. Break line with \n
|
|
# Optional, default are some common examples
|
|
yl_ticker.examples (Examplestring) string /ticker_add [VOTE] Voting ends tonight at midnight! $50$3600\n/ticker_add [EVENT] End of Bailiff Votes!$3600$1w\n/ticker_add [EVENT] End of Bailiff Votes!$1 h $7d
|
|
|
|
# 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
|