Skip to content

EverEssentials - Overview

EverEssentials is the main administration plugin of the EverHytale project. It provides a comprehensive set of tools to manage your Hytale server.

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
  • 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)

The plugin uses Hytale’s native permission system. The following permissions are available:

PermissionDescription
everessentials.adminAccess to the admin panel
everessentials.admin.teleportTeleport to/from players
everessentials.admin.kickKick players
everessentials.admin.banBan players

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 interface
  • Hytale Server: Current version (2026.01.x)
  • Java: 21+