Getting Started
Prerequisites
Section titled “Prerequisites”Before installing EverHytale plugins, make sure you have:
- A working Hytale server
- Java 21 or higher
- Gradle 9.x for compilation (if building from source)
Installation
Section titled “Installation”From Releases
Section titled “From Releases”- Download the latest version of the plugin from the GitHub releases
- Place the
.jarfile in your server’smods/folder - Restart your server
From Source
Section titled “From Source”# Clone the repositorygit clone https://github.com/everhytale/everessentials.gitcd everessentials
# Build with Gradle./gradlew build
# The JAR file will be in build/libs/Configuration
Section titled “Configuration”EverHytale plugins are designed to work with minimal configuration. Most features are available immediately after installation.
Directory Structure
Section titled “Directory Structure”server/├── mods/│ └── EverEssentials.jar├── config/│ └── everhytale/│ └── everessentials.json└── ...First Steps
Section titled “First Steps”Once the plugin is installed, you can:
- Use the
/admincommand to open the administration panel - Manage connected players through the graphical interface
- Perform teleportations, kicks, and bans
Next Steps
Section titled “Next Steps”- Check out the EverEssentials documentation to discover all features
- Learn to use the Development API to create your own extensions