b7e8ccf8d271b8ef0a82a4aa8898a24f6fe06f26
Hytale Example Plugin
An example plugin for Hytale servers demonstrating basic plugin functionality.
Features
/example info- Display plugin information/example tools- Give the player a set of crude tools (once per player)- Door interaction event - Receive a door item when opening a door for the first time
Building
./gradlew build
The compiled plugin JAR will be in build/libs/.
Installation
- Copy the JAR file to your server's
mods/directory - Restart the server
Requirements
- Hytale Server with plugin support
- Java 25+
HytaleServer.jarin the project root for compilation
Documentation
For a comprehensive guide on how to create Hytale plugins, see the community-made documentation:
👉 Hytale Plugin Development Guide
License
MIT
Languages
Java
100%