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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: