-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Warn System #32
Comments
maybe also add some settings like
|
default settings is:
|
because of that, we should add and if |
what if we just
(this command shows the active warnings of the user, including the time when the warning was issued + reasons (and maybe the remaining time before the warning will reset)) |
new stupid idea:
if set to default setting is |
Is this feature still wanted? The proposed implementation requires a large set of changes to the codebase and the functionality may not be worth it |
kinda |
closing issue: if I ever really need this feature, I will reopen this issue. |
happening |
but not right now |
I don't see the point in adding these settings, so no. |
Definitely not. |
sike |
can you add a
!warn <user> <reason>
command and add the settingsWarnLimit
,WarnPunishment
andWarnPunishmentLength
?WarnLimit
is an integer that is responsible for the maximum number of warnings before punishmentWarnPunishment
is a integer that is responsible for the type of punishment. (0 - disabled, 1 - mute, 2 - kick, 3 - ban)^^^ if possible, it is better to implement it better
WarnPunishmentLength
is aTimeSpan
that is responsible for the duration of the punishment by defaultThe text was updated successfully, but these errors were encountered: