Files
Documentation/content/getting-started/_index.en.md
2026-01-20 20:33:59 +01:00

15 lines
677 B
Markdown

---
title: Getting Started
type: docs
weight: 1
---
Welcome to Hytale plugin development! This section will guide you through setting up your development environment and creating your first plugin.
{{< cards >}}
{{< card link="prerequisites" title="Prerequisites" subtitle="Set up Java 25, Gradle, and your IDE" >}}
{{< card link="building-and-running" title="Building & Running" subtitle="Build your plugin and deploy it" >}}
{{< card link="creating-a-plugin" title="Creating a Plugin" subtitle="Project structure and manifest.json" >}}
{{< card link="plugin-lifecycle" title="Plugin Lifecycle" subtitle="Understanding setup, start, and shutdown" >}}
{{< /cards >}}