UNPKG

bedrock-development

Version:

APIs for creating and editing files related to Minecraft Bedrock development.

10 lines (9 loc) 278 B
import { CommandMap } from "../command_map.js"; CommandMap.addCommand("root.world", { parent: CommandMap.getCommandEntry("root")?.command, commandOptions(command) { command .name("world") .description("tools for working with worlds"); }, });