Console log:
and i have given permissions to group default.
dont show any messages.. any idea?
Lazarix
Run the server command manually and view the full log output to see what happens.
what command are you talking about?
I run this command -> oxide.grant group default welcomer.bypass
alex2k20what command are you talking about?
and log is Group 'default' already has permission 'welcomer.bypass'
I run this command -> oxide.grant group default welcomer.bypass
Please read what the permission is doing and don't just randomly add permissions:
welcomer.bypass => Bypass receiving welcome message and broadcasting connect/disconnect messages
Adding the permission to default group makes it ignore everyone, instead that permission should only be given to users that you don't want the plugin to welcome. For example admins
casualrussianPlease read what the permission is doing and don't just randomly add permissions:
welcomer.bypass => Bypass receiving welcome message and broadcasting connect/disconnect messages
Adding the permission to default group makes it ignore everyone, instead that permission should only be given to users that you don't want the plugin to welcome. For example admins
Okay, fixed! thanks so much