diff --git a/Setting-up-the-config-file.md b/Setting-up-the-config-file.md index fe17ebb..459729e 100644 --- a/Setting-up-the-config-file.md +++ b/Setting-up-the-config-file.md @@ -4,6 +4,7 @@ * [`classes`](./Setting-up-the-config-file#wiki-classes) * [Bring your own items](./Setting-up-the-config-file#bring-your-own-items) * [Slot-specific armor nodes](./Setting-up-the-config-file#slot-specific-armor-nodes) + * [Potion effects](./Setting-up-the-config-file#potion-effects) * [Price](./Setting-up-the-config-file#price) * [Unbreakable items](./Setting-up-the-config-file#wiki-unbreakable-weaponsarmor) * [Per-class permissions](./Setting-up-the-config-file#wiki-per-class-permissions) @@ -23,31 +24,31 @@ The config-file, `plugins/MobArena/config.yml`, consists of 3 sections: `global- [...] global-settings: - update-notification: true - enabled: true - allowed-commands: /list - prefix: '&a[MobArena] ' + update-notification: true + enabled: true + allowed-commands: /list + prefix: '&a[MobArena] ' classes: - Knight: - items: diamond_sword, grilled_pork:2 - armor: 306,307,308,309 - Archer: - items: wood_sword, bow, arrow:128, grilled_pork - armor: 298,299,300,301 - [...] + Knight: + items: diamond_sword, grilled_pork:2 + armor: 306,307,308,309 + Archer: + items: wood_sword, bow, arrow:128, grilled_pork + armor: 298,299,300,301 + [...] arenas: - default: - settings: - prefix: '' - world: Tundra - enabled: true - protect: true - clear-wave-before-next: false - [...] - waves: - [...] - rewards: - [...] + default: + settings: + prefix: '' + world: Tundra + enabled: true + protect: true + clear-wave-before-next: false + [...] + waves: + [...] + rewards: + [...] Note about notation: `[true|false]` means the setting must be "true or false", either or. `