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

HOCON Format Support & Plugin Specific Mappers #95

Closed WolfyScript closed 2 years ago

WolfyScript commented 2 years ago

This update adds the library https://github.com/WolfyScript/jackson-dataformat-hocon to support parsing and generating .conf files using the HOCON Format.

The HOCON Format should make it easier to edit and manage configurations and is still fully compatible with JSON.

This is one more step to create config cross-compatibility across platforms (Sponge, Spigot, etc.)