mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-30 13:14:06 +01:00
Updated Installation (markdown)
parent
4dda6baea4
commit
1c24241390
@ -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 <world> 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 <world> normal -g PlotSquared:size=64`
|
||||
|
||||
Up to 1.12:
|
||||
- `/mv create <world> normal -g PlotSquared:h=64,main=5:2`
|
||||
|
||||
1.13+:
|
||||
- `/mv create <world> 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 <world> 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 <world> 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 <world> normal -g PlotSquared:size=64`
|
||||
|
||||
Up to 1.12:
|
||||
- `/mv create <world> normal -g PlotSquared:h=64,main=5:2`
|
||||
|
||||
1.13+:
|
||||
- `/mv create <world> 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)
|
||||
|
Loading…
Reference in New Issue
Block a user