Releases: carolinaisslaying/MCStatusHook
Releases · carolinaisslaying/MCStatusHook
1.1-SNAPSHOT
Changes
Fixes and Tweaks
- Error logging for the webhook HTTP requests now provides a more user-friendly possible error issue.
- Removed unnecessary lines of code from initial development.
- Corrected the config.yml to have a default IP address of 127.0.0.1 instead of an existing server's IP.
1.0-SNAPSHOT
Creation
This is the first version (1.0-SNAPSHOT) of MCStatusHook, a lightweight and simple plugin that sends a Discord message through webhooks when the server goes online (this will also trigger when the server reloads), and when it goes offline.
Features
- Customisable online and offline webhook message in config.yml (
online_msg
andoffline_msg
), or use the default messages. - Copy the webhook URL from Discord and paste it directly into the config.yml's
webhook_url
value.