Comment on page
Installation
- 2.Put "PlotSquared-Bukkit-6.x.jar" into your
plugins
folder - 3.
- 4.
- 5.Reboot the server and PlotSquared will generate all necessary files.
Version 6.0.0 and higher require Java 17 to run.
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 in this article.
You can convert to MySQL/SQLite at any time using the
/plot database
command.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.
- 1.(Stop your server and) delete the vanilla worlds
world
,world_nether
andworld_the_end
like selected below:

image
- 2.Then, open the file called
server.properties
; this is located in your server's root folder.
- Find the following line:
level-name=world
- Replace
world
with the name of your plot world. In this example case, we would need to name it toplotworld
. So it looks like this:
level-name=plotworld
- 3.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:
worlds:
plotworld:
generator: PlotSquared
- 4.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.If you use the plugin Multiverse you can create a world using the command
/mv create <worldname> normal -g PlotSquared
.Now you can edit the
/plugins/Multiverse-Core/worlds.yml
to change the default world options such as "pvp", "respawnWorld", "spawning" and etc.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:worlds:
plotworld:
generator: PlotSquared
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.