RocketMod / Rocket.Unturned

Unturned 3 implementation of the RocketMod — .NET Game Server Plugin Framework
MIT License
85 stars 111 forks source link

My permissions aren't working... #10

Closed j0ee33 closed 8 years ago

j0ee33 commented 8 years ago
<?xml version="1.0" encoding="utf-8"?>
<RocketPermissions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <DefaultGroupId>default</DefaultGroupId>
  <Groups>
    <Group>
      <Id>default</Id>
      <DisplayName>Guest</DisplayName>
      <Members />
      <Commands>
        <Command>p</Command>
        <Command>reward</Command>
        <Command>balance</Command>
        <Command>pay</Command>
        <Command>rocket</Command>
        <Command>color.white</Command>
        <Command>warp</Command>
        <Command>warps</Command>
        <Command>tpa.send</Command>
        <Command>tpa</Command>
        <Command>tpa.accept</Command>
        <Command>deathmessages</Command>
        <Command>jlm.extended</Command>
        <Command>kits</Command>
        <Command>kit.Survival</Command>
        <Command>kit.Watcher</Command>
        <Command>kit.Brute Force</Command>
     </Commands>
      <ParentGroups />
    </Group>
    <Group>
      <Id>Admin</Id>
      <DisplayName>Admin</DisplayName>
      <Members>
        <Member>76561198154582887</Member>
        <Member>76561198240035164</Member>
      </Members>
        <Command>p</Command>
        <Command>reward</Command>
        <Command>balance</Command>
        <Command>pay</Command>
        <Command>rocket</Command>
        <Command>color.white</Command>
        <Command>color.FF9900</Command>
        <Command>setwarp</Command>
        <Command>delwarp</Command>
        <Command>warp</Command>
        <Command>warps</Command>
        <Command>wreck</Command>
        <Command>givekit</Command>
        <Command>givekit.kitname</Command>
      </Commands>
      <ParentGroups />
    </Group>
  </Groups>
</RocketPermissions>

Please tell me what I did wrong. (I'm new to this)

leonardosnt commented 8 years ago

Use markdown

Example

<blah>blah</blah>
<blah>blah</blah>
leonardosnt commented 8 years ago

What happening? some error?

j0ee33 commented 8 years ago

yes none of my commands are working