diff options
author | Austin Adams <screamingmoron@gmail.com> | 2012-06-14 17:53:02 -0400 |
---|---|---|
committer | Austin Adams <screamingmoron@gmail.com> | 2012-06-14 17:53:02 -0400 |
commit | aeb57065d6d459d8f563dc33c1181316700b9326 (patch) | |
tree | be74373d2f6c47bd46054c46dd177dc1ac97843d | |
parent | 4248c093027b8ac669b18fe1a92ed99ac95da8c6 (diff) | |
download | motd-aeb57065d6d459d8f563dc33c1181316700b9326.tar.gz motd-aeb57065d6d459d8f563dc33c1181316700b9326.tar.xz |
-rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5f96166 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +Motd plugin +=========== + +This plugin allows you to change the motd (shown in the server list) from a command or the config file. Licensed under the LGPL 2.1. + +Installation +------------ + +Download `Motd.jar` from the Downloads tab, put it in your `plugins` folder, and restart/start/reload the server. + +Config +------ + +Configuration can be found in `plugins/Motd/config.yml`. + +* `motd` is the current motd. The default is "a minecraft server", just like vanilla. +* `autosave` specifies whether or not the new motd should be flushed to the config file whenever you change it via `/setmotd`. If false, the motd is only saved to the config file when the plugin is disabled. + +Commands +-------- + +* `/setmotd` sets the motd. For ops only by default. Example: `/setmotd john's laggy server`. +* `/motd` outputs the current motd. +* `/reloadmotd` reloads the motd and other config from the config file. Usuable by ops only by default. |