diff options
| -rw-r--r-- | Writerside/md.tree | 1 | ||||
| -rw-r--r-- | Writerside/topics/usage.md | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/Writerside/md.tree b/Writerside/md.tree index 870bbb4..d77dee5 100644 --- a/Writerside/md.tree +++ b/Writerside/md.tree @@ -8,4 +8,5 @@ <toc-element topic="introduction.md"/> <toc-element topic="configuration.md"/> + <toc-element topic="usage.md"/> </instance-profile>
\ No newline at end of file diff --git a/Writerside/topics/usage.md b/Writerside/topics/usage.md new file mode 100644 index 0000000..2a02033 --- /dev/null +++ b/Writerside/topics/usage.md @@ -0,0 +1,13 @@ +# Usage + +To start a game, execute `/molehunt start`. +You must be OP. + +To stop a game, execute `/molehunt stop`. +You must be OP. +(They are already an automatic end if there is no more survivors or if the time is over.) + +To get the list of moles, use `/molehunt moles`. +You must be a mole. + +To edit the timer above the hotbar, use `/molehunt timer show` to enable and `/molehunt timer hide` to disable. |
