-
Notifications
You must be signed in to change notification settings - Fork 11
Getting Started
This guide will help you install and configure EliteEssentials on your Hytale server.
Download the latest version of EliteEssentials from the releases page.
Place the EliteEssentials.jar file into your server's mods folder:
your-server/
mods/
EliteEssentials.jar
Start your server. EliteEssentials will automatically:
- Create the
mods/EliteEssentials/data folder - Generate a default
config.jsonwith sensible defaults - Create empty data files for homes, warps, and back locations
Edit mods/EliteEssentials/config.json to customize the mod to your needs. See the Configuration page for all available options.
After making changes to the configuration, you can apply them without restarting the server:
/eliteessentials reload
After installation, EliteEssentials creates the following file structure:
mods/
EliteEssentials/
config.json - Main configuration file
homes.json - Player home locations
warps.json - Server warp locations
back.json - Player back locations
On first run, EliteEssentials generates a configuration with these defaults:
| Feature | Default Value |
|---|---|
| Max Homes | 3 per player |
| RTP Range | 100-5000 blocks |
| RTP Cooldown | 30 seconds |
| TPA Timeout | 30 seconds |
| Warmup Time | 3 seconds (most commands) |
| Sleep Percentage | 50% |
| Advanced Permissions | Disabled (Simple Mode) |
To verify EliteEssentials is working correctly:
- Join your server
- Run
/homesto see your home list (should be empty) - Run
/sethome testto create a test home - Run
/home testto teleport to it - Run
/delhome testto clean up
If all commands work, the installation is successful.
To update EliteEssentials:
- Stop your server (recommended) or prepare for a reload
- Replace the old JAR file with the new version
- Start the server or run
/eliteessentials reload
Your configuration and data files are preserved during updates. New configuration options are automatically added with default values.
- Ensure the mod is in the correct
modsfolder - Check server logs for error messages
- Verify the command is enabled in
config.json
- In Simple Mode, check if the command requires Admin access
- In Advanced Mode, verify the player has the correct permission node
- Admins need
eliteessentials.admin.*or OP status
- Validate your JSON syntax (use a JSON validator)
- Check for missing commas or brackets
- Review server logs for parsing errors
- Commands - Learn all available commands
- Configuration - Customize every aspect of the mod
- Permissions - Set up permission-based access control
EliteEssentials by EliteScouter | GitHub | Report Issues