aboutsummaryrefslogtreecommitdiff
path: root/Writerside/topics
diff options
context:
space:
mode:
authoranhgelus <anhgelus.morhtuuzh@proton.me>2024-09-08 11:42:09 +0000
committeranhgelus <anhgelus.morhtuuzh@proton.me>2024-09-08 11:42:09 +0000
commitfab1a1a2acb13336a1621a1a4735ffc70e1cccf1 (patch)
treeb1ec4b50c158064639e13ca02a2cba82e8f88dfc /Writerside/topics
parent1d3b40a0955e8b5f5418135933d0e6f7c75e795c (diff)
docs(config): food on start
Diffstat (limited to 'Writerside/topics')
-rw-r--r--Writerside/topics/config-file.md3
-rw-r--r--Writerside/topics/gamerules.md1
2 files changed, 4 insertions, 0 deletions
diff --git a/Writerside/topics/config-file.md b/Writerside/topics/config-file.md
index bdba4f4..c70e347 100644
--- a/Writerside/topics/config-file.md
+++ b/Writerside/topics/config-file.md
@@ -114,6 +114,9 @@ mole_percentage = 25
# Default: -1.
mole_count = -1
+# Give food on start
+# Default: true
+food_on_start = true
# Client-side settings (applies to all players)
diff --git a/Writerside/topics/gamerules.md b/Writerside/topics/gamerules.md
index 688f938..54d9290 100644
--- a/Writerside/topics/gamerules.md
+++ b/Writerside/topics/gamerules.md
@@ -17,6 +17,7 @@ Here's a list of all the Molehunt gamerules.
- `molePercentage`: sets the mole percentage among all players (default: `25 %`).
- `moleCount`: the absolute mole amount. Overwrites `molePercentage`. To disable
this setting, set it to `-1` (default: `-1`).
+- `foodOnStart`: give food on start
### Client-side settings