Skip to content

Hytale Server Modding

Build powerful server plugins with Java. Comprehensive API documentation, tutorials, and examples.

Setup Your Environment

Install Java 21, configure your build tool, and create your first plugin project. Setup Guide

Create Your First Plugin

Walk through building a complete plugin from scratch with events, commands, and more. First Plugin Tutorial

Understand the ECS

Learn how Hytale’s Entity Component System works and how to extend it. ECS Overview

Browse the API

Explore the complete API reference with classes, methods, and code examples. API Reference

Event System

Subscribe to game events with priority ordering and cancellation support. Learn more

Commands

Create custom commands with argument parsing, permissions, and tab completion. Learn more

World API

Manipulate blocks, chunks, lighting, and world generation. Learn more

Entities

Work with players, NPCs, creatures, and custom entity types. Learn more

This documentation is derived from Hytale server source code analysis. While comprehensive, it is community-maintained and may contain inaccuracies. Always verify against the actual API when possible.

SectionStatus
Getting StartedVerified
Core ConceptsVerified
API ReferenceVerified
TutorialsIn Progress