Skip to content

Releases: LOOHP/InteractiveChat

Translatable Component (2.1.0)

27 Apr 12:38
Compare
Choose a tag to compare
  • Removed Language files for Minecraft version 1.13 or above
  • Item material names will now automatically display as each client's own language
  • Fixed material rarity color on versions 1.13 or above
  • Added filter to filter out useless color codes (if there are any bugs, report to me!)

Command Support (2.0.5)

25 Apr 05:40
Compare
Choose a tag to compare
  • Added support for parsing placeholders in commands, useful for stuff such as private messages
  • Added option in config for configuration which commands need to be parsed
  • Note that they are interpreted as regex

Config Changes:
d5dcc80#diff-922b6b8db89738c2d936c6bac37533be

Escaping Escapes (2.0.4)

19 Apr 04:46
Compare
Choose a tag to compare
  • Made backslashes used to escape placeholders escape-able with another backslash

Escaping (2.0.3)

19 Apr 03:19
Compare
Choose a tag to compare
  • You can now use "\" (backslash) in front of any placeholder to tell the plugin not parse it.
  • You can now use "\" (backslash) in front of a player name in chat to not trigger a mention

Hot Fix (2.0.2)

18 Apr 13:37
Compare
Choose a tag to compare
  • Fixed mention sometimes not working

Bug Fix (2.0.1)

18 Apr 10:35
Compare
Choose a tag to compare
  • Prevent the plugin from attempting to read components that are not TextComponents which causes errors

Huge Code Rewritten and New Sender Detection System (2.0.0)

17 Apr 13:51
Compare
Choose a tag to compare

Disclaimer: If you are very concern about the new system containing bugs, you can continue to use 1.7.20 for a while. Tho it should be fine.

  • Rewritten a large portion of the plugin
  • Used a new algorithm to determine the message sender, this should get rid of all question marks and boxes
  • Hopefully, things will work as it used to
  • Added option in the config to change the time which the "mentioned" title stays on the screen
  • Clean up the code (by a lot, just look at the changes)

Config Changes:
ef8ba6e#diff-922b6b8db89738c2d936c6bac37533be

Improvements & Fixes (1.7.20)

15 Apr 06:10
Compare
Choose a tag to compare
  • Fixed an error with sounds
  • Improvement code related to Essentials nick

Bug Fixes (1.7.19)

14 Apr 13:00
Compare
Choose a tag to compare
  • Fixed a bug related to mention sounds

Bug Fix (1.7.18)

13 Apr 13:18
Compare
Choose a tag to compare
  • Fixed a bug with some chat formatting plugins