WolfyUtils 4.16.6

Details

  • Filename
    wolfyutils-spigot-4.16.6.jar
  • Uploaded by
  • Uploaded
    Sep 4, 2022
  • Size
    5.97 MB
  • Downloads
    222
  • MD5
    cf17827e502c42f2fd4848f0968791a5

Supported Bukkit Versions

  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17
  • 1.16

Changelog

This update implements the WolfyUtilities API v4.16.1 to support the HOCON format.

HOCON stands for Human-Optimized Config Object Notation and is made by Typesafe.

HOCON is the official configuration method for Sponge servers and plugins and provides an easier to use configuration format.
Files using HOCON are saved as .conf files.

A good introduction to hocon can be found in the Sponge docs.
https://docs.spongepowered.org/stable/en/server/getting-started/configuration/hocon.html

More detailed info about the format can be found here:
https://github.com/lightbend/config

 

Using WolfyScript/jackson-dataformat-hocon Jackson is able to parse and generate .conf files.

Note: Plugins that depend on WolfyUtilities will still need to implement the HOCON changes to support that new format.

 

Changelog

  • Optimized default De-/Serializers (They no longer depend on separate ObjectMappers)
  • Fixed StackOverflow in ExecutableItemsRef#getLinkedItem
  • #26 - HOCON Format Support

 

More info on GitHub: https://github.com/WolfyScript/WolfyUtils-Spigot/releases/tag/v4.16.6