diff --git a/README.md b/README.md index 5b303d3..81b15e9 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ admintoolbox_debug_player_kill | Boolean | False | Displays all non-friendly kil admintoolbox_debug_friendly_kill | Boolean | True | Displays teamkills in server console. admintoolbox_debug_scp_and_self_killed | Boolean | False | Displays suicides and SCP kills in server console. ~~admintoolbox_writeTkToFile~~ | ~~Boolean~~ | ~~False~~ | This isnt actually working yet ~~When enabled it creates a "AdminToolbox_TKLog.txt" in your server folder~~ -admintoolbox_intercom_extended_IDs_whitelist | ROLE BADGE List | | Whitelist of people who use admintoolbox's intercom duration settings. Uses the role badges you assign in `config_remoteadmin.txt`. If you have another badge (global badge like patreon supporter), you need to use `showtag` for it to work. +admintoolbox_intercom_extended_whitelist_rolebadges | ROLE BADGE List | | Whitelist of people who use admintoolbox's intercom duration settings. Uses the role badges you assign in `config_remoteadmin.txt`. If you have another badge (global badge like patreon supporter), you need to use `showtag` for it to work. admintoolbox_intercom_extended_duration | Seconds | Default Intercom settings | How long whitelisted people can talk. admintoolbox_intercom_extended_cooldown | Seconds | Default Intercom settings | Cooldown after talking. admintoolbox_block_role_damage | IntDictionary | 2:2 | What roles cannot damage other roles. See example under @@ -105,7 +105,7 @@ admintoolbox_block_role_damage | IntDictionary | 2:2 | What roles cannot damage ### *Note that all configs should go in your server config file, not config_remoteadmin.txt Examples: ```yaml -admintoolbox_intercom_extended_IDs_whitelist: Server Owner,Admin,Moderator +admintoolbox_intercom_extended_whitelist_rolebadges: Server Owner, Admin, Moderator #The example under will make scientists and Chaos unable to damage Dboys. admintoolbox_block_role_damage: 6:1,8:1