Hey guys,
When I try to add permissions the console returns an error and it says its unable to load permission file.
I don't see anything wrong with my file.
I may be wrong though, could someone please help me out?Code:{ "admin": { "Title": "admin", "Rank": 0, "Perms": [], "canuseunwound", "bank.all", "bank.admin", "mail.read", "mail.send", "chan.admin", "chan.join", "chan.create", "chan.gsend", "chan.tag_admin", "mail.admin", "aire.canMinFreq", "aire.canMaxFreq", "aire.canTimer", "aire.canEvent", "aire.canSupply", "aire.canDespawnTime", "aire.canSetItem", "aire.canSetItemGroup", "aire.canCapacity", "aire.canPlaneSpeed", "aire.canEnablePlaneLimit", "aire.canPlaneLimit", "aire.canCrates", "aire.canOneLocation", "aire.canLoad", "aire.canReload", "aire.canSave", "aire.canGenerate", "aire.canDrop", "aire.canDropToPos", "aire.canDropToPlayer", "aire.canDropToMe", "aire.canMassDrop", "aire.canTest", "canhorse", "canbear", "canwolf", "canchicken", "canboat", "canstag" ], "ParentGroup": null }, "moderator": { "Title": "moderator", "Rank": 1, "Perms": [], "ParentGroup": null }, "player": { "Title": "player", "Rank": 2, "Perms": [ "bank.all", "mail.read", "mail.send", "chan.join", "chan.create", "chan.gread", "chan.gsend", "chan.tag_player", "canhorse", "canbear", "canwolf", "canchicken", "canboat", "canstag" ], "ParentGroup": null } }
Thanks for your time, and help.
Solved Permissions problem (wrong formatting)
Discussion in 'Rust Discussion' started by flashpoint, Sep 23, 2015.
-
"Perms":[], on top should be
"Perms":[
but you can check it out on Understanding the Oxide permissions | Oxide -
You can also validate your permission files with jsonlint.com
-