Solved Admin Restrict Broken

This is my config:


{
"Fly detects count to kick": 100,
"Discord webhook": "some random hidden ID",
"Permissions": [
{
"Permission": "adminrestrict.basic",
"Priority": 1,
"Bypass all checks": false,
"Log to file": true,
"Log to console": false,
"Log to discord": true,
"Blocked commands/arguments": [],
"Can use godmode": true,
"Can fly": true,
"Can spawn entities": true,
"Can kill entities (ent kill)": true,
"Can take items from f1": true,
"Whitelisted items/categories": [],
"Blacklisted items/categories": []
},
{
"Permission": "adminrestrict.trusted",
"Priority": 2,
"Bypass all checks": false,
"Log to file": true,
"Log to console": false,
"Log to discord": true,
"Blocked commands/arguments": [],
"Can use godmode": true,
"Can fly": true,
"Can spawn entities": true,
"Can kill entities (ent kill)": true,
"Can take items from f1": true,
"Whitelisted items/categories": [],
"Blacklisted items/categories": []
},
{
"Permission": "adminrestrict.owner",
"Priority": 500,
"Bypass all checks": true,
"Log to file": false,
"Log to console": false,
"Log to discord": false,
"Blocked commands/arguments": [],
"Can use godmode": true,
"Can fly": true,
"Can spawn entities": true,
"Can kill entities (ent kill)": true,
"Can take items from f1": true,
"Whitelisted items/categories": [],
"Blacklisted items/categories": []
}
]
}

however cant spawn ANYTHING even tho can spawn and can take are both true and nothing is blacklisted... help please?
 

Orange

Administrator
This is my config:


{
"Fly detects count to kick": 100,
"Discord webhook": "some random hidden ID",
"Permissions": [
{
"Permission": "adminrestrict.basic",
"Priority": 1,
"Bypass all checks": false,
"Log to file": true,
"Log to console": false,
"Log to discord": true,
"Blocked commands/arguments": [],
"Can use godmode": true,
"Can fly": true,
"Can spawn entities": true,
"Can kill entities (ent kill)": true,
"Can take items from f1": true,
"Whitelisted items/categories": [],
"Blacklisted items/categories": []
},
{
"Permission": "adminrestrict.trusted",
"Priority": 2,
"Bypass all checks": false,
"Log to file": true,
"Log to console": false,
"Log to discord": true,
"Blocked commands/arguments": [],
"Can use godmode": true,
"Can fly": true,
"Can spawn entities": true,
"Can kill entities (ent kill)": true,
"Can take items from f1": true,
"Whitelisted items/categories": [],
"Blacklisted items/categories": []
},
{
"Permission": "adminrestrict.owner",
"Priority": 500,
"Bypass all checks": true,
"Log to file": false,
"Log to console": false,
"Log to discord": false,
"Blocked commands/arguments": [],
"Can use godmode": true,
"Can fly": true,
"Can spawn entities": true,
"Can kill entities (ent kill)": true,
"Can take items from f1": true,
"Whitelisted items/categories": [],
"Blacklisted items/categories": []
}
]
}

however cant spawn ANYTHING even tho can spawn and can take are both true and nothing is blacklisted... help please?
Let me check real quick
 
Top