Unknown command emotionsFixed

Hi!
The plugin loads up fine with no errors according to the Oxide logs and I have Image Library installed, but when I try to run the command /emotions which is the default one, it merely says Unknown command.
Any ideas?

That would generally mean the plugin isn't actually loaded, so it would likely have been unloaded or errored.
Maybe related to the fact that the plugin unloads itself on server restart, because the check for ImageLibrary is in Loaded hook. Emotions is loaded before ImageLibrary (alphabetical).
I moved the check for ImageLibrary to OnServerInitialized.
5bdef06850af4.jpg chadomat
Maybe related to the fact that the plugin unloads itself on server restart, because the check for ImageLibrary is in Loaded hook. Emotions is loaded before ImageLibrary (alphabetical).
I moved the check for ImageLibrary to OnServerInitialized.
Yup, the plugin should not be unloading itself. I've unapproved it until the issue is resolved. The ImageLibrary reference is set when ImageLibrary is loaded.
Locked automatically