ForgeEssentials

ForgeEssentials

339k Downloads

[Feature Request] Temp Ban unjoined players.

spacebuilder2020 opened this issue ยท 5 comments

commented

I am head admin at a medium sized gaming community. We are working on migrating from bukkit to pure forge and we have found some issues with temp ban that makes things more difficult for our operations. a) As referenced in #2003, abbreviations would make things far easier for our moderators because having to calculate a 7 day temp ban in seconds is rather annoying. b) Since we run a large operation we need a way to globally temp ban greifers even if they never joined one of our servers. c) Temp ban confirmation and for temp bans to show up in banlist. It is very difficult to even know if a temp ban even succeeded.

Thanks,

Spacebuilder2020
Head Admin at digtobuild.com

commented

Why do you need temp ban for that?
If it's griefers that never even joined your server but you know their player ID, you can ban them the MC way....

Anyway you should be able to use any command in FE expecting a player argument with UUIDs as argument as well. E.g.:

/tempban 8c6c43b3-2bef-3c48-a644-fe1d4c106c11 1d

I think with this what you wanted to do should work.
If there are still problems, please report in this thread again.

commented

The reason for that is cause I am staff at a medium size gaming community. We run multiple servers all connected to discord. We don't want players to be able to bypass a ban by logging on to one of our other servers.

commented

Thanks, and that is exactly the issue.

Also, sometimes they are just chat spammers but since mute does not work right with discord, we have to ban them.

We don't want to perm ban these guys for a small offense.

commented

As I said - there's no need to use FE's tempban - a normal MC all-time-ban would suffice for griefers ๐Ÿ˜„

But I think I get your problem now - you want to be able to ban players by name and not by UUID, without them ever being on the server...
That might be a thing to consider adding....

commented