MessageTags

Message parser for Hytale (like MiniMessage)

File Details

messagetags-plugin-1.2.0.jar

  • R
  • Feb 17, 2026
  • 58.18 KB
  • 19
  • Early Access

File Name

messagetags-plugin-1.2.0-all.jar

Supported Versions

  • Early Access
  • Implemented TagVariables
    • Raw text - TagVariable.raw(String key, Object value)
    • Embedded Message - TagVariable.message(String key, Message value)
    • Embedded FormattedMessage - TagVariable.formatted(String key, FormattedMessage value)
    • Parsable text - TagVariables.parse(String key, String value)
  • Separated baked and dynamic tag handlers
  • Optimized tag handler resolving and execution
  • Added more unit-tests
  • Added multiple MiniMessage compatibility tags
  • Updated unit-test dependencies
  • Added new api MessageTags.parseColor(String colorString)