File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
content/docs/worlds/manage Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ To generate a new world using a custom generator, use the command
1818` /world create <key> generator <generator> [<dimension>] [<structures>] [<seed>] `
1919The generator argument takes the name of the plugin that provides the custom chunk generator or biome provider.
2020
21- For example:
21+ PlotSquared generation example:
2222```
2323/world create city:plots generator PlotSquared
2424```
@@ -34,6 +34,12 @@ The following types are available:
3434- ` minecraft:fixed ` - [ Uses one specified biome everywhere.] ( https://minecraft.wiki/w/Dimension_definition#fixed )
3535- ` minecraft:debug ` - [ Debug all block states.] ( https://minecraft.wiki/w/Dimension_definition#debug )
3636
37+
38+ Amplified world example:
39+ ```
40+ /world create amplified_test_world type minecraft:amplified
41+ ```
42+
3743## Preset
3844
3945World presets are a way to create worlds with specific settings.
@@ -46,4 +52,9 @@ The following presets are available:
4652- ` bottomless-pit ` - [ Cobblestone instead of bedrock.] ( https://minecraft.wiki/w/Superflat#Default_presets )
4753- ` desert ` - [ A desert flat world.] ( https://minecraft.wiki/w/Superflat#Default_presets )
4854- ` redstone-ready ` - [ A redstone ready world.] ( https://minecraft.wiki/w/Superflat#Default_presets )
49- - ` the-void ` - [ A void world.] ( https://minecraft.wiki/w/The_Void )
55+ - ` the-void ` - [ A void world.] ( https://minecraft.wiki/w/The_Void )
56+
57+ Void world example:
58+ ```
59+ /world create my_void_world preset the-void
60+ ```
You can’t perform that action at this time.
0 commit comments