Let a user override the temporary-add-behaviour when setting temporary permissions
Closed this issue ยท 0 comments
Most cases I want to replace temporary permissions with a higher duration (I've set temporary-add-behaviour: replace
), but I can think of cases where I would prefer them to accumulate, or even deny the command altogether.
It would be good to be able to override the temporary-add-behaviour
config setting when executing settemp
or addtemp
commands, for example:
/lp user Turbotailz parent addtemp Supporter 7d accumulate
Would it be possible to add this functionality?