Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jagroup inaccessible even as designed #8

Open
ProgrammerDan opened this issue Dec 23, 2016 · 3 comments
Open

jagroup inaccessible even as designed #8

ProgrammerDan opened this issue Dec 23, 2016 · 3 comments

Comments

@ProgrammerDan
Copy link

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.

@TealNerd
Copy link

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?

@ProgrammerDan
Copy link
Author

it's meant to be used by the group owner, but by default the permission node is only granted to OPs.

So if normies run /jagroup, spigot just cancels the request.

That's all.

@awoo-civ
Copy link
Collaborator

awoo-civ commented Jul 7, 2017

What's the command supposed to do?

okx-code pushed a commit to okx-code/JukeAlert that referenced this issue Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants