Add silent(-s) argument in the permission settemp command.
Saros-6585 opened this issue ยท 2 comments
Description
I am providing permission to users with settemp, such as experience boost. but there is a problem that the op's chat is seriously obscured.
Please add a silent(-s) argument to prevent LuckPerms LOG message from being output in settemp as well.
Proposed Behaviour
/lp user/group <user|group> permission settemp <node> <true|false> <duration> [temporary modifier] [context...]
-> /lp user/group <user|group> permission settemp <node> <true|false> <duration> [temporary modifier] [silent and else flags] [context...]
if command executed with silent flag, LOG message isn't output in the chat of op.
Extra Details
No response
You can use these settings to configure logging to online admins
LuckPerms/bukkit/src/main/resources/config.yml
Lines 340 to 351 in 9805f8b