diff options
| author | Léo Kosman <leo.kosman@proton.me> | 2024-08-25 00:24:48 +0200 |
|---|---|---|
| committer | Léo Kosman <leo.kosman@proton.me> | 2024-08-25 21:14:42 +0200 |
| commit | b48eaf2292b4192f557dfec06d86123a3c852deb (patch) | |
| tree | 2253cd047e728788cd2a2e03e6d0369349c3391d /Writerside/topics | |
| parent | 1c55cb4727d9bebb2c70c5bb90c2421f7683e4a2 (diff) | |
docs: change usage page
Diffstat (limited to 'Writerside/topics')
| -rw-r--r-- | Writerside/topics/usage.md | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/Writerside/topics/usage.md b/Writerside/topics/usage.md index 2a02033..fa8da8d 100644 --- a/Writerside/topics/usage.md +++ b/Writerside/topics/usage.md @@ -1,13 +1,24 @@ -# Usage +# Using the mod -To start a game, execute `/molehunt start`. -You must be OP. +## Starting and stopping the game -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 start a game, execute `/molehunt start` (you must be OP). -To get the list of moles, use `/molehunt moles`. -You must be a mole. +The game stops automatically if one of these two condition is met : +- Every alive player is a mole. +- The timer has run out. -To edit the timer above the hotbar, use `/molehunt timer show` to enable and `/molehunt timer hide` to disable. +The game does not automatically end when every mole is dead to allow for +funny moments. But if needed, you can stop the game early by using +`/molehunt stop` (you must be OP). + + +## Player commands + +The mod also provide a few commands for every player. + +For moles only, using `/molehunt moles` will give you the list of the moles. + +To some people, the timer above you hotbar could be annoying. To hide it, +use `/molehunt timer hide`. If you want to see it again, use +`/molehunt timer show`. |
