Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Renamed Intercom Whitelist Config
  • Loading branch information
Rnen authored Jul 3, 2018
1 parent 7b66d3f commit 88e599f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ 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

### *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
Expand Down

0 comments on commit 88e599f

Please sign in to comment.