Skip to content

Getting Started

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)
  1. Download the latest version of the plugin from the GitHub releases
  2. Place the .jar file in your server’s mods/ folder
  3. Restart your server
Terminal window
# Clone the repository
git clone https://github.com/everhytale/everessentials.git
cd everessentials
# Build with Gradle
./gradlew build
# The JAR file will be in build/libs/

EverHytale plugins are designed to work with minimal configuration. Most features are available immediately after installation.

server/
├── mods/
│ └── EverEssentials.jar
├── config/
│ └── everhytale/
│ └── everessentials.json
└── ...

Once the plugin is installed, you can:

  1. Use the /admin command to open the administration panel
  2. Manage connected players through the graphical interface
  3. Perform teleportations, kicks, and bans