Permissions not working, says they do not existNot An Issue
I installed a plugin for backpacks. I want everyone to be able to use it. However, when I go to RCON and type: oxide.grant group default backpacks.use it says the permission doesn't exist. Why is this happening?? It seems every plugin I install, the permissions do not exist when I try to type them into RCON.

this is the plugin:

https://umod.org/plugins/backpacks#permissions
That means the plugin is not loaded. A permission only exists if the plugin is loaded and they actually exist, which they do with the Backpacks plugin, so that leaves it to not being loaded. Check your oxide/logs for errors, else feel free to share your log file here using pastebin.com.
https://pastebin.com/gv9WEQmC


Ok here is the logs. I am not sure what I am looking for in here though? I don't think I am having issues with installation.

Merged post

  1. 18:53 [Error] Plugin filename BackPacks.cs must match the main class Backpacks (should be Backpacks.cs)
  2. 18:55 [Info] Loading Oxide Core v2.0.3867...

    found this.

johnw
https://pastebin.com/gv9WEQmC

Ok here is the logs. I am not sure what I am looking for in here though? I don't think I am having issues with installation.

Merged post

  1. 18:53 [Error] Plugin filename BackPacks.cs must match the main class Backpacks (should be Backpacks.cs)
  2. 18:55 [Info] Loading Oxide Core v2.0.3867...

    found this.

That means the file was renamed from Backpacks.cs to BackPacks.cs; you'd need to change the name back or download a fresh copy. The plugin is not loaded because of this.

Locked automatically