How would I get a plugin to pause itself effectively? I know there are the functions pause, unpause, plugin_pause, and plugin_unpause but it's worthless because if the plugin is renamed it won't pause itself. Is there a way to have the plugin find its own directory and name so I can make that the variable for the second parameter in pause(<flags>, <plugin>)?