Skip to content

bornakapusta/hytalewiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hytale Server Plugin API Documentation

Documentation site for the Hytale Server Plugin API, built with Astro and Starlight.

Project Structure

hytalewiki/
├── server-docs/        # Documentation site (Astro + Starlight)
│   └── CLAUDE.md       # AI assistant instructions for docs
└── decompiled-server/  # Decompiled server code for reference
    └── CLAUDE.md       # AI assistant instructions for server code

Getting Started

cd server-docs
npm install
npm run dev     # Start dev server at localhost:4321

Building

cd server-docs
npm run build   # Build to ./dist/
npm run preview # Preview production build

Documentation Contents

  • Getting Started - Introduction, first plugin, project setup
  • Guides - Events, commands, players, entities, blocks, tasks, components
  • Example Projects - PVP Arena, RTS Game, Capture The Flag tutorials
  • Reference - API reference, event list, component list, network protocol
  • UI System - DSL syntax, pages, HUD components

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages