Skip to content

Improvements to ConfigManager

Compare
Choose a tag to compare
@boxbeam boxbeam released this 21 Jun 17:35
· 316 commits to master since this release
9420b08

You can now schedule postInit tasks using ConfigManager#postInit, and an object being used for a ConfigMap can know its ConfigurationSection by having a field like this:

@ConfigHook("_section")
private ConfigurationSection section;