Skip to content

Releases: TSERATO/AdvancedLogging

AdvLog V1.4

17 May 20:58
d0ce090

Choose a tag to compare

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

13 May 10:44
d0ce090

Choose a tag to compare

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

12 May 23:18
d0ce090

Choose a tag to compare

AdvLog - Logs 150+ Events.

Check this list to see what Events are getting logged: https://bukkit.org/threads/directory-list-of-events.112493/

Commands:

  1. /advlog reload - reloads the config - advlog.reload
    

Aliases: advancedlogging, al