private ConfigurationSection findNode(String entityName) {
if (config.isLowerCased(basePath)) {
entityName = entityName.toLowerCase();
}
ConfigurationSection section = findExistingNode(entityName, true);
if (section != null) {
return section;
}
// Silly workaround for empty nodes