Hello - I'm trying out this plugin. When the plugin runs based on no save file or when the wipe command is executed, it reloads all plugins. Is this correct behavior? I'm concerned that could cause issues? Thanks in advance
All plugins reloaded on wipe?Not An Issue
Plugin reloading cannot cause issues, unless the issue is with the plugin that gets reloaded itself. Also reloading is necessary since most of the plugins are saving data after they get unloaded, so clearing datafile won't have any impact if the plugin is loaded at the moment.
Ok, thanks! Just checking. I will try it out. Thanks for creating to help automate our wipe day processes!
It should not reload all plugins. Plugins that use OnNewSave dont get properly executed since this plugins unloads them all. That should be fixed.
Locked automatically