Unturned: uEssentials: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
Created page with "Requires The Legally Distinct Missile (or LDM): see Unturned: RocketMod === permissions examples === <nowiki> <DefaultGroup>default</DefaultGroup></nowiki> <nowiki> ..."
 
mNo edit summary
Line 1: Line 1:
Requires The Legally Distinct Missile (or LDM): see [[Unturned: RocketMod]]
Requires The Legally Distinct Missile (or LDM): see [[Unturned: RocketMod]]
* [[Unturned]] the game -> [[Unturned: Server]] -> [[Unturned: RocketMod]] -> Unturned: uEssentials


=== permissions examples ===
=== permissions examples ===

Revision as of 09:38, 12 December 2021

Requires The Legally Distinct Missile (or LDM): see Unturned: RocketMod

permissions examples

  <DefaultGroup>default</DefaultGroup>
  <Groups>
    <Group>
      <Id>default</Id>
      <DisplayName>Guest</DisplayName>
      <Prefix>Player</Prefix>
      <Suffix />
      <Color>white</Color>
      <Members />
      <Priority>100</Priority>
      <Permissions>
        <Permission Cooldown="0">essentials.command.kits</Permission>
        <Permission Cooldown="0">essentials.command.kit</Permission>
        <Permission Cooldown="90">essentials.kit.fuel</Permission>
        <Permission Cooldown="90">essentials.kit.starter</Permission>
      </Permissions>
    </Group>

Other examples:

essentials.command.tpa
essentials.command.tpa.send
essentials.command.tpa.accept
essentials.command.tpa.deny
essentials.command.tpa.cancel

Commands from uEssentials have to be prefixed with "essentials." to work.

The example in this internal link has entries for both native Rocket commands and those for uEssentials: