Logger.debug(this, "Initialize Plugin Manager config");
client = core.makeClient(PRIO, true, false);
// callback executor
executor = new SerialExecutor(NativeThread.NORM_PRIORITY);
executor.start(node.executor, "PM callback executor");
pmconfig = new SubConfig("pluginmanager", node.config);
// pmconfig.register("configfile", "fplugins.ini", 9, true, true, "PluginConfig.configFile", "PluginConfig.configFileLong",
// new StringCallback() {