Hytale-style Plugin API Documentation
This is documentation generated from decompiled server code.
This project is not affiliated with Hytale or Hypixel.
Getting Started
This documentation provides information about the plugin API for educational purposes.
Navigation
- Left Panel (Packages): Browse classes by package
- Left Panel (Classes): Quick access to all classes
- Main Panel: Class documentation with methods and fields
Key APIs
- Plugin Development: Start with JavaPlugin and PluginBase
- Events: Use EventBus for event-driven programming
- Components: Create components with Component interface
- Systems: Implement ISystem for game logic
- Commands: Extend AbstractCommand for server commands
Search
Use the search box (or press Ctrl/Cmd + F) to quickly find classes, methods, and fields.
Keyboard Shortcuts
- Ctrl/Cmd + F: Focus search
- Esc: Close search results