Skip to content
Blinky™ edited this page Nov 11, 2015 · 21 revisions

EssentialsX wiki!

Differences between Essentials/Spigot-Essentials and EssentialsX

  • /createkit <kitname> <delay> - creates a kit out of your inventory.
  • Per gamemode permissions, which lets players run /gma and /gms, but not /gmc or /gmsp if desired. You need to give the player essentials.gamemode to use the /gm command + whichever gamemodes you want them to be able to change to.
    • essentials.gamemode.creative
    • essentials.gamemode.survival
    • essentials.gamemode.adventure
    • essentials.gamemode.spectator
    • essentials.gamemode.all
  • Configuration option to not send no new mail notification on join.
  • Updated to latest Spigot / Minecraft version at all times.
  • Actively maintained.
  • Updated enchantments.
  • Allow commands in kits and use {player} to replace with player's name.
  • /showkit <kitname> to show the kit's contents.
  • BannerMeta support.
  • Fixed mob spawner support. This means you can use spawner signs and commands such as /i mob_spawner:51, and the spawners won't be pigs when placed.
  • Uses UUID-backed Vault for permissions group and prefix/suffix lookups. This results in better performance due to not needing a name-to-UUID conversion. Spigot-Essentials implements UUID lookups for zPermissions, but not other permissions plugins. Because EssentialsX prioritizes Vault, all queries using the Vault handler should be much faster.
  • Adds an option to forcefully disable safe teleportation (very useful for Factions/raiding servers). Mainline Essentials only has two values for the teleport-safety option: to convert locations to safe teleports (results in plenty of exploits) or to deny the teleport entirely. EssentialsX adds a force-disable-teleport-safety option (default false) that when combined with teleport-safety: true, disables conversion to safe locations and teleports the user to their exact location.
  • Supports more tree types compared to Essentials and Spigot-Essentials (Mega Redwood, Tall redwood, Tall Birch, etc...)
  • /tppos has an additional world name argument.
  • /msgtoggle command allows people to ignore all private messages.
  • Fixes for sending and receiving money for EssentialsEco.
  • Separate permissions for bulk sell and hand sell
    • essentials.sell.hand
    • essentials.sell.bulk
  • SocialSpy exempt with essentials.chat.spy.exempt
  • Improved translations for German and French

Showkit

Command: /showkit <kitname> Permission: essentials.showkit Shows a list of kit contents straight from config file. showkit

Createkit

Command: /createkit <kitname> <delay> Permission: essentials.createkit Creates a kit from your inventory and puts it in the config file. This will remove comments from your config file 😞 createkit

If placed spawners are still pigs

  • Assign essentials.spawnerconvert.* to your default group

Clone this wiki locally