aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 21ed2e8..56903ac 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,22 @@ update automatically the compass.
`/manhunt reset-timer` resets all timers (useful after a server crash).
+## Config file
+
+You can config the time before the release of the hunters and the time between two compass' updates by modifying the config
+file `config/manhunt.json`.
+
+The default config file is:
+```json
+{
+ "secondsBeforeRelease": 30,
+ "updateCompassEach": 15
+}
+```
+
+- `secondsBeforeRelease` is the time before the release of the hunters
+- `updateCompassEach` is the time between two compass' updates (fewer means more updates)
+
## Technos
- Fabric