UNPKG

bedrock-development

Version:

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

11 lines (10 loc) 340 B
var _a; import { CommandMap } from "../command_map.js"; CommandMap.addCommand("root.world", { parent: (_a = CommandMap.getCommandEntry("root")) === null || _a === void 0 ? void 0 : _a.command, commandOptions(command) { command .name("world") .description("tools for working with worlds"); }, });