diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-24 17:09:49 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-24 17:09:49 +0000 |
| commit | d819094e8dc23384ac86d06ac20bb8dfc7d162fe (patch) | |
| tree | 802f2912ecb74951897095e22fe311a37e62136a | |
| parent | f8e49bdad3ff71a7b054714e97caf1023987debe (diff) | |
docs(writerside): usage
| -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. |
