mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-25 20:15:50 +01:00
Fixed wave-interval description in wiki.
parent
2811dffe35
commit
7e482497b2
@ -119,7 +119,7 @@ The settings-branch is quite extensive, and besides the `world`-node, it is basi
|
||||
* `max-join-distance: <distance>` - The maximum distance (in blocks) from which players can join or spectate the arena. If 0 (default), there is no limit. 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.
|
||||
* `repair-delay: <time>` - The time in _server ticks_ (20 ticks = 1 second) between explosions and block reparation. If set to `0`, explosions are completely cancelled out (meaning there will be no explosion animation, and no blocks will get destroyed at all), which also means player-placed blocks will not be blown up. Furthermore, `soft-restore: true` will be ignored.
|
||||
* `first-wave-delay: <time>` - The time (in seconds) before the first wave of monsters upon arena start.
|
||||
* `wave-interval: <time>` - The time (in seconds) between each new wave of monsters. If wave-clear: true, set this low (3-5).
|
||||
* `wave-interval: <time>` - The time (in seconds) between each new wave of monsters. If clear-wave-before-next: true, set this low (3-5).
|
||||
* `special-modulo: <wave>` - Every x waves will be special waves. For instance, if set to 4, every 4th wave will be a special wave.
|
||||
* `max-idle-time: <time>` - The time (in seconds) the arena players have to kill another monster. If no monster is killed after x seconds of arena start or the last kill, the arena will end. Useful for keeping players from dragging out arena fights.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user