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.
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 theTemplate
class, likeChat#translated(String, List<Template>)
. All appearences ofTemplate
were replaced with the newTagResolver
, which also provides a lot more functionality.