Skip to content

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. :::

SubcommandDescriptionOutput
/ksdev itemsExport all itemsJSON with categories, consumable flag, stack size, durability, resource types
/ksdev blocksExport all blocksJSON with groups, materials, opacity, properties
/ksdev entitiesExport all entity types and NPC rolesJSON with entity type list and NPC role names
/ksdev citizensExport all citizen dataJSON with citizen IDs, positions, models, shops
/ksdev worldsExport all worldsJSON with world names, game mode, PvP, spawn settings
/ksdev emotesExport all emotesJSON with emote keys, names, animations, and animation slots
/ksdev allExport everythingAll of the above at once

Export files are saved to configs/kyuubisoft_core/dev-export/ on the server. Each export generates a timestamped JSON file.

Full CommandAlias
/ksdev/dev

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/dev-export/
  3. Drag and drop them into the Mod Editor’s import area
  4. Enjoy autocomplete for all game data