Just need a little guideance as I think I might be doing something wrong and can't seem to get the permissions to work.
Lets use the miners hat from config.json as an example;
"Miners Hat": {
"Enabled": false,
"Use permission": true,
"Permission": "everlight.hat.miner"
},
I am trying set it so only a specific user (me) has infinate fuel with the miners hat;
- Conditions are set as per above code.
- User has been granted permission oxide.grant user Elixil3 everlight.hat.miner
- Reloaded plugin oxide.reload "Everlight"
- Fuel is still getting consumed for me
If I set both conditions to true then all users have access to infite fuel the same as if Enabled:True and Use Permission:False.
I must be doing something worng or missing something, please help
Elixil3