Releases: LOOHP/InteractiveChat
Releases · LOOHP/InteractiveChat
Translatable Component (2.1.0)
- 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)
- 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)
- Made backslashes used to escape placeholders escape-able with another backslash
Escaping (2.0.3)
- 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)
- Fixed mention sometimes not working
Bug Fix (2.0.1)
- 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)
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)
- Fixed an error with sounds
- Improvement code related to Essentials nick
Bug Fixes (1.7.19)
- Fixed a bug related to mention sounds
Bug Fix (1.7.18)
- Fixed a bug with some chat formatting plugins