KubeJS Library — Configuration
Commands
KubeJS adds several administrative commands to help with script development and debugging.
| Command | Description |
|---|---|
/kubejs reload |
Reloads all scripts and data. |
/kubejs hand |
Displays the ID, tags, and NBT of the item in your hand. |
/kubejs inventory |
Dumps your current inventory into a JSON file in the kubejs/exported folder. |
/kubejs export |
Exports various game data, such as all registered recipes or tags, for reference. |
/kubejs custom_command |
A shorthand for creating custom commands within scripts. |