
disabling logging in the console and for the player
Closed this issue ยท 1 comments
Description
Add additional context to a permission or group to disable logging in the console or for a player.
Proposed Behaviour
for example
-s - disables logging in the player's chat, even if they have the permission, they will still not see the logging
Example command:
/lp user Player123 set permission vault true server=global -s
-sf - disables logging in the console, and it will not be displayed in the console
Example command:
/lp user Player123 set permission vault true server=global -s -sf
This example shows that a player who has permission to view logs will not see the logging, and it will not be displayed in the console.
The pros of this mechanic are that if a player only wants to see logging of certain permissions, it is a great option to put on other -s and -sf, rather than disabling all logging with one permission.
Extra Details
No response