Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Exlll

A Minecraft library for saving, loading, updating, and commenting YAML configuration files.

Report ConfigLib?

Release
4.6.0

Exlll released ConfigLib version 4.6.0 on April 28, 2025

Add better support for environment variables

See corresponding documentation in the README.

Fix: Enforce serializers to only produce valid target types

All serializers were already required (by the specification) to only produce valid target types. However, this restriction hasn't been enforced so far and can cause unexpected errors during deserialization if custom serializers are involved.

This fix constitutes a breaking change if you have custom serializers that don't follow the spec. The output of serializers is now checked during serialization; if it's not of a valid target type, an exception is thrown.

Information

Published onApril 28, 2025
Downloads3

Platforms

Paper Paper (1.13-1.21.5)
Waterfall Waterfall (1.13-1.21)
Velocity Velocity (3.0-3.4)