Updated Setting up the config file (markdown)

garbagemule 2011-07-04 06:40:57 -07:00
parent 5425a0006d
commit 3085bb031d

@ -18,8 +18,7 @@ The config-file, `plugins/MobArena/config.yml`, consists of 3 sections: `global-
global-settings:
update-notification: true
enabled: true
repair-delay: 5
commands-allowed: /list
allowed-commands: /list
classes:
Knight:
items: diamond_sword, grilled_pork:2
@ -34,7 +33,7 @@ The config-file, `plugins/MobArena/config.yml`, consists of 3 sections: `global-
world: Tundra
enabled: true
protect: true
wave-clear: false
clear-wave-before-next: false
[...]
waves:
[...]
@ -99,6 +98,7 @@ The settings-branch is quite extensive, and besides the `world`-node, it is basi
* `hellhounds: [true|false]` - If true, all pet wolves in the arena will be in flames! This has no actual function, and is purely for the cool-factor. Also useful for distinguishing enemy wolves and pet wolves.
* `pvp-enabled: [true|false]` - If true, players can damage each other in the arena.
* `monster-infight: [true|false]` - If false, monsters will no longer damage each other.
* `repair-delay: <time>` - The time (in server ticks) before exploded blocks get repaired. If set to 0, exposion damage will be cancelled out all-together. Note that if 0, `soft-restore: true` will not work.
* `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).
* `special-modulo: <wave>` - Every x waves will be special waves. For instance, if set to 4, every 4th wave will be a special wave.