Skip to content

0.3.5

Choose a tag to compare

@VAXShadow1929 VAXShadow1929 released this 30 Dec 12:40
· 114 commits to main since this release
Use MiniMessage for message deserialization in LanguageUtils

Replaced the use of a custom `getMessage` method with MiniMessage's `deserialize` for handling message deserialization. This ensures consistency with the MiniMessage library and improves code readability and maintainability.