Skip to main content

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

SubcommandDescriptionOutput
/ksdev itemsExport all item IDsJSON file with item names and properties
/ksdev blocksExport all block IDsJSON file with block names
/ksdev entitiesExport all entity IDsJSON file with entity types
/ksdev citizensExport all citizen dataJSON file with citizen IDs and positions
/ksdev worldsExport all world namesJSON file with world identifiers
/ksdev emotesExport all emote IDsJSON file with available emotes
/ksdev allExport everythingAll export files at once
/ksdev exportExport all mod configsQuest, 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.

  1. Run /ksdev all on your server
  2. Download the export files from configs/kyuubisoft_core/exports/
  3. Drag and drop them into the Mod Editor's import area
  4. Enjoy autocomplete for all game data