From 991153575bf44630bccecb23a5b685d4fe414794 Mon Sep 17 00:00:00 2001 From: Nesseley Date: Wed, 17 Feb 2021 22:06:08 +0100 Subject: [PATCH] Updated Setting up the config file (markdown) --- Setting-up-the-config-file.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Setting-up-the-config-file.md b/Setting-up-the-config-file.md index e9182c0..8a49186 100644 --- a/Setting-up-the-config-file.md +++ b/Setting-up-the-config-file.md @@ -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.