SourceBans MC

1.9k Downloads

Ban Time Limitations?

bayshiro opened this issue ยท 5 comments

commented

This would be really cool to see, I don't like the idea of my lowest rank staff members being able to permanently ban people.
I hope this makes sense. I basically would like to see per-rank limits on ban times.

Oh! Also, is there a way to force a reason and a time limit? My members are used to just type /ban and I need them to include a reason and a time limit most of the time.

commented

I do not believe that it is possible to ban without a time, it should be
set to 3600 mins by default (
https://github.com/cazzar/SourceBansMC/blob/master/src/main/java/net/cazzar/bukkit/sourcebansmc/BanManager.java#L169)
time to investigate.

commented

I'm currently able to type /ban and it bans them for an hour without a reason. I was hoping to make the command force a time and reason input, instead of automatically assigning an hour for no reason.
The disconnect message is You have been banned reason:No Reason

commented

From looking at bukkit's simplistic API, I do not see too much on how I would implement this, I may try something based on permission nodes.

commented

Right, it would use permissions. If you want I can try to find a plugin that currently uses this idea.

commented

If I were to use PermissionsEx I could do it, but I am trying to reduce
dependencies