new - DauntlessStudio/Bedrock-Developments GitHub Wiki
Creates a new world and automatically imports it into Minecraft. Has options for developer-friendly gamerules, flat world generation, default gamemode, and the --local argument will attach the behavior and resource packs associated with the project in the current working directory.
Usage: bed world new [options] <name>
Arguments:
name the world name
Options:
-t, --test create a test world with pre-configured gamerules
-f, --flat create a flat world
-m, --mode <gamemode> gamemode (choices: "0", "1", "2", "3")
-l, --local use the local packs in this workspace
-b, --bpack <folder name> the name of the behavior pack to add
-r, --rpack <folder name> the name of the resource pack to add
-h, --help display help for command
Missing examples.