My server starts up and with no problems except when loading plugins i am getting a red error saying backpack button not loaded, go to umod to download. The plugin is installed and is working even though my server says it isn't
Backpack button server errorNot An Issue
When you reload Backpacks manually, does that error print again? When you reload Backpack Button, do you see any errors?
Its only shows red on server start up, when i reload all oxide plugins no red error
Merged post
Just to let u know the plugin works fine in game and yes the button is there and working
This type of issue can happen when a plugin checks for a dependency too early, before the reference has been set up. However, Backpack Button checks for Backpacks at the correct time (in the OnServerInitialized hook), and I can't reproduce this issue. Oxide is responsible for making sure the Backpack Button's reference to the Backpacks plugin is set before the OnServerInitialized hook is called. If that's not working, it's an issue with Oxide (or whichever framework you are using), and while it may not cause significant impact for this plugin combination, it can be catastrophic for some plugin combinations.
So it loads the backpack button before the actual backpack plugin loads
Backpack Button does load before Backpacks, due to alphabetical order, but that is irrelevant because Backpack Button doesn't check for the presence of Backpacks until later (using the OnServerInitialized hook, not the Loaded hook). Oxide guarantees that all plugins are loaded before the OnServerInitialized hook is called on any plugin. This issue shouldn't be happening unless there's an issue with the framework, or if another plugin is temporarily unloading Backpacks.
Are you up to date with the latest version of Backpacks and the button? Because sometimes you will get an error like that indicating the plugin is out of date basically lol
Yes, it updated and yes I am still getting the error
Try taking the Backpack Plugin out of the Plugins folder and all associated files. Keep them in a safe place to replace them back and copy them over the default files so you don't have to redo all your configurations. Then put the plugin back in the plugins folder after the Server restarts fully. it should help fix the issue. Or you could have another plugin conflicting with the Backpacks plugin. I am not sure because I haven't seen the exact error you are getting.
Locked automatically