Typed in the permissions and still get "You don't have permission to do that." Even typed in all of the permissions (only one capacity permission) and still no dice.
Permissions Aren't Working
Can you confirm which permissions you have granted and which command you are trying to run?
Since I haven't heard this issue reported before, and the plugin hasn't had any recent updates that could affect usage of permissions, I suspect there may simply be an issue with your Oxide permissions system, which I hear about on rare occasions. To troubleshoot, I suggest you try granting the permission to the default group, as well as creating a new group and assigning the permission to that.
I granted the following to the default group:
deploy | deploy.free | autodeploy | capacity.48
I've also reloaded the plugin but still don't have permission.
And the command you are trying to run is dronestash?
According to the plugin code, there are two places the no permission error can be seen when running that command.
- https://github.com/WheteThunger/DroneStorage/blob/265066031ff23ffd83139f0ad7606d4871b06648/DroneStorage.cs#L358-L362 -- If you don't have the
dronestorage.deploypermission. - https://github.com/WheteThunger/DroneStorage/blob/265066031ff23ffd83139f0ad7606d4871b06648/DroneStorage.cs#L378-L383 -- If the highest permission in the config (
"CapacityAmounts") that you have granted has a value of less than or equal to 0, or if you have no capacity permissions granted. Looks like this would also happen if the plugin thought your steam ID was 0 (unlikely).
I am opening chat and typing
/dronestash
I have the 48 capacity permission granted to the default group. I will attempt to deny all permissions to the Default group and remove any evidence of the plugin from the oxide folder, then reinstall and grant the permissions again. Will let you know.