You can check plugins for potential compatabilitity issues by using this library.
Check for unloading issues
These compatability issues will cause Saturn to unload the plugin, as it has a high chance to cause errors and crashes. This is done automatically when the plugin is loaded.
This function takes the plugin's manifest file. You can learn how to get this in Fetch Manifest.
use Saturn\PluginManager\PluginCompatability;$Compatability=newPluginCompatability($Manifest);$Compatability->Check();
The function returns an array, it will look like this if the plugin is compatible: