This commit is contained in:
2026-01-20 20:33:59 +01:00
commit b16a40e431
583 changed files with 87339 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
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 >}}