zzz... rrr... Rawr?
zzz... rrr... Rawr?
This server-side mod automatically sends customizable messages to the global chat when players wake up after nighttime sleep. You can fully customize the list of greeting phrases that will appear in the chat.
Message Configuration
The configuration file is located at config/zzz_rawr/config.toml. By default, it contains the following code:
# List of messages to send (one will be chosen randomly)
messages = [
"Wake up, wake up, rise and shine... Good morning everyone!",
"zzz... rrr... Rawr?"
]
You can add or remove messages in this list, following the TOML specification for string arrays. Each time players wake up after sleep, one of the configured messages will be sent to the chat, selected randomly.
Inspiration
The mod's idea was borrowed from a similar feature in the classic Morpheus mod, and the title was taken from that mod's configuration in ReikaKalseki's DragonRealm pack.