From ff4b2bb0777a15ea26c6a6c976fab1c8a67c9522 Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Wed, 27 Jul 2022 12:51:49 +0200 Subject: [PATCH] Reorder arena settings to match `settings.yml`. For consistency. --- Setting-up-the-config-file.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Setting-up-the-config-file.md b/Setting-up-the-config-file.md index 801ffdf..f3d36ec 100644 --- a/Setting-up-the-config-file.md +++ b/Setting-up-the-config-file.md @@ -227,6 +227,7 @@ The settings-branch is quite extensive, and besides the `world`-node, it is basi * `min-players: ` - Gives a lower limit on how many players are required to start the arena. The default of `0` is the same as `1`, which means 1 or more players may start the arena. Note that this feature is incompatible with `auto-start-timer` and `start-delay-timer`! * `max-players: ` - Gives an upper limit on how many players may join the arena. The default of `0` means no limit. * `max-join-distance: ` - The maximum distance (in blocks) from which players can join or spectate the arena. If 0 (default), there is no limit, and players can join from any world. Note that the distance is calculated from every corner of the arena region, and that players not in the arena world won't be able to join or spectate. +* `join-interrupt-timer: