Updated Setting up the config file (markdown)

garbagemule 2011-09-18 14:27:00 -07:00
parent 40d79e4ff2
commit f995394215

@ -64,8 +64,8 @@ The items can be written as either their [data value/type id](http://www.minecra
items: wood_sword, bow, arrow:128, grilled_pork
armor: 298,299,300,301
permissions:
EffectiveArrows.use.*: true
mobarena.use.leave: false
- EffectiveArrows.use.*
- -mobarena.use.leave
Knight:
items: '276'
armor: iron_helmet, iron_chestplate, iron_leggings, iron_boots
@ -77,7 +77,7 @@ I recommend using the data values, because it is much less prone to error. It is
### Class-based permissions ###
Using the optional 'permissions'-node, you can give classes special permissions to customize them even more. In the example above, the **Archer** class will be able to use the EffectiveArrows plugin, but won't be able to use `/ma leave` (meaning it's impossible to leave the arena without dying).
Using the optional 'permissions'-node, you can give classes special permissions to customize them even more. Each permission must be listed with a dash (-) in front of it. If you want a class to _not_ have a permission, put a dash/minus at the very beginning of the permission node. In the example above, the **Archer** class will be able to use the EffectiveArrows plugin, but won't be able to use `/ma leave` (meaning it's impossible to leave the arena without dying).
### Pet classes ###
@ -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 clear-wave-before-next: true, set this low (3-5).
* `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.
* `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.