EverEssentials - Overview
EverEssentials is the main administration plugin of the EverHytale project. It provides a comprehensive set of tools to manage your Hytale server.
Features
Section titled “Features”Interactive Admin Panel
Section titled “Interactive Admin Panel”A modern and intuitive user interface to manage your players:
- Player List: View all connected players in real-time
- Detailed Information: UUID, world, position, player language
- Quick Actions: Teleportation, kick, ban with one click
Player Management
Section titled “Player Management”- Teleport to Player: Instantly teleport to any player
- Teleport Player Here: Bring a player to your location
- Kick: Remove a player from the server
- Ban: Ban a player (with ban system integration)
Permission System
Section titled “Permission System”The plugin uses Hytale’s native permission system. The following permissions are available:
| Permission | Description |
|---|---|
everessentials.admin | Access to the admin panel |
everessentials.admin.teleport | Teleport to/from players |
everessentials.admin.kick | Kick players |
everessentials.admin.ban | Ban players |
Architecture
Section titled “Architecture”The plugin is structured into several components:
fr.everhytale.everessentials/├── EverEssentialsPlugin.java # Plugin entry point├── commands/│ └── AdminCommand.java # Administrative commands└── pages/ └── AdminPage.java # Admin user interfaceCompatibility
Section titled “Compatibility”- Hytale Server: Current version (2026.01.x)
- Java: 21+