More questions, hooray!
Why isn’t there a clear contains methods for the config? It would be nice instead of having to make my own methods that don’t return correctly half the time. Here’s what I have:
public boolean contains(Object... path){ return rootNode.getNode(path) != null; }
All comments are greatly appreciated.