• Es freut uns dass du in unser Minecraft Forum gefunden hast. Hier kannst du mit über 130.000 Minecraft Fans über Minecraft diskutieren, Fragen stellen und anderen helfen. In diesem Minecraft Forum kannst du auch nach Teammitgliedern, Administratoren, Moderatoren , Supporter oder Sponsoren suchen. Gerne kannst du im Offtopic Bereich unseres Minecraft Forums auch über nicht Minecraft spezifische Themen reden. Wir hoffen dir gefällt es in unserem Minecraft Forum!
Resource icon

ConfigLib v4.2.0

Exlll

Kuhfänger
Registriert
1 Dezember 2013
Beiträge
56
Diamanten
0
Minecraft
Exlll
Exlll hat eine neue Ressource hochgeladen:

ConfigLib - A Minecraft library for saving, loading, up******, and commenting YAML configuration files.

Tired of Bukkit's configuration system? Use this library instead! Just write Java code and let this library do the rest. More information on GitHub.

This library facilitates creating, saving, loading, up******, and commenting YAML configuration files. It does so by automatically mapping instances of configuration classes to serializable maps which are first transformed into YAML and then saved to some specified file.

For a step-by-step...

Weitere Infos über diese Ressource...
 

Exlll

Kuhfänger
Registriert
1 Dezember 2013
Beiträge
56
Diamanten
0
Minecraft
Exlll
Exlll hat die Ressource ConfigLib aktualisiert:

ConfigLib version 4.0.0

This update contains several new features:
  • Support for Java records
  • Support for File, Path, URL, URI, Instant
  • New project structure that makes it easier to add support for additional file types
... and some breaking changes:
  • The code for saving and loading YAML files was moved from the configlib-core to the configlib-yaml module:
    • The Configurations class has been renamed to YamlConfigurations and its methods lost their -YamlConfiguration affix...

Mehr über diese Aktualisierung...
 

Exlll

Kuhfänger
Registriert
1 Dezember 2013
Beiträge
56
Diamanten
0
Minecraft
Exlll
Exlll hat die Ressource ConfigLib aktualisiert:

ConfigLib version 4.2.0

Support for polymorphic serialization

This release adds the Polymorphic and PolymorphicTypes annotations that can be used on types. Serializers for polymorphic types are not selected based on the compile-time types of configuration elements, but instead are chosen at runtime based on the actual types of their values. This enables adding instances of subclasses / implementations of a polymorphic type to collections.

Add SerializeWith annotation

This annotation enforces the...

Mehr über diese Aktualisierung...
 
Oben