I think you're configuring it to automatically execute configs after the configs have already executed. Therefore, it won't ever execute the configs. You need to call AutoExecConfig() in plugin_init(). Then, you can read the settings that were executed in or after OnConfigsExecuted().
perfect I put AutoExecConfig (true); in plugin_init () and in OnConfigsExecuted () how do I read and execute it again