Unturned: uEssentials

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search

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

description

uEssentials is a Rocket Mod for Unturned game servers. As of 2025, uEssentials is an actively maintained plugin for Unturned servers that requires RocketMod. The latest maintained version is hosted on GitHub by TH3AL3X.

uEssentials Features:

  • Kits: Allows players to receive pre-configured sets of items.
  • Warps: Enables teleportation to predefined locations.
  • Over 60 Commands: Various administrative and player utility commands.
  • Modular System: Intuitive and expandable with additional features.

installation

The latest version of uEssentials is on GitHub.

2025 Update: Use TH3AL3X uEssentials version Release 1.0.28
At this time this is the only maintained branch of uEssentials. - It has been verified to work on 1/25.

  1. Download the latest release.
  2. Make sure you have RocketMod installed.
  3. Copy uEssentials.dll to Rocket's plugins folder, which can be found at: [Unturned Folder]/Servers/[Server Name]/Rocket/Plugins/.
  4. Start (or reload) the server.

version note: There is another branch of uEssentials which uses uEssentials.dll at 322.6kB and is listed as uEssentials-1.3.6.0, however, we could not get it to work. It is recommended to stick with the TH3AL3X branch as it seems to be the best maintained even though the so called version number is lower.

usage

You can use the following command(s) to see all uEssential options

/uessentials
/essentials
/ess

All three provide the same response. The form "ess" is abbreviated.

All uessential commands can be displayed from game chat or server console. There are 4 pages of commands that can be displayed with the following commands:

/ess commands 1
/ess commands 2
/ess commands 3
/ess commands 4

Again, the "ess" being abbreviated. There are many commands.

You can get details and syntax help on any specific command. For example, for more details on the command "maxskills" we would type:

/ess help maxskills

Find out your version of uEssentials

/ess info

Other options

/ess reload
/ess savedata

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:

kits

Kits are stored in the data path:

Servers/unturned/Rocket/Plugins/uEssentials/kits.json

Kit command permission is in:

Servers/unturned/Rocket/Permissions.config.xml

To create a kit, specify a name for the new kit, and the cooldown. The cooldown is an optional parameter.

/ckit airplane 60

Delete kit (if the kit name is airplane)

/dkit airplane