16 lines
405 B
TOML
16 lines
405 B
TOML
name = "motd"
|
|
help = "display the message of the day"
|
|
mode = "*"
|
|
message = """
|
|
=== Message of the Day ===
|
|
|
|
Welcome to the MUD!
|
|
|
|
This is a procedurally generated world with seamless terrain wrapping.
|
|
Use cardinal directions (n, s, e, w) or diagonals (ne, nw, se, sw) to move.
|
|
|
|
Type 'help' for a list of commands.
|
|
Type 'fly' to toggle flying mode and soar over mountains and water.
|
|
|
|
Have fun exploring!
|
|
"""
|