Updated Installation (markdown)

boy0001 2015-02-16 19:04:27 +11:00
parent 684d65f5fa
commit 7c347a7652

@ -35,6 +35,12 @@ If you start the server without having switched over the generators, you may see
[See here](https://github.com/IntellectualCrafters/PlotSquared/wiki/World-reduction)
## World Creation
#### [Click here for information on creating partial plot worlds](https://github.com/IntellectualCrafters/PlotSquared/wiki/Augmented-Plot-Worlds)
### Optional: Generate a world with a schematic already in the plot:
Navigate to the following directory:
`plugins\PlotSquared\schematics\GEN_ROAD_SCHEMATIC\<world>`
You may need to create the directories if they do not exist (case sensitive).
- Replace `<world>` with the name of your world
Put a schematic called `plot.schematic` in the folder, then generate the world (see below).
####Option 1: Creating a world with Multiverse:
`/mv create <world> normal -g PlotSquared`
@ -89,6 +95,5 @@ To test the schematic (recommended), stand in some other road not part of the sc
If all is well, you can begin regenerating the roads in the entire map. Open up your console and execute the following command (this may take a while):
`/plot regenallroads`
## Example configuration:
[Click Here](https://github.com/IntellectualCrafters/PlotSquared/wiki/Example-configuration)