You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2024. It is now read-only.
this.AddConfig(newConfigSetting("admintoolbox_colors",false,true,"Enable/Disable AdminToolbox colors in server window"));
177
177
this.AddConfig(newConfigSetting("admintoolbox_tracking",true,true,"Appends the AdminToolbox version to your server name, this is for tracking how many servers are running the plugin"));
178
178
#endregion
179
179
180
-
this.AddConfig(newConfigSetting("admintoolbox_tutorial_dmg_allowed",newint[]{-1},true,"What (int)damagetypes TUTORIAL is allowed to take"));
180
+
this.AddConfig(newConfigSetting("admintoolbox_tutorial_dmg_allowed",newint[]{-1},true,"What (int)damage-types TUTORIAL is allowed to take"));
181
181
182
182
#region Debug
183
-
this.AddConfig(newConfigSetting("admintoolbox_debug_damagetypes",Utility.HumanDamageTypes,true,"What (int)damagetypes to debug"));
183
+
this.AddConfig(newConfigSetting("admintoolbox_debug_damagetypes",Utility.HumanDamageTypes,true,"What (int)damage-types to debug"));
184
184
this.AddConfig(newConfigSetting("admintoolbox_debug_server_damage",false,true,"Debugs damage dealt by server"));
this.AddConfig(newConfigSetting("admintoolbox_decontamination_damagemultiplier",1f,true,"Damage multiplier for the decontamination of LCZ"));
198
198
this.AddConfig(newConfigSetting("admintoolbox_friendlyfire_damagemultiplier",1f,true,"Damage multiplier for friendly fire"));
199
-
this.AddConfig(newConfigSetting("admintoolbox_pocketdimention_damagemultiplier",1f,true,"Damage multiplier for pocket dimention damage"));
199
+
this.AddConfig(newConfigSetting("admintoolbox_pocketdimention_damagemultiplier",1f,true,"Damage multiplier for pocket dimension damage"));
200
200
#endregion
201
201
#region Cards
202
-
this.AddConfig(newConfigSetting("admintoolbox_custom_nuke_cards",false,true,"Enables the use of custom keycards for the activation of the nuke"));
202
+
this.AddConfig(newConfigSetting("admintoolbox_custom_nuke_cards",false,true,"Enables the use of custom key-cards for the activation of the nuke"));
203
203
this.AddConfig(newConfigSetting("admintoolbox_nuke_card_list",newint[]{(int)ItemType.KeycardContainmentEngineer,(int)ItemType.KeycardFacilityManager,(int)ItemType.KeycardO5},true,"List of all cards that can enable the nuke"));
204
204
#endregion
205
205
#region Log-Stuff
206
-
this.AddConfig(newConfigSetting("admintoolbox_log_teamkills",false,true,"Writing logfiles for teamkills"));
207
-
this.AddConfig(newConfigSetting("admintoolbox_log_kills",false,true,"Writing logfiles for regular kills"));
208
-
this.AddConfig(newConfigSetting("admintoolbox_log_commands",false,true,"Writing logfiles for all AT command usage"));
206
+
this.AddConfig(newConfigSetting("admintoolbox_log_teamkills",false,true,"Writing log-files for team-kills"));
207
+
this.AddConfig(newConfigSetting("admintoolbox_log_kills",false,true,"Writing log-files for regular kills"));
208
+
this.AddConfig(newConfigSetting("admintoolbox_log_commands",false,true,"Writing log-files for all AT command usage"));
209
209
210
210
this.AddConfig(newConfigSetting("admintoolbox_round_info",true,true,"Prints round count and player number on round start & end"));
211
211
this.AddConfig(newConfigSetting("admintoolbox_player_join_info",true,true,"Writes player name in console on players joining"));
212
212
#endregion
213
213
#region Intercom
214
214
//this.AddConfig(new Smod2.Config.ConfigSetting("admintoolbox_intercom_whitelist", new string[] { string.Empty }, Smod2.Config.SettingType.LIST, true, "What ServerRank can use the Intercom to your specified settings"));
215
215
this.AddConfig(newConfigSetting("admintoolbox_intercom_UserID_blacklist",newstring[0],true,"Blacklist of UserID's that cannot use the intercom"));
216
-
this.AddConfig(newConfigSetting("admintoolbox_intercomlock",false,true,"If set to true, locks the command for all non-whitelist players"));
216
+
this.AddConfig(newConfigSetting("admintoolbox_intercomlock",false,true,"If set to true, locks the command for all non- white-list players"));
217
217
#endregion
218
218
219
219
this.AddConfig(newConfigSetting("admintoolbox_block_role_damage",newstring[0],true,"What roles cannot attack other roles"));
220
220
221
-
this.AddConfig(newConfigSetting("admintoolbox_ban_webhooks",newstring[0],true,"Links to channel webhooks for bans"));
221
+
this.AddConfig(newConfigSetting("admintoolbox_ban_webhooks",newstring[0],true,"Links to channel web-hooks for bans"));
0 commit comments