Hello,
Hi guys On my server Me and my friend were testing it out just ready to launch, we where testing out the kits and yes I did add it to groupmanger. I deopped him and he got YOU DO NOT HAVE PERMISSION TO DO THIS COMMAND. can some1 plz help me.
(BTW the plug-in I am using is amazingKit I can make them fine we can use then when we're opped also the time out to use it does not work I am not sure Because I am opped It allows me to use it as much?)
http://pastebin.com/N0Q2trBQ
Hi guys On my server Me and my friend were testing it out just ready to launch, we where testing out the kits and yes I did add it to groupmanger. I deopped him and he got YOU DO NOT HAVE PERMISSION TO DO THIS COMMAND. can some1 plz help me.
(BTW the plug-in I am using is amazingKit I can make them fine we can use then when we're opped also the time out to use it does not work I am not sure Because I am opped It allows me to use it as much?)
http://pastebin.com/N0Q2trBQ
3
This Thread is Solved!
oh thanks
I found your out what your problem here. Your permissions for this plugin look like this:
groups:
World:
default: true
permissions:
- amazingkit.kit.<kitname>
- amazingkit.kit
Where you see '<kitname>' you need to put the name of the kit. For example:
groups:
World:
default: true
permissions:
- amazingkit.kit.default
- amazingkit.kit
You can create kits using essentials as well instead of having a separate plugin for kits.
groups:
World:
default: true
permissions:
- amazingkit.kit.<kitname>
- amazingkit.kit
Where you see '<kitname>' you need to put the name of the kit. For example:
groups:
World:
default: true
permissions:
- amazingkit.kit.default
- amazingkit.kit
You can create kits using essentials as well instead of having a separate plugin for kits.
