Skip to content

Releases: Xezard/XConfiguration

XConfiguration v.2.0.2

23 Oct 22:46
Compare
Choose a tag to compare

Fixed duplicate comments error when calling load() and save().

XConfiguration v.2.0.1

10 Oct 17:08
a2ff8a0
Compare
Choose a tag to compare
  • Added support for configuration header.

XConfiguration v.2.0.0

09 Oct 16:35
c4bbc3b
Compare
Choose a tag to compare
  • Now can be used independently.
    Tested with spigot and bungeecord.
  • The logic for saving comments to a yml file has been rewritten and partially tested.
  • Added configurations loaders.
    Useful, for example, for loading menu objects, or translations for your plugin.
  • Added example plugin to demonstrate some of the XConfiguration features.

XConfiguration v.1.2

05 Sep 18:27
Compare
Choose a tag to compare
  • Fixed comment duplicates while calling .load() method.
  • Fixed overwriting configuration values with values from the configuration class.

XConfiguration v.1.1

21 Aug 18:47
Compare
Choose a tag to compare
  • Added support for Java 8+.
  • Now the configuration fields are created in the order in which they are specified in the configuration class.

XConfiguration v.1.0-RELEASE

20 Aug 12:21
3fc179d
Compare
Choose a tag to compare