Info¶
This module brings informational pages.
The directory info/
contains the info pages; if the directory does not exist, it will be created along 3 .txt
files.
motd.txt
: this file contains the message of the day. This file is read when joining the server or when/motd
is ran.rules.txt
: this file contains the rules. This file is read when running/rules
.formatting.txt
: this file contains an example of the formatting used by Solstice. You can safely delete this file.
The files in info/
support Simplified Text Format and Placeholders.
Special pages¶
Message of the day
The MOTD is displayed to a player whenever joining the server and with the /motd
command. Uses the motd.txt
file.
Rules
Rules are displayed with the /rules
command. Uses the rules.txt
file.
Configuration¶
enable-motd
Whether to send the MOTD message when joining.
Commands¶
info [page]
Read a page.
If the argument page
is missing, you will get a list of available pages instead.
Permissions
solstice.info.base
- Default: true
Aliases
- pages
motd
Read the MOTD page.
Permissions
solstice.info.motd
- Default: true
rules
Read the rules page.
Permissions
solstice.info.rules
- Default: true