Developer Tools
Developer Tools
Section titled “Developer Tools”Mod:
kyuubisoft-core.jar| Output:configs/kyuubisoft_core/dev-export/
The /ksdev command (alias: /dev) provides in-game data export tools for server owners and content creators. Use it to export lists of all items, blocks, entities and other game data — useful when creating quests, achievements or shop configs.
:::warning Permission
All /ksdev subcommands require the dev.admin permission.
:::
Export Commands
Section titled “Export Commands”| Subcommand | Description | Output |
|---|---|---|
/ksdev items | Export all items | JSON with categories, consumable flag, stack size, durability, resource types |
/ksdev blocks | Export all blocks | JSON with groups, materials, opacity, properties |
/ksdev entities | Export all entity types and NPC roles | JSON with entity type list and NPC role names |
/ksdev citizens | Export all citizen data | JSON with citizen IDs, positions, models, shops |
/ksdev worlds | Export all worlds | JSON with world names, game mode, PvP, spawn settings |
/ksdev emotes | Export all emotes | JSON with emote keys, names, animations, and animation slots |
/ksdev all | Export everything | All of the above at once |
Output Location
Section titled “Output Location”Export files are saved to configs/kyuubisoft_core/dev-export/ on the server. Each export generates a timestamped JSON file.
Command Alias
Section titled “Command Alias”| Full Command | Alias |
|---|---|
/ksdev | /dev |
Usage with Mod Editor
Section titled “Usage with Mod Editor”The exported JSON files can be imported into the Mod Editor to power autocomplete suggestions for item names, entity types and block IDs when creating quests and achievements.
- Run
/ksdev allon your server - Download the export files from
configs/kyuubisoft_core/dev-export/ - Drag and drop them into the Mod Editor’s import area
- Enjoy autocomplete for all game data