From 04318662bba7500d6d222a4938b479f79bd7f557 Mon Sep 17 00:00:00 2001 From: garbagemule Date: Tue, 20 Aug 2013 05:41:28 -0700 Subject: [PATCH] Updated Setting up the config file (markdown) --- Setting-up-the-config-file.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setting-up-the-config-file.md b/Setting-up-the-config-file.md index 07881fc..462722f 100644 --- a/Setting-up-the-config-file.md +++ b/Setting-up-the-config-file.md @@ -147,8 +147,8 @@ The settings-branch is quite extensive, and besides the `world`-node, it is basi * `display-timer-as-level: [true|false]` - When set to true, the players' level counter (above the experience bar) will be used to display the auto-start timer in the lobby. NOTE: Do not use this if `keep-exp` is set to true! * `auto-ready: [true|false]` - When set to true, players are automatically flagged as ready when they pick a class. Useful for arenas with many players where hitting an iron block becomes difficult. * (v0.96+) `isolated-chat: [true|false]` - When set to true, all chat messages sent by arena players will be seen only by other arena players in the same arena. The arena players will still be able to see chat messages from other players on the server who aren't in an arena. -* (v0.96+) `global-end-announce: [true|false]` - When set to true, MobArena will announce the `ARENA_END_GLOBAL` message (see [[Setting up the announcements-file]]) to all players on the server when an arena ends. -* (v0.96+) `global-first-join-announce: [true|false]` - When set to true, MobArena will announce the `ARENA_JOIN_GLOBAL` message (see [[Setting up the announcements-file]]) to all players on the server when the first player joins an arena. +* (v0.96+) `global-end-announce: [true|false]` - When set to true, MobArena will announce the `arena-end-global` message (see [[Setting up the announcements-file]]) to all players on the server when an arena ends. +* (v0.96+) `global-join-announce: [true|false]` - When set to true, MobArena will announce the `arena-join-global` message (see [[Setting up the announcements-file]]) to all players on the server when the first player joins an arena. ### waves