Hey there,
I installed this plugin and granted me any my mods permissions to use it, using the command
"oxide.grant group mods enhancedbansystem.kick"
But it just doesn't work.
Whenever someone of us types /kick Username Reson - nothing happens. The message disappears but noone gets kicked or banned. I double checked the permissions and user groups. Everyone seems to be in their respective group and those groups should have all needed permissions... But it just won't work.
Did I miss something? Can someone help?
Thx
Enhanced Ban System doesn't workSolved
What game you using and does anything show in the logs?
I'm using it on my Vanilla PvE Rust Server. And all I could find about it in my logs is this (from the oxide-logs):
(11:04:07) | EnhancedBanSystem was compiled successfully in 2303ms
(11:04:08) | [Enhanced Ban System] You must enable at least one Ban System to use this plugin!
(11:04:08) | Unloaded plugin Enhanced Ban System v5.2.6 by Reneb/Slut
(11:04:08) | Duplicate permission registered 'enhancedbansystem.ban' (by plugin 'Enhanced Ban System')
(11:04:08) | Duplicate permission registered 'enhancedbansystem.banlist' (by plugin 'Enhanced Ban System')
(11:04:08) | Duplicate permission registered 'enhancedbansystem.kick' (by plugin 'Enhanced Ban System')
(11:04:08) | Duplicate permission registered 'enhancedbansystem.unban' (by plugin 'Enhanced Ban System')
(11:04:08) | Loaded plugin Enhanced Ban System v5.2.6 by Reneb/Slut
This shows up whenever I realod the plugin. It seems like something's wrong, but how do I fix it?
Indicates you have not selected which ban system to use in the oxide/config/EnhanceBanSystem.json file. You need to change one of the options from false to true in either;
line 7
line 14
line 16 (if you are using PlayerDatabase plugin)
line 18
line 23 if using your own API system.
Now it works, thanks!