Releases: TSERATO/AdvancedLogging
Releases · TSERATO/AdvancedLogging
AdvLog V1.4
Hello,
I have fixed some issues. I also added discord webhook extensions. So you can define, what specific events should go to which specific webhook.
Here is the part of the config with this new feature:
webhook-events:
example1:
enabled: false #Select if the hook should be enabled.
event: BLOCK_BREAK #Choose event. Same format of the rest of the config, e.g. block-place (in config) -> BLOCK_PLACE (in webhooks)
webhook-url: "YOUR_WEBHOOK_URL_HERE"
example2:
enabled: false
event: PLAYER_JOIN
webhook-url: "YOUR_WEBHOOK_URL_HERE"
If you come across any issues or if you have any suggestions, do not hesitate to contact me!
Kind Regards,
Alex!
AdvLog V1.1
Hello,
Ive added the "/advlog clear" command. With that you can delete all logs. You have to confirm it, to delete it.
Kind Regards,
Alex!
AdvLog 1.0
AdvLog - Logs 150+ Events.
Check this list to see what Events are getting logged: https://bukkit.org/threads/directory-list-of-events.112493/
Commands:
-
/advlog reload - reloads the config - advlog.reload
Aliases: advancedlogging, al