Ban Management

Ban Management

193k Downloads

how would i make it so if i ban on say prison it would ban them from hub and my other servers?

Twi5TeD opened this issue · 9 comments

commented

how would i make it so if i ban on say prison it would ban them from hub and my other servers? thanks

commented

No so if your on server prison and someone needs to be banned so ban user hacks it would also ban them on hub and factions

commented

If you wish all bans to be synced, use the same local database in your
configuration with the same table names.
On 5 Feb 2016 08:53, "Twi5TeD" [email protected] wrote:

No so if your on server prison and someone needs to be banned so ban user
hacks it would also ban them on hub and factions


Reply to this email directly or view it on GitHub
#519 (comment)
.

commented

Yh that's what I thought I tried that I have my prison and hub on the same database and if I ban from prison they just stay on hub

commented

First, check to see if there are any warnings from BanManager about time differences on start up. Next, edit your schedules.yml file and set appropriate timings. If that is still too slow, you can enable checkOnJoin within your config.

commented

I'll have a look when I get home

commented

So you mean someone in the chat says "prison" and then automatically a ban occurs?

commented

``hub
[BanManager] Enabling BanManager v5.8.0
[07:18:32] [Server thread/WARN]: 45 [Server thread] INFO me.confuser.banmanager.internal.hikari.HikariDataSource - HikariPool-0 - is starting.
[07:18:32] [Server thread/INFO]: [BanManager] Loaded 0 bans into memory
[07:18:32] [Server thread/INFO]: [BanManager] Loaded 0 mutes into memory
[07:18:32] [Server thread/INFO]: [BanManager] Loaded 0 ip bans into memory
[07:18:32] [Server thread/INFO]: [BanManager] Loaded 0 ip mutes into memory
[07:18:32] [Server thread/INFO]: [BanManager] Loaded 0 ip range bans into memory
[BanManager] The following commands are blocked whilst muted:
[07:18:40] [Server thread/INFO]: [BanManager] msg - w m t pm emsg epm tell etell whisper ewhisper
[07:18:40] [Server thread/INFO]: [BanManager] m - w m t pm emsg epm tell etell whisper ewhisper
[07:18:40] [Server thread/INFO]: [BanManager] em
[07:18:40] [Server thread/INFO]: [BanManager] emsg - w m t pm emsg epm tell etell whisper ewhisper
[07:18:40] [Server thread/INFO]: [BanManager] t - w m t pm emsg epm tell etell whisper ewhisper
[07:18:40] [Server thread/INFO]: [BanManager] message - message
[07:18:40] [Server thread/INFO]: [BanManager] r - er reply ereply
[07:18:40] [Server thread/INFO]: [BanManager] The following commands are blocked whilst soft muted:
[07:18:40] [Server thread/INFO]: [BanManager] msg - w m t pm emsg epm tell etell whisper ewhisper

prison
[BanManager] Enabling BanManager v5.8.0
[07:18:45] [Server thread/WARN]: 99 [Server thread] INFO me.confuser.banmanager.internal.hikari.HikariDataSource - HikariPool-0 - is starting.
[07:18:45] [Server thread/INFO]: [BanManager] Loaded 0 bans into memory
[07:18:45] [Server thread/INFO]: [BanManager] Loaded 0 mutes into memory
[07:18:45] [Server thread/INFO]: [BanManager] Loaded 0 ip bans into memory
[07:18:45] [Server thread/INFO]: [BanManager] Loaded 0 ip mutes into memory
[07:18:45] [Server thread/INFO]: [BanManager] Loaded 0 ip range bans into memory
[BanManager] The following commands are blocked whilst muted:
[07:19:00] [Server thread/INFO]: [BanManager] msg - w m t pm emsg epm tell etell whisper ewhisper
[07:19:00] [Server thread/INFO]: [BanManager] m - w m t pm emsg epm tell etell whisper ewhisper
[07:19:00] [Server thread/INFO]: [BanManager] em
[07:19:00] [Server thread/INFO]: [BanManager] emsg - w m t pm emsg epm tell etell whisper ewhisper
[07:19:00] [Server thread/INFO]: [BanManager] t - w m t pm emsg epm tell etell whisper ewhisper
[07:19:00] [Server thread/INFO]: [BanManager] message
[07:19:00] [Server thread/INFO]: [BanManager] r - er reply ereply
[07:19:00] [Server thread/INFO]: [BanManager] The following commands are blocked whilst soft muted:
[07:19:00] [Server thread/INFO]: [BanManager] msg - w m t pm emsg epm tell etell whisper ewhisper

commented

thats all that shows up in logs

commented

i went with the checkonjoin works now thanks