-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Can you add a feature so I can set it where people with different permissions see different commands ran?
So mmclogger.notify.group1 sees group 1 commands and mmclogger.notify.group2 sees group 2 commands and so on.
Config can be set to specify group name and commands to be shown to that group.
# what commands do you want to be notified of when they are sent?
groupname=admin
commands=[
pr,
prism,
ban
]
groupname=leadership
commands=[
god,
gm,
gamemode
]
permissions would then be mmclogger.notify.admin and mmclogger.notify.ledership
Also, is there anyway you would be willing to make the notification configurable from [mmclogger] to anything else or something shorter?