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!