Every repository with this icon (
Every repository with this icon (
Plugin - admin
configuration
settings
<settings name="settings">
noreason_level: Minimum level needed to use !kick, !ban, etc. without giving a reason.
Default 100
<set name="noreason_level">100</set>
hidecmd_level: Minimum level needed to use private commands.
Default 60
<set name="hidecmd_level">60</set>
long_tempban_level: Minimum level needed to use a !tempban longer than 1 day.
Default 80
<set name="long_tempban_level">80</set>
command_prefix: Default command prefix.
Default !
<set name="command_prefix">!</set>
command_prefix_loud: Loud command prefix, see loud command prefix
Default @
<set name="command_prefix_loud">@
admins_level: Minimum level needed to be considered an admin/moderator.
Default 20
<set name="admins_level">20</set>
ban_duration: How long to ban a user for with the !ban command.
Default 14d
<set name="ban_duration">14d</set>
warn
<settings name="warn">
reason: Message displayed when a user is temp-banned from warnings. “%s” is where the reason goes.
Default ^7too many warnings: %s
<set name="reason">^7too many warnings: %s</set>
alert_kick_num: After this many warnings a user will be alerted and temp-banned if warnings are not removed.
Default 3
<set name="alert_kick_num">3</set>
instant_kick_num: After this many warnings a user is temp-banned without warning.
Default 5
<set name="instant_kick_num">5</set>
tempban_num: After this many warnings a user is automatically temp-banned for tempban_duration.
Default 6
<set name="tempban_num">6</set>
tempban_duration: How long a user is temp-banned for if he reaches tempban_num warnings.
Default 1d
<set name="tempban_duration">1d</set>
max_duration: The maximum duration B3 will temp-ban for warnings.
Default 1d
<set name="max_duration">1d</set>
message: The message prefix displayed when a user gets a warning. “%s” is the number of warnings the user has.
Default ^1WARNING^7 (^3%s^7):
<set name="message">^1WARNING^7 (^3%s^7):</set>
warn_delay: How many seconds an admin has to wait before a user can be warned again. This is to prevent two admins warning for the same thing at the same time.
Default 15
<set name="warn_delay">15</set>
duration_divider: The number used to dived the total warning activity time by to determine how long to temp-ban the user.
Default 30
<set name="duration_divider">30</set>
alert: The alert message displayed when a user reaches alert_kick_num warnings. “%(warnings)s” is the number of warnings the user has. “%(name)s” is the user’s name.
Default ^1ALERT^7: s^7 auto-kick from warnings if not cleared (^3(warnings)s^7)
<set name="alert">^1ALERT^7: %(name)s^7 auto-kick from warnings if not cleared (^3%(warnings)s^7)</set>






