Player.id not foundNot An Issue

So when i enter F1 when iam trying to give some permisions oxide.give user playerid permission it says "Player player.id not found" ...
I rly dont know how to fix this , can anyone help me pls ...iam owner and admin on server ..i have oxum ,i have admin plugins (i can give there permissions with that plugin)but iam making some custom skills where i need that command oxide.give....

There is no command called "oxide.give", and when providing a player ID, you'd need to specify an actual player ID.

oxide.grant user PLAYERIDHERE PERMISSIONHERE

Ex. oxide.grant user 7283891938596091 posting.allowed

yea sry i typed here wrong ..iam typing in f1 oxide.grant...so is it posible without tpying his real id ... something like oxide.grant $playerid backpack.use.6

Where is the $playerid coming from? That would be something that would have to be translated by something, the command can't assume who you want to have the permission.

ATq2RhFPzeAwCwd.png Wulf

Where is the $playerid coming from? That would be something that would have to be translated by something, the command can't assume who you want to have the permission.

example... i have server rewards ,so /s is shop ... I putted in buyable commands private attacking heli ("personalheli.call $player.id") ,and its working ,so on player id heli come ... Iam trying to put backpack into /skills,so ppl can buy with rp backpack rows

Could you show me exactly what you are using in that plugin?

nubzR2K328gdgTy.png Wulf

Could you show me exactly what you are using in that plugin?

https://codefling.com/plugins/skills i have this plugin ...
{
"Enabled": true,
"Permission": null,
"Type": "None",
"ID (for None)": 0,
"Image": "https://i.imgur.com/CyF0QNV.png",
"Title": "Backpack",
"Description": "You can upgrade backpack slots",
"Stages": {
"1": {
"Cost": 25.0,
"Value [metabolism - value, for everyone else %]": 0.0,
"Value 2": 0.0,
"Commands": [],
"Groups": [],
"Permissions": [
"backpack.use.6"
]
},
"2": {
"Cost": 40.0,
"Value [metabolism - value, for everyone else %]": 0.0,
"Value 2": 0.0,
"Commands": [],
"Groups": [],
"Permissions": [
"backpack.use.7"
]

I'd suggest contacting the author of that plugin as I'm not familiar with it. Any plugin you use would need to send the actual player ID with that command if they are doing it that way; though they should be granting/revoking permissions using the methods rather than commands.

j1hdwuhoFyjMiw2.png Wulf

I'd suggest contacting the author of that plugin as I'm not familiar with it. Any plugin you use would need to send the actual player ID with that command if they are doing it that way; though they should be granting/revoking permissions using the methods rather than commands.

well tnx for your time ! but anyway is it posibble to give  permissions with RP ...like is /s or somwhere else ?

copcopekcro

well tnx for your time ! but anyway is it posibble to give  permissions with RP ...like is /s or somwhere else ?

That would depend on the plugin, if the plugin has a way of running commands based on purchases. For Server Rewards, thwere are examples of that in its support section.
Locked automatically