# Interval of random announcements in seconds.
random_messages_api.interval (Random announcement interval) int 60

# Load custom messages from WORLD_PATH/random_messages.txt
# Write one messages per line.
# Blank lines or lines starting with an hash are ignored.
random_messages_api.load_custom_messages (Load custom messages) bool true

# Whether to send messages even if no players are online.
# Setting this to true is generally useless, as Minetest does not save chat histories.
random_messages_api.send_without_players (Send message without any players online) bool false
