Improvements to ConfigManager
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;