Reformat "Updating to 1.13" section to look nicer

Josua Parks 2018-12-25 15:07:29 -08:00
parent da83f51d9c
commit 92ff11d6f4

@ -33,7 +33,18 @@ https://github.com/IntellectualSites/PlotSquared/wiki/Commands
[See here](https://github.com/IntellectualCrafters/PlotSquared/wiki/World-reduction) [See here](https://github.com/IntellectualCrafters/PlotSquared/wiki/World-reduction)
## Updating to 1.13 ## Updating to 1.13
If you are updating to 1.13 you might have to manually change some things. PlotSquared will attempt to convert your `worlds.yml` configuration file on startup. After that has been done, you should review the file to see that everything has converted properly. PlotSquared will not update your schematics, so you will have to do that manually. The new version of PlotSquared introduced a format for configuring blocks for the different plot components. You can read more about that [here](https://github.com/IntellectualCrafters/PlotSquared/wiki/BlockBucket). This change allows you to use multiple block types in every plot component. Please note that PlotSquared for 1.13 only supports Bukkit at the moment. PlotSquared now depends on [WorldEdit](https://dev.bukkit.org/projects/worldedit/files), so you will need to have that installed on the server in order to use PlotSquared. If you are updating to 1.13 you might have to manually changesome things.
PlotSquared will attempt to convert your `worlds.yml` configuration file on startup. After that has been done, you should review the file to see that everything has converted properly.
Please note that PlotSquared for 1.13 only supports Bukkit at the moment.
#### Schematics
PlotSquared will not update your schematics, so you will have to do that manually.
The new version of PlotSquared introduced a format for configuring blocks for the different plot components. You can read more about that [here](https://github.com/IntellectualCrafters/PlotSquared/wiki/BlockBucket "here"). This change allows you to use multiple block types in every plot component.
#### Dependencies
PlotSquared now depends on [WorldEdit](https://dev.bukkit.org/projects/worldedit/files "WorldEdit"), so you will need to have that installed on the server in order to use PlotSquared.
## World Creation ## World Creation
#### [Tutorial: Custom Augmented](https://github.com/IntellectualCrafters/PlotSquared/wiki/TerrainControl) #### [Tutorial: Custom Augmented](https://github.com/IntellectualCrafters/PlotSquared/wiki/TerrainControl)