Releases: mastercoms/SlackMC
Releases · mastercoms/SlackMC
2.0.0-alpha.1
Huge rewrite
1.5.0
1.4.4
- fixed sending bugs
1.4.3
- Puts spaces between messages when using /slack send
- Attributes the /slack send message to the person who did /slack send
Known bugs:
- The attribution of the sender in BungeeCord is not included in this release because it would fail to send the message to slack if console uses /slack send
1.4.2
- Fixed error with sending with Bukkit
1.4.1
- Fixed Bungee illegal method errors
- Better command handling
- Optimized code
1.4.0
- Added parital BungeeCord support
- Added custom messages through API and commands
- Added official Spigot 1.8 repository to pom
- Moved stuff around
BungeeCord throws an error on every sent message to Slack, saying the plugin is illegally using threading. We use threading because we don't want to lock the BungeeCord main thread while posting to Slack. You can safely ignore this error. We will probably use a safer method later. Also, BungeeCord commands are not working, and config updating is buggy.
1.3.0
- Threading for web connections
- Optimized events
- Setting for debugging (console spam)
- Setting for toggling blacklist and perms
- Started work on Bungee and API
1.2.0
- Added blacklist
- Added permissions
- Added reload command
- Added config updater
- Added API
- Changed to more reliable avatar service which shows a 3D perspective of the head
- Improved sending to Slack