🚀 UltraServers Relaunch We're thrilled to announce the relaunch of our service with a brand-new, streamlined panel designed to enhance your gaming experience. Join our Discord for more information, lifetime discounts and to take part in our $175 raffle to win Steam gift cards.
Install and Configure EssentialsX For Minecraft Servers
EssentialsX is one of the most popular and essential plugins for Minecraft servers, providing useful commands and features like homes, warps, kits, etc. This guide will show you how to properly install and configure EssentialsX on a Spigot Minecraft server.
Prerequisites
- Spigot based Minecraft server.
- Basic knowledge of editing config files.
- Permissions plugin like LuckPerms, our guide for installing it is here.
Download EssentialsX
- 1, 2 & 3 EssentialsX plugin needs to be installed manually. Go to the Official download page for EssentialsX and download the latest stable release (JAR file).
Install The Plugin
- 1 Go to the File Manager tab.
- 2 Place the downloaded .jar into the
plugins
folder of your Minecraft server. - 3 Here is a guide for uploading your own plugin files.
Restart Your Server
- 1 If your Minecraft server is currently running, save and close it.
- 2 Start the server again to load the newly added EssentialsX plugin.
Configuring EssentialsX
- 1 The main configuration file is located at
plugins/Essentials/config.yml
. - Clicking on the file will open it.
- 2 After editing, save the file using the
Save
button.
- Edit it to customize:
- Chat settings: chat prefixes, formatting etc.
- Spawns: Enable and set default spawn points.
- Warps: Create custom warps.
- Kits: Setup default and custom kits.
- Balance: Enable/disable monetary balance.
- Commands: Toggle specific commands on/off.
- Refer to the EssentialsX Wiki for help on all configuration options.
Setting Up Permissions
- Use a permissions plugin like LuckPerms to set up permissions for different EssentialsX commands and features.
- Important permissions to configure include:
essentials.kit.default
- for access to default kit.essentials.warp
- for access to warps.essentials.spawn
- for access to spawn.essentials.balance
- for access to balance commands.- See the Permissions list for all options.
Managing User Data
- User data like homes, warps, balances etc. are stored in
plugins/Essentials/userdata
. - User data is stored in the UUID format. Follow this guide to locate users.
- The commands for managing the data:
/home set [name]
- Set home location./warp set [name]
- Set warp location./balance set [user] [amount]
- Set balance./mail send [user] [msg]
- Send mail to user.- See the commands list for all options.
EssentialsX Addons
- EssentialsX has several addons that provide additional functionality:
EssentialsX Chat
- This addon enhances the chat and commands related to chat:
- Format chat messages with prefixes, suffixes etc.
- Censor/filter chat messages.
- Mute/unmute players from chatting.
- SocialSpy and admin chat modes.
EssentialsX Spawn
- Adds features related to spawns:
- Set multiple spawn points.
- Send players to different spawn points based on groups.
- Set spawn protection radius.
- Set spawn commands like /spawn, /setspawn etc.
EssentialsX Protect
- Protect areas and blocks from griefing and undesirables:
- Claim and unclaim protected regions.
- Manage list of allowed/disallowed players in regions.
- Prevent block explode/fire spread in regions.
EssentialsX AntiBuild
- Prevent players from building/modifying map in worlds:
- Toggle build-permission for worlds.
- Limit players to only break blocks not place.
- Configure allowed build materials.
EssentialsX GeoIP
- Integrates GeoLite database to get player country information:
- Determine players geographic location based on IP address.
- Admins can see lookup when players log in or in
/whois
. - See the Module Breakdown for all the modules.
Install Addons
- Download the relevant .jar file and place it in the
plugins
folder alongside EssentialsX.jar. - Restart the server to load the new addons.
- Configure each addon by editing its config file located in
plugins/Essentials/addons
.
Additional Tips
- Use
/essentials reload
command to reload config changes. - Install add-ons like EssentialsChat, EssentialsSpawn, EssentialsAntiBuild for extra features.
- Backup
plugins/Essentials
folder regularly for easy restore.
If you require further assistance, you can open a support ticket here.
Feedback and suggestions can be submitted here, or further discussed on our Discord server.
- Install and Configure EssentialsX For Minecraft Servers
- Prerequisites
- Download EssentialsX
- Install The Plugin
- Restart Your Server
- Configuring EssentialsX
- Setting Up Permissions
- Managing User Data
- EssentialsX Addons
- EssentialsX Chat
- EssentialsX Spawn
- EssentialsX Protect
- EssentialsX AntiBuild
- EssentialsX GeoIP
- Install Addons
- Additional Tips