Skip to content

Releases: mastercoms/SlackMC

2.0.0-alpha.1

06 Feb 01:28
Compare
Choose a tag to compare
2.0.0-alpha.1 Pre-release
Pre-release

Huge rewrite

1.5.0

18 Feb 11:49
Compare
Choose a tag to compare
  • better message handling
  • reduced file size
  • markdown support
  • updated to 1.8.3

1.4.4

17 Feb 03:25
Compare
Choose a tag to compare
  • fixed sending bugs

1.4.3

26 Dec 16:22
Compare
Choose a tag to compare
  • 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

25 Dec 15:16
Compare
Choose a tag to compare
  • Fixed error with sending with Bukkit

1.4.1

24 Dec 19:03
Compare
Choose a tag to compare
  • Fixed Bungee illegal method errors
  • Better command handling
  • Optimized code

1.4.0

08 Dec 06:12
Compare
Choose a tag to compare
  • 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

03 Dec 02:44
Compare
Choose a tag to compare
  • 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

30 Nov 17:29
Compare
Choose a tag to compare
  • 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