Minecraft PlotMe Plugin

Welcome to the official PlotMe wiki

Welcome to PlotMe wiki.

  1. Put PlotMe-Core.jar and PlotMe-DefaultGenerator.jar in your plugins folder
  2. Run your server to generate the PlotMe folder
  3. Feel free to change settings in the config.yml file in that folder
  4. In the PlotMe folder, there will be another folder by the name of PlotMe-DefaultGenerator. Open that folder and feel free to change the generation settings in the config.yml file.
  5. Use the command, /plotme reload, to reload the settings.

The world names in the config.yml files must be in lowercase! That is extremely important.
You must have your worlds defined in both the Generator config and the PlotMe config.

Creating a PlotWorld with Multiverse

  1. Set the generator for your world in the bukkit.yml file as shown below
  2. Use this command, /mv create {NAME} normal -g PlotMe-DefaultGenerator, to generate a Plotworld

Creating a PlotWorld without Multiverse

This is very simple. All you need to do is add the following code snippit in your bukkit.yml file. The following snippit is only an example and should be adapted based on names you set for your plotworlds.

Bukkit.yml Settings

worlds:
    plotworld:
        generator: PlotMe-DefaultGenerator
    plotworld2:
        generator: PlotMe-DefaultGenerator

If it doesn't work

In rare cases, Multiverse can fail loading your plotworld. To make sure this doesn't happen, it's safe to add the bukkit.yml settings as shown above

Video Tutorial by Koz4Christ

Upgrading from PlotMe 0.13 to PlotMe 0.15.x or 0.16.x

  1. If you haven't done so already, stop your server
  2. Delete your PlotMe.jar file from your plugins folder
  3. Download the newest PlotMe version from Spigot
  4. Unzip the folder and move PlotMe-Core.jar and PlotMe-DefaultGenerator.jar to your plugins folder
  5. Upgrading to the new generator if you do not have Multiverse or MultiWorld:
    • Open your bukkit.yml file
    • For each plotworld, change the generator name from "PlotMe" to "PlotMe-DefaultGenerator"
  6. Upgrading to the new generator if you do have Multiverse or MultiWorld:
    • Open the worlds.yml file found inside the Multiverse or MultiWorld folder.
    • For each plotworld, change the generator name from "PlotMe" to "PlotMe-DefaultGenerator"
    • If this does not work, copy and paste the bukkit.yml information from the setup page in your bukkit.yml file.
  7. If you modified the PlotMe config file or renamed the jar files, you did something wrong.
  8. If you completed all the steps above then you should be able to run PlotMe 0.15.2 or 0.16