Unturned

Unturned

View Stats:
This topic has been locked
navia Mar 17, 2017 @ 5:04pm
How do i setup kits permission=
hey! i have tried top setup permissions for kits but when i do /kits it says You dont have acces to any kits, for admins everything works fine, this is my setup:
<DefaultGroup>default</DefaultGroup>
<Groups>
<Group>
<Id>default</Id>
<DisplayName>Member</DisplayName>
<Prefix />
<Suffix />
<Color>green</Color>
<Members />
<Permissions>
<Permission Cooldown="0">rocket</Permission>
<Permission Cooldown="0">color.white</Permission>
<Permission Cooldown="0">essentials.command.kit</Permission>
<Permission Cooldown="0">essentials.command.kits</Permission>
<Permission Cooldown="45">essentials.command.home</Permission>
<Permission Cooldown="0">essentials.command.tpa</Permission>
<Permission Cooldown="0">essentials.command.tpa.send</Permission>
<Permission Cooldown="0">essentials.command.tpa.accept</Permission>
<Permission Cooldown="0">essentials.command.tpa.deny</Permission>
<Permission Cooldown="0">essentials.command.tpa.cancel</Permission>
</Permissions>
</Group>
<Group>

someone knows the problem?? thanks!
btw ive tried to do essentials.command.kit.(kitname) but that doesnt work.
all the other commands like tpa work
Last edited by navia; Mar 17, 2017 @ 5:19pm
< >
Showing 1-15 of 18 comments
The Rizzler Mar 17, 2017 @ 5:28pm 
you need to do the actual kit as well.

<Permission Cooldown="0">essentials.command.kit.nameofkit</Permission>

<Permission Cooldown="0">essentials.command.kit.nameofanotherkit</Permission>

and so on
m4djoker Mar 17, 2017 @ 5:37pm 
Originally posted by Kneivv!:
hey! i have tried top setup permissions for kits but when i do /kits it says You dont have acces to any kits, for admins everything works fine, this is my setup:
<DefaultGroup>default</DefaultGroup>
<Groups>
<Group>
<Id>default</Id>
<DisplayName>Member</DisplayName>
<Prefix />
<Suffix />
<Color>green</Color>
<Members />
<Permissions>
<Permission Cooldown="0">rocket</Permission>
<Permission Cooldown="0">color.white</Permission>
<Permission Cooldown="0">essentials.command.kit</Permission>
<Permission Cooldown="0">essentials.command.kits</Permission>
<Permission Cooldown="45">essentials.command.home</Permission>
<Permission Cooldown="0">essentials.command.tpa</Permission>
<Permission Cooldown="0">essentials.command.tpa.send</Permission>
<Permission Cooldown="0">essentials.command.tpa.accept</Permission>
<Permission Cooldown="0">essentials.command.tpa.deny</Permission>
<Permission Cooldown="0">essentials.command.tpa.cancel</Permission>
</Permissions>
</Group>
<Group>

someone knows the problem?? thanks!
btw ive tried to do essentials.command.kit.(kitname) but that doesnt work.
all the other commands like tpa work

If the kits are working for admin only, you need to give normal players the permission for them.
In default group, you added only the permission for the command kit, but you must also add permission for the specific kit, like for example:

<Permission Cooldown="0">essentials.command.kit.starter</Permission>

if you have a kit with that name ofc.
navia Mar 17, 2017 @ 5:53pm 
Originally posted by m4djoker:
Originally posted by Kneivv!:
hey! i have tried top setup permissions for kits but when i do /kits it says You dont have acces to any kits, for admins everything works fine, this is my setup:
<DefaultGroup>default</DefaultGroup>
<Groups>
<Group>
<Id>default</Id>
<DisplayName>Member</DisplayName>
<Prefix />
<Suffix />
<Color>green</Color>
<Members />
<Permissions>
<Permission Cooldown="0">rocket</Permission>
<Permission Cooldown="0">color.white</Permission>
<Permission Cooldown="0">essentials.command.kit</Permission>
<Permission Cooldown="0">essentials.command.kits</Permission>
<Permission Cooldown="45">essentials.command.home</Permission>
<Permission Cooldown="0">essentials.command.tpa</Permission>
<Permission Cooldown="0">essentials.command.tpa.send</Permission>
<Permission Cooldown="0">essentials.command.tpa.accept</Permission>
<Permission Cooldown="0">essentials.command.tpa.deny</Permission>
<Permission Cooldown="0">essentials.command.tpa.cancel</Permission>
</Permissions>
</Group>
<Group>

someone knows the problem?? thanks!
btw ive tried to do essentials.command.kit.(kitname) but that doesnt work.
all the other commands like tpa work

If the kits are working for admin only, you need to give normal players the permission for them.
In default group, you added only the permission for the command kit, but you must also add permission for the specific kit, like for example:

<Permission Cooldown="0">essentials.command.kit.starter</Permission>

if you have a kit with that name ofc.

That doesn't work :( ive tried it but it does the same.
navia Mar 17, 2017 @ 5:53pm 
Originally posted by Hello Darkness My Old Friend:
you need to do the actual kit as well.

<Permission Cooldown="0">essentials.command.kit.nameofkit</Permission>

<Permission Cooldown="0">essentials.command.kit.nameofanotherkit</Permission>

and so on

doesn't work :(
Shu Mar 17, 2017 @ 6:01pm 
Ussentials
<Permission Cooldown="0">essentials.command.kit</Permission>
<Permission Cooldown="0">essentials.command.kits</Permission>
<Permission Cooldown="0">essentials.kit.nameofanotherkit</Permission>

Kits plugin
<Permission Cooldown="0">kits</Permission>
<Permission Cooldown="0">kit.nameofkit</Permission>
Last edited by Shu; Mar 17, 2017 @ 6:02pm
navia Mar 17, 2017 @ 6:05pm 
Originally posted by Shu:
Ussentials
<Permission Cooldown="0">essentials.command.kit</Permission>
<Permission Cooldown="0">essentials.command.kits</Permission>
<Permission Cooldown="0">essentials.kit.nameofanotherkit</Permission>

Kits plugin
<Permission Cooldown="0">kits</Permission>
<Permission Cooldown="0">kit.nameofkit</Permission>

doesn't work, i already tried it :(
Shu Mar 17, 2017 @ 6:19pm 
Originally posted by Kneivv!:
Originally posted by Shu:
Ussentials
<Permission Cooldown="0">essentials.command.kit</Permission>
<Permission Cooldown="0">essentials.command.kits</Permission>
<Permission Cooldown="0">essentials.kit.nameofanotherkit</Permission>

Kits plugin
<Permission Cooldown="0">kits</Permission>
<Permission Cooldown="0">kit.nameofkit</Permission>

doesn't work, i already tried it :(


dont know then cuz works for me
navia Mar 17, 2017 @ 6:21pm 
Originally posted by Shu:
Originally posted by Kneivv!:

doesn't work, i already tried it :(


dont know then cuz works for me
do you use uessentials?
m4djoker Mar 17, 2017 @ 6:27pm 
what are your kit names? Admins can spawn them in, sure?
Shu Mar 17, 2017 @ 6:27pm 
Originally posted by Kneivv!:
Originally posted by Shu:


dont know then cuz works for me
do you use uessentials?

yes
navia Mar 17, 2017 @ 6:30pm 
Originally posted by m4djoker:
what are your kit names? Admins can spawn them in, sure?
kid names are:
starter
starter2
builder
only admins can spawn them in while normal players have same permission.
navia Mar 18, 2017 @ 3:15am 
im going to try out the kits plugin, maybe uessentials is bugged
pandaman Mar 18, 2017 @ 3:48am 
Can i join your server please and add me i may be able to help u
LeRoy Apr 5, 2018 @ 6:09pm 
Did anyone get this sorted! I am having the same issue and nothing is working!
< >
Showing 1-15 of 18 comments
Per page: 1530 50

Date Posted: Mar 17, 2017 @ 5:04pm
Posts: 18