You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically the restriction in plugin.yml prevents anyone from using it, even valid group members that lack the permission; as spigot doesn't invoke the call at all if the permission is lacking from the caller.
The text was updated successfully, but these errors were encountered:
What do you mean? It checks for admin permission (can see all groups), then it checks if the group exists (if not return), then it checks if the person is on the group (if not return), then if it hasnt returned by now it sends the log?
https://github.com/DevotedMC/JukeAlert/blob/master/src/main/java/com/untamedears/JukeAlert/command/commands/GroupCommand.java#L43
Basically the restriction in plugin.yml prevents anyone from using it, even valid group members that lack the permission; as spigot doesn't invoke the call at all if the permission is lacking from the caller.
The text was updated successfully, but these errors were encountered: