No permission to spawn minicopterNot An Issue

Hello!

Whenever someone on my server or me try to spawn a heli in it says you have no permission how can I fix this?

From the documentation for the plugin
Permissions
This plugin uses Oxide's permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.

    myminicopter.spawn -- Allows player to spawn a mini copter
    myminicopter.fetch -- Allows player to retrieve their mini copter
    myminicopter.admin -- Allows an admin to run console commands (may change)
    myminicopter.cooldown -- Adds a cooldown to player
    myminicopter.unlimited -- Player can fly without fuel usage (will need to add at least 1 LGF)​
I tried doing

but it still didnt work I want everyone to be able to spawn it

    myminicopter.spawn -- Allows player to spawn a mini copter
​
EpicSkilz0912
I tried doing

but it still didnt work I want everyone to be able to spawn it

    myminicopter.spawn -- Allows player to spawn a mini copter
​

Did you read the oxide permissions instructions ?
/oxide.grant group default <permission>

No and I don't know what u mean by that.
EpicSkilz0912
No and I don't know what u mean by that.

ANY plugin that has permissions (that you want to use) and no option to make "use permission" false in the options must be granted to individual players or groups, To do this you must use the oxide permission system. For all the players to use this use

 /oxide.grant group default myminicopter.spawn (or one of the other listed permissions)

You will get a confirmation (in chat) that the permission has been granted.

Locked automatically