Webhook / Log System
augesrob opened this issue ยท 1 comments
Description
Have an area where it logs changes
- Rank Changes
- Permission Changes
- Something random was changed
Im looking for either we website addition to show logs or possible a webhook
so that we can see logs in a discord channel.
Proposed Behaviour
A away to see changes that occurred while i was offline.
Extra Details
Looking for a system to view changes.
LuckPerms already performs action logging (see /lp log
commands) and is stored with the rest of data in storage. Plugins/mods/extensions can use the API and listen to relevant log events and relay the log information however they see fit (or alternatively have an extension provide a custom storage implementation for actions logs, but for something like this the API should be enough).
This doesn't seem like something that belongs in LuckPerms itself, but handled for the custom needs of oneself, as "webhook" is not a standard or specification.