Updated Setting up the config file (markdown)

Nesseley 2021-02-17 22:06:08 +01:00
parent 8a1f116638
commit 991153575b

@ -71,7 +71,7 @@ I recommended leaving the update notifications on, and disabling commands like `
The `classes`-section is slightly more complicated. It is divided into _class-branches_, where each branch denotes the _name of the class_, and each branch has mandatory nodes `items` and `armor`, as well as optional slot-specific armor nodes and optional nodes `effects`, `price`, `permissions`, `lobby-permissions`, `unbreakable-weapons`, and `unbreakable-armor`.
**Note:** YAML is picky about how you type your items. Make sure you read the short [[Item and Reward Syntax]]-page and fully understand it before you attempt to modify the config file!
**Note:** YAML is picky about how you type your items. Make sure you read the short [[Item and Reward Syntax]]-page and fully understand it before you attempt to modify the config file!
classes:
Archer:
@ -100,6 +100,8 @@ The `classes`-section is slightly more complicated. It is divided into _class-br
armor: chainmail_helmet, chainmail_chestplate, chainmail_leggings, chainmail_boots
price: $5
To read about how to put enchantments on items please read the [[Item and Reward Syntax]]-page.
### Bring your own items
MobArena allows you to just bring your own items into the arena via the implicit 'My Items' class. What this means is that if you just place a sign in the lobby with the text My Items, you'll get the items that you had before joining the arena. Items are still restored on dying in or leaving the arena.