From 1c24241390af9ab5d915e425ca03fd9cee4e2ad0 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Sun, 9 Jun 2019 15:55:50 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/Installation.md b/Installation.md index d9477dd..e6f9008 100644 --- a/Installation.md +++ b/Installation.md @@ -61,27 +61,8 @@ You may need to create the directories if they do not exist (case sensitive). Put a schematic called `plot.schematic` in the folder, then generate the world (see below). _Note: the schematic pastes from the plot height defined in the worlds.yml_ -#### Option 1: Creating a world with Multiverse: -`/mv create normal -g PlotSquared` - -It will also accept several arguments: - - `s` or `size` (plot size) - - `g` or `gap` (road width) - - `h` or `height` (plot height) - - `f` or `floor` (plot floor block) - - `m` or `main` (plot main block) - - `w` or `wall` (plot wall block) - - `b` or `border` (plot border block) - -Examples: - - `/mv create normal -g PlotSquared:size=64` - -Up to 1.12: - - `/mv create normal -g PlotSquared:h=64,main=5:2` - -1.13+: - - `/mv create normal -g PlotSquared:h=64,main=oak_planks:50,dirt:25,stone:25` - (50% oak planks, 25% dirt and 25% stone) +#### Option 1: Using the setup command: + - Use the command: `/plot setup` #### Option 2: Creating a world with Multiworld: `/mw create plugin:PlotSquared` @@ -104,8 +85,27 @@ Modifiers: - `terrain` (0=flat,1=ores,2=only road,3=entirely vanilla) (Note: The terrain modifier can only be applied to type 1 or 2 worlds) -#### Option 4: Using the setup command - - Use the command: `/plot setup` +#### Option 4: Creating a world with Multiverse: +`/mv create normal -g PlotSquared` + +It will also accept several arguments: + - `s` or `size` (plot size) + - `g` or `gap` (road width) + - `h` or `height` (plot height) + - `f` or `floor` (plot floor block) + - `m` or `main` (plot main block) + - `w` or `wall` (plot wall block) + - `b` or `border` (plot border block) + +Examples: + - `/mv create normal -g PlotSquared:size=64` + +Up to 1.12: + - `/mv create normal -g PlotSquared:h=64,main=5:2` + +1.13+: + - `/mv create normal -g PlotSquared:h=64,main=oak_planks:50,dirt:25,stone:25` + (50% oak planks, 25% dirt and 25% stone) #### Manual generation setting This is required if the DEFAULT world (as defined in server.properties) is using the PlotSquared generator, or you don't have Multiverse or MultiWorld installed: [**Click Here**](https://github.com/IntellectualCrafters/PlotSquared/wiki/Manual-generator-setting)