-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
add tempban effect in 2.5 #2667
Comments
it will temporarily ban the specified player for the length of a specified timespan, if there is no timespan it will return an error |
In my opinion, rather than adding a new effect, I would like to see an optional time span added to the current ban effect. ex: Proposed change: |
good idea |
yeah sounds good |
* EffBan - add an optional time span to temp ban a player * EffBan - Prevent null from timespan * Revert "EffBan - Prevent null from timespan" This reverts commit 13f94e6 * EffBan - Prevent null from timespan * EffBan - prevent perma banning if timespan = null * EffBan - removed error message, revert back to perm ban if timespan = null, updated description to let users know of this
how it works:
tempban %player% [(by reason of|because [of]|on account of|due to) %string%] (with (length|duration)|to (durate) the length of) %timespan%
The text was updated successfully, but these errors were encountered: