Requirements: Must have rocket installed. See how to setup rocket permissions.

 

Rocket permissions are coded using a language called XML. There cannot be errors in XML. For example: Leaving the > tag out of a line. Error: ÔÇ£<exampleÔÇØ No Error: ÔÇ£<example>ÔÇØ

If there is an error in your file, bad things will happen.

If youÔÇÖre using a plugin, for example: uEssentials: you would need to add the permission of the command you want to give a player to that permissions group. LetÔÇÖs say we wanted to add the command /Item to a permission ÔÇ£groupÔÇØ user1. We would add <Permission Cooldown=ÔÇØ0ÔÇØ>item</Permission> under the permission rocket. If plugins that youÔÇÖre using have special commands or assemblies (uEssentials for example) then you must put those instead. You can most likely find them on the pluginÔÇÖs wiki page.

<Group>

      <Id>user1</Id>

      <DisplayName>Guest</DisplayName>

      <Prefix />

      <Suffix />

      <Color>white</Color>

      <Members />

      <Permissions>

        <Permission Cooldown="0">p</Permission>

        <Permission Cooldown="0">compass</Permission>

        <Permission Cooldown="0">rocket</Permission>

         <Permission Cooldown="0">item</Permission>

      </Permissions>

</Group>

Now, that weÔÇÖve covered that, letÔÇÖs move on to prefix and suffixes. To make a suffix or prefix, you must first change it from: <Suffix /> to <Suffix></Suffix> Now just enter in the suffix that you want. The same goes for prefixes and members as well.┬á Once you have finished customizing your permissions groups, itÔÇÖs now time to display It in game. Save your work and type: ÔÇ£/p reloadÔÇØ in game or ÔÇ£/rocket reloadÔÇØ. ┬áThis will update all permissions systems in game for everyone in the specified groups to use. This does not affect any user saved progress and is a lot more effective than doing a server restart.

Adding someone to a permissions group.

There are 2 methods for accomplishing this.

┬á┬á┬á┬á┬á┬á┬á┬á┬á┬á┬á┬á┬á┬á┬á┬áMethod 1:┬áGetting someoneÔÇÖs steam64ID (Looks like this: 76561198016438091) and pasting it in the memberÔÇÖs part of the permissions group. <Member>76561198016438091</Member>

                Method 2: Doing /p add <playername> <Groupid> in game. The group ID needs to be exact.

 

Please do not hesitate to contact our support team for questions! We would be more than happy to help you! (If you have a plugin that isnÔÇÖt working please take a screenshot of the console, this does help in getting your problem solved quicker

Was this answer helpful? 6 Users Found This Useful (147 Votes)