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!
Hello,
you can now let events get displayed via a discord webhook. I recommend to mute this channel, as it floods it. You can configure the URL and if it should be enabled in the config.yml of the plugin. I also added a "/advlog version" command, which shows you the plugin version you are running and the latest released.
Kind Regards,
Alex!
Hello,
I have added the permission "advlog.use". With that you can use the "/advlog reload" and "/advlog clear" command. I also added an auto clearer, which deletes the logs in intervals defined in the config. The default interval is 24 hours.
If you have any suggestions or bug issues, contact me ASAP!
Kind Regards,
Alex!