UNPKG

bedrock-development

Version:

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

10 lines (9 loc) 276 B
import { CommandMap } from "../command_map.js"; CommandMap.addCommand("root.entity", { parent: CommandMap.getCommandEntry("root")?.command, commandOptions(command) { command .name("entity") .description('modifies bedrock entities'); }, });