Graveyard

A gravestone system for Hytale servers. When players die, their items are stored in a gravestone block instead of dropping on the ground. Players can loot their items back by pressing F on the gravestone.
Features
Death Protection
- Items are stored in a gravestone block on death instead of dropping
- Configurable capture mode: only dropped items or entire inventory
- Protection timer: only the owner can loot for a configurable time
- After protection expires, anyone can loot
Gravestone Designs
- Multiple gravestone designs with different 3D models
- Premium designs purchasable by players
- Custom designs via simple JSON files — no code needed
- Designs selectable in-game via the Graveyard menu
Particle Effects
- Separate particle system, independent from designs
- Premium particle effects purchasable by players
- Configurable particle presets with custom colors and scales
- Particle module can be completely disabled
Player UI
- In-game menu with sidebar navigation (ItemControl style)
- Gravestones tab: view active gravestones with coordinates
- Designs tab: browse and select gravestone designs
- Particles tab: browse and select particle effects
- Statistics tab: deaths, items lost/recovered, expired gravestones
Loot UI
- Custom gravestone background image (customizable by admins)
- Player avatar loaded from HyVatar
- Item preview with quality backgrounds
- "Loot All" button to recover all items at once
- Memorial mode for other players (avatar + name only when protected)
WorldMap Integration
- Death marker icon on the world map for your gravestones
- Shows item count and protection status
- Only visible to the gravestone owner
Database
- SQLite (default) or MySQL/MariaDB support
- Persistent storage for gravestones, player data, and statistics
- In-memory cache for fast lookups
Localization
- Full i18n support with en-US and de-DE included
- Admins can add custom languages or override translations
- Player language auto-detected from client settings
Economy Integration (Optional)
- Supports VaultUnlocked for premium design and particle purchases
- Works standalone — no KyuubiSoft Core required
- If VaultUnlocked is installed, players can buy premium items with in-game currency
- Without VaultUnlocked, premium items are unlocked via admin commands only
- Teleport-to-gravestone can also cost currency
Standalone
- No dependencies on other mods
- Optional: VaultUnlocked for economy-based premium purchases
- Includes reusable modules: HyVatar loader, database provider, i18n manager
- Works with any Hytale server setup
Quick Start
- Drop
KyuubiSoftGraveyard.jarinto your server'smods/folder - Start the server
- Die to test — your items are stored in a gravestone
- Press F on the gravestone to open the loot UI
- Use
/ksgraveyard menuto select designs and particles
Pages
- Getting Started — Installation and first setup
- Commands — Full command reference
- Configuration — All config options explained
- Permissions — Complete permission table
- UI Pages — Player-facing UI documentation
- Custom Designs — How to add custom gravestone models
- FAQ & Troubleshooting — Common questions and fixes
- Changelog — Version history