== Purpose ==
The goal of this plugin it to allow for a multi-line MOTD to be displayed to the users upon connection. All lines of the MOTD are configurable from both the server console and in-game without needing a restart of the server or a /reload of the plugins. You can also update the MOTD on the Server Connection page on-demand. Once changed you have the option to broadcast the new MOTD to all online players (on-demand, not scheduled).
== Usage ==
| Command | Description | Permission |
| /motd | Returns the current MOTD | rzc.motd.view |
| /motd_al | Add line to the TOP of the MOTD | rzc.motd.add |
| /motd_il | Insert a line to [position] of the MOTD | rzc.motd.insert |
| /motd_rl | Remove line at [position] from the MOTD | rzc.motd.remove |
| /motd_br | Broadcast current MOTD to all players. | rzc.motd.broadcast |
| /motd_si | Set 'server info' MOTD (server list) | rzc.motd.setping |
| /motd_ah | Add a line to the TOP of the header | rzc.motd.head |
| /motd_ih | Insert a line to [position] of header | rzc.motd.head |
| /motd_rh | Remove line at [position] from header | rzc.motd.head |
| /motd_af | Add a line to the TOP of the footer | rzc.motd.foot |
| /motd_if | Insert a line to [position] of footer | rzc.motd.foot |
| /motd.rf | Remove a line at [position] from footer | rzc.motd.foot |
There are also additional permission nodes:
| Node | Contains |
| rzc.motd.* |
rzc.motd.view: true
rzc.motd.add: true
rzc.motd.remove: true
rzc.motd.insert: true
rzc.motd.broadcast: true
rzc.motd.setping: true
rzc.motd.head: true
rzc.motd.foot: true |
| rzc.motd.update |
rzc.motd.add: true
rzc.motd.remove: true
rzc.motd.insert: true
rzc.motd.setping: true
rzc.motd.head: true
rzc.motd.foot: true | |
| NOTE: Node "rzc.motd.view" defaults to true. All others default to OP |
All sections can use the standard Minecraft Color&Format codes using the ampersand (&). Text will default to red (&c) if not specified. If editing is done directly in the config file the § symbol should be used.
| Code | Official Name |
| &0 | Black |
| &1 | Dark Blue |
| &2 | Dark Green |
| &3 | Dark Aqua |
| &4 | Dark Red |
| &5 | Dark Purple |
| &6 | Gold |
| &7 | Gray |
| &8 | Dark Gray |
| &9 | Blue |
| &a | Green |
| &b | Aqua |
| &c | Red |
| &d | Light Purple |
| &e | Yellow |
| &f | White |
Samples of the colors can be found on the
Minecraft Wiki.
== In Game ==

A copy of the config used to create this MOTD can be found
Here.
== Misc ==
Be sure to check out my other plugins: