Installation
Last updated
Last updated
Put "PlotSquared-Bukkit-7.x.jar" into your plugins
folder
If you don't have it installed already, or is required.
If you are updating from a previous major release, such as v3, v4 or v5, read page first.
Reboot the server and PlotSquared will generate all necessary files.
This section explains how to configure PlotSquared database access.
PlotSquared allows the database types "MYSQL" and "SQLite". If you don't know the difference of both systems you find a short compare .
Please remember that you can use MySQL or SQLite, but not both at the same time.
If you don't have a MySQL database, storage will be automatically set to "SQLite" and you may skip this step. (The config file is located at /plugins/PlotSquared/config/storage.yml
.)
Enabling MySQL also supports other storage types like MariaDB:
Navigate to /plugins/PlotSquared/config/storage.yml
Configure the credentials for your MySQL database.
If you don't need a vanilla world you can set up the default world as a plotworld.
(Stop your server and) delete the vanilla worlds world
, world_nether
and world_the_end
like selected below:
Then, open the file called server.properties
; this is located in your server's root folder.
Find the following line:
Replace world
with the name of your plot world. In this example case, we would need to name it to plotworld
. So it looks like this:
Edit the bukkit.yml: ** Open the file called bukkit.yml
(it's also stored in your server's root folder). Now we need to tell the server which generator based on the world should be generated, otherwise your world generation will be messed up.
The value we are going to edit does not exist in the file yet, so we need to add this at the bottom of the file:
Then you can follow the next steps.
You can create a plotworld using the setup wizard. Use /plot setup
to start the wizard. + Every step requires the command, e.g. /plot setup PlotSquared
and replace "PlotSquared" with your desired value. When you are done, PlotSquared will teleport you to the generated plotworld.
Sometimes PlotSquared will be unable to switch the generators for your plotworlds. If this is the case, you will need to manually switch the generator over while the server is stopped.
Open the bukkit.yml
file (located in your server's root folder) and change the generator while the server is stopped using the following format:
Customize the road between the plots with predefined schematics.
Allow to generate a plotworld with a custom schematic in all plots.
The player get a custom plot schematic with a claim. If you wish, the player can define a plot-schematic with the claim-command.
You can now create the plotworld or setup in an existing world.
If you use the plugin you can create a world using the command /mv create <worldname> normal -g PlotSquared
.
Replace plotworld
with the name of your plotworld. ()
Instruction:
Instruction:
Instruction: