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

Add a few useful things to your web editor #171

Open
djnejk opened this issue Mar 25, 2020 · 1 comment
Open

Add a few useful things to your web editor #171

djnejk opened this issue Mar 25, 2020 · 1 comment
Labels
enhancement Suggestions to improve the application

Comments

@djnejk
Copy link

djnejk commented Mar 25, 2020

Hi,
I would like to contribute to improving the plugin and the web editor.
You could add a value to each of the permissions (for example: prohibit), so it would forbid certain permissions and would not be able to be used by the player / groop even if he had OP / * permissions. Adding this would add context "player", for example, an admin that has * permissions could not give / ban to the owner, but could give others.


You could also add in the editor that if an operator added 2 same permissions, including the same context, the background of two or more of the same permissions would change to a different color, but if they had only the same permissions but not the context, the background below did not change.

#################################

Thanks for reading! and I hope these two things add, as it would make it easier for everyone to do the job. Dj Nejk

@BrainStone
Copy link
Contributor

You could add a value to each of the permissions (for example: prohibit), so it would forbid certain permissions and would not be able to be used by the player / groop even if he had OP / * permissions.

Just set the permission to false. In the editor just click the green true to toggle it to false.
With commands just append the word false after the permission.

Adding this would add context "player", for example, an admin that has * permissions could not give / ban to the owner, but could give others.

That's not possible, because the permission system (from Bukkit/Spigot and all the other server platforms) has no concept of a targeted player. In other words LuckPerms can't know which player is being targeted.

@Turbotailz Turbotailz added the enhancement Suggestions to improve the application label Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Suggestions to improve the application
Projects
None yet
Development

No branches or pull requests

3 participants