Liteban addons

Status
This thread has been locked.

Duckyy

Banned
Feedback score
1
Posts
26
Reactions
2
Resources
0
Hey im gonna try to keep this short.


is it possible if theres a litebans addon or something that when you do the command /unbanall it unbans all the players


But im looking for a plugin that adds a /blacklist command to litebans basically the difference between normal ipbans and perm bans is that when you do the command /unbanall
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

I_Luv_Cowz

Feedback score
5
Posts
292
Reactions
120
Resources
4
I doubt it would be possible to make an addon for litebans to do this unless they have a very extensive API.
You can try using a different punishment plugin/core, there are plenty here on mc-market.
 

Function

Minecraft Plugin Developer
Supreme
Feedback score
38
Posts
936
Reactions
333
Resources
0
I doubt it would be possible to make an addon for litebans to do this unless they have a very extensive API.
You can try using a different punishment plugin/core, there are plenty here on mc-market.
Or you can possibly iterate through the banned members, and then after forcefully unban (which could cause obvious lag, if you have thousands of people banned and are doing running on you're synchronous thread)
 

skittles

Deactivated
Feedback score
9
Posts
287
Reactions
132
Resources
0
Or you can possibly iterate through the banned members, and then after forcefully unban (which could cause obvious lag, if you have thousands of people banned and are doing running on you're synchronous thread)
They could use 'un'banwaves and handle them on an async thread. I think Litebans would be able to support that.
 

Function

Minecraft Plugin Developer
Supreme
Feedback score
38
Posts
936
Reactions
333
Resources
0
Status
This thread has been locked.
Top