-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Delay Temp Ban timer start #211
Comments
I like and dislike the idea at the same time. Sure it is fair adversed to player who get really banned. I think I won't use this or probably use it in another way. If a player gets banned while offline the ban will be enforced. If the player tries to join during the period he gets the message that he is banned and probably why and when the ban expires, just as usual. When the player joins again after the ban has expired he should receive a notice that he served a sentence in absence and the ban has been recorded in players statistics. |
Both options could be implamented, along with a simple configuration to switch between the two so server operators could decide what is best for their server. :) |
Interesting idea. +1 |
Apologies in advance for the necro-bump. I really like this idea, and I also agree that there should be a config option for it. I know Mineplex uses a system like this so that it is impossible for people to effectively "skip" their bans and it would probably be a very nice feature for the network I work for. As for others, well it really depends on how they want to run their server obviously but I think this would be a brilliant feature to have available, on the whole. |
No worries @T1mTheEnchanter thank you for bringing it to my attention. There is a little difficulty in implementing this due to the way temp bans are stored, with their |
Could their be a way to not set the expiry till next login if player is currently not online? |
Yeah, @bookerthegeek - perhaps set a schedule (or something like that) and when they login, get the time & date and extend the ban to whenever is appropriate? I'm no plugin developer, but that's just an idea. |
|
Perhaps and easier way would be to make it with a flag in the command |
Simple idea really. When "/tempban bookerthegeek 1d trolling" is run and I am:
This will make it so that the players who only play infrequently will still feel the the brunt of the ban and not miss it completely as they did not even try to log onto the server while the ban was in effect.
The text was updated successfully, but these errors were encountered: