Skip to content

Releases: Xenapte/SendChat

v0.5.2 - bug fixes

14 Jan 16:59
Compare
Choose a tag to compare

From 0.5.0:

  • Fixed errors in the console when trying to input short commands (less than 5 characters)
  • Fixed errors when disabling because of invalid URLs
  • Fixed shutting down command sending both shut down and server stop messages

From 0.5.1:

  • Fixed all player commands longer than 4 characters being sent as messages

v0.5.0 - Java 8 support

14 Jan 09:50
Compare
Choose a tag to compare

Replaced HttpClient with HttpURLConnection, which does not require Java 11+. Therefore it is now possible to run this plugin on any 1.16.4 Spigot servers (minimum Java version is 8, since Minecraft also requires Java 8+).

v0.4.0

11 Jan 07:56
Compare
Choose a tag to compare

Added options for disabling sending specific types of messages.

v0.3.5

10 Jan 04:21
Compare
Choose a tag to compare
  • Added death messages.

See config.yml for all current features.

v0.3.4 bug fix

09 Jan 14:08
Compare
Choose a tag to compare
  • Fixed recipes also being sent as messages (previously both recipes & true advancements are regarded as advancements, but only the latter should be broadcast)
  • Added colors to in-game shut down / reload messages

See config.yml for all current features.