15 lines
677 B
Markdown
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 >}}
|