From f995394215b52b995a97ffd2763f4cd4a2796684 Mon Sep 17 00:00:00 2001 From: garbagemule Date: Sun, 18 Sep 2011 14:27:00 -0700 Subject: [PATCH] Updated Setting up the config file (markdown) --- Setting-up-the-config-file.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Setting-up-the-config-file.md b/Setting-up-the-config-file.md index 9d15f8a..eb424c3 100644 --- a/Setting-up-the-config-file.md +++ b/Setting-up-the-config-file.md @@ -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: ` - 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: