WolfyScript / viewportl

A Minecraft Inventory GUI framework, designed to easily create reactive GUIs. Based on the well known Signal Reactivity System.
GNU General Public License v3.0
68 stars 12 forks source link

Updated Adventure to latest dev #73

Closed WolfyScript closed 2 years ago

WolfyScript commented 2 years ago

Updated to latest dev version of Adventure (4.10.0-SNAPSHOT). This fixes some issues and warning messages that were spammed, when parsing button names and lore, and messages.

Backwards compatibility issues

Since the API of Adventures MiniMessage was heavily changed. Backwards compatibility with things like Templates is broken. This will only affect you if you made use of the methods that used the Template class, like Chat#translated(String, List<Template>). All appearences of Template were replaced with the new TagResolver, which also provides a lot more functionality.