Developer Tools
Mod:
kyuubisoft-core.jar| Output:configs/kyuubisoft_core/exports/
The /ksdev command 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.
Export Commands
| Subcommand | Description | Output |
|---|---|---|
/ksdev items | Export all item IDs | JSON file with item names and properties |
/ksdev blocks | Export all block IDs | JSON file with block names |
/ksdev entities | Export all entity IDs | JSON file with entity types |
/ksdev citizens | Export all citizen data | JSON file with citizen IDs and positions |
/ksdev worlds | Export all world names | JSON file with world identifiers |
/ksdev emotes | Export all emote IDs | JSON file with available emotes |
/ksdev all | Export everything | All export files at once |
/ksdev export | Export all mod configs | Quest, achievement, shop, citizen, and localization configs packaged for the Mod Editor |
Output Location
Export files are saved to configs/kyuubisoft_core/exports/ on the server.
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/exports/ - Drag and drop them into the Mod Editor's import area
- Enjoy autocomplete for all game data