hytale-server-mods
Installation
SKILL.md
Installing Mods on a Hytale Server
This skill covers installing and configuring mods on a Hytale dedicated server.
Critical: Folder Location
Mods go in the mods/ folder, NOT plugins/!
server/
├── mods/ ← PUT MODS HERE (.jar files)
│ ├── YourMod.jar
│ └── YourMod/ ← Config folder (auto-generated)
├── plugins/ ← OLD/WRONG location - mods won't load here
├── config.json ← Server config
└── universe/ ← World data