Find us on social media
EssentialsXCommandsHomesWarpsKits5 min read
Install and configure EssentialsX
Set up EssentialsX for essential commands: homes, warps, kits, teleportation and more.
What is EssentialsX?
EssentialsX is the most popular utility plugin for Minecraft servers. It provides over 100 commands including homes, warps, kits, teleportation, economy, and player management.
Step 1: Install EssentialsX
- Download from essentialsx.net or SpigotMC
- Upload the following jars to
plugins/via panel.baires.host:
EssentialsX.jar(core)EssentialsXChat.jar(chat formatting, optional)EssentialsXSpawn.jar(spawn management, optional)
- Restart the server
Step 2: Basic configuration
Edit plugins/Essentials/config.yml:
yaml
# Teleportation
teleport-cooldown: 5
teleport-delay: 3
# Homes
sethome-multiple:
default: 3
vip: 5
staff: 10
# Economy (if using EssentialsX economy)
currency-symbol: "$"
starting-balance: 100Key features and commands
Homes
terminal
/sethome <name> - Set a home
/home <name> - Teleport to a home
/delhome <name> - Delete a home
/homes - List all homesWarps
terminal
/setwarp <name> - Create a warp (admin)
/warp <name> - Teleport to a warp
/delwarp <name> - Delete a warp
/warps - List all warpsTeleportation
terminal
/tpa <player> - Request teleport to player
/tpaccept - Accept teleport request
/tpdeny - Deny teleport request
/back - Return to previous locationKits
Define kits in plugins/Essentials/config.yml:
yaml
kits:
starter:
delay: 86400
items:
- stone_sword 1
- bread 16
- oak_log 32
vip:
delay: 43200
items:
- diamond_sword 1 sharpness:2
- golden_apple 5Players claim kits with /kit <name>.
Permissions
EssentialsX uses permission nodes like:
essentials.home— use /homeessentials.warp— use /warpessentials.kit.<name>— access specific kitessentials.fly— use /fly
Assign these through LuckPerms (see our LuckPerms guide).
Tips
- EssentialsX replaces many small plugins — check if it already does what you need before adding more
- Use EssentialsXChat with LuckPerms for rank prefixes in chat
- The
/worthsystem lets you set item values for a sign-based shop economy - Run
/essentials reloadafter config changes (no restart needed)
Was this guide helpful?