Permission does not exist.
Can't grant permission, says it doesn't existSolved
string PERMISSION = "MagicCraft.able";
Make sure you use a capital M and C, but it's in there :)
Make sure you use a capital M and C, but it's in there :)
In response to LoneWolfAU ():string PERMISSION = "MagicCraft.able";
Make sure you use a capital M and C, but it's in t...
Permissions are case-insensitive, so this would not matter.
If a permission "doesn't exist", then the plugin either isn't loaded or the permission is not registered by that plugin.
If a permission "doesn't exist", then the plugin either isn't loaded or the permission is not registered by that plugin.
Ahh, good to know. I was thinking they were like plugins and case sensitive :)
Good to know thank you.
But so the plugin does not ask for permission. It is therefore impossible to make it work. I keep the previous version in the meantime.
But so the plugin does not ask for permission. It is therefore impossible to make it work. I keep the previous version in the meantime.
It does use a permission, chances are the configuration was preventing the permission from being registered. Sorry about that.
Perfect thank you ;)
Locked automatically