From 78596eabe1506c1e9b02635a70328e4f9bf19bc4 Mon Sep 17 00:00:00 2001 From: anhgelus Date: Sun, 27 Oct 2024 12:16:29 +0000 Subject: docs(info): add config in readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 -- cgit v1.2.3