| plotworld | This is the name of your map. You can have multiple times this section if you intend on having more than one map. |
| PlotAutoLimit | This is the amount of plots that the command /plot auto, will loop. 100 means 100x100 plots will be scanned. Increase this when the command returns an error. "No plot found within 10000 plots. Contact an admin." |
| PathWidth | This is the width of the paths INCLUDING the plot walls. |
| PlotSize | This is the size of one side of each plots and excludes the wall. The walls cannot be modified by plot owners. |
| BottomBlockId | This is the block at the bottom of the world. By default it is bedrock. |
| WallBlockId | This is the block around each plot. By default it is half-step. Other values could be 0 (air). |
| PlotFloorBlockId | This is the top layer of each plot. |
| PlotFillingBlockId | This is the content between the top layer and the bottom layer in each plot. |
| RoadMainBlockId | This is the block which is around the roads, and the block used for the circle between the plots. |
| RoadStripeBlockId | This is the used for the road. |
| RoadHeight | This is the height at which the road is. |
| DaysToExpiration | This is the number of days at which plots expire. Setting this to 0 makes the plots never expire. Expired plots are not deleted or cleared, they are simply added to the list of expired plots at "/plotme expired". |
| ProtectedBlocks | This is the list of blocks which users cannot interact with on other players plots. If a player owns the plot, he can still use these blocks. Use a plugin like WorldGuard to block them for everyone. To remove all blocks, put "ProtectedBlocks: []". By default these are protected: |
| 54 - Chest |
| 61 - Furnace |
| 62 - Burning Furnace |
| 120 - End Portal Frame |
| 94 - Repeater On |
| 93 - Repeater Off |
| 84 - Jukebox |
| 25 - Note Block |
| 118 - Cauldron |
| 117 - Brewing Stand |
| 138 - Beacon |
| 140 - Flower Pot |
| 145 - Anvil |
| PreventedItems | This is the list of items which users cannot use on other players plots. If a player owns the plot, he can still use these items. Use a plugin like WorldGuard to block them for everyone. To remove all items, put "PreventedItems: []". By default these are blocked: |
| 351:15 - Bonemeal |
| 259 - Flint and Steel |
| 328 - Minecart |
| 343 - Minecart with Furnace |
| 342 - Minecart with Chest |
| 333 - Boat |
| ProtectedWallBlockId | This is the block the wall will be when the plot is protected. |
| ForSaleWallBlockId | This is the block the wall will be when the plot is for sale. |
| AuctionWallBlockId | This is the block the wall will be when the plot in auction. |
| AutoLinkPlots | When this is true, a players plots are linked together. |
| DisableExplosion | When this is true, explosions are disabled. |
| DisableIgnition | When this is true, ignition is disabled. |
| economy | This is the list of configurations related to economy, it requires Vault to use. |
| UseEconomy | This means this plot world will use economy. Both this and the global option need to be on for economy to be enabled. |
| CanPutOnSale | When this is true, players can sell their plots. |
| CanSellToBank | When this is true, players can sell their plots to the bank with sell bank. |
| RefundClaimPriceOnReset | When this is true, players get their money back when their plot is reset. |
| RefundClaimPriceOnSetOwner | When this is true, players get their money back when a plot changes owner using the /plot setowner, command. |
| ClaimPrice | Price to claim an unassigned plot, used for /plot auto, and /plot claim. |
| ClearPrice | Price to clear a plot. |
| AddPlayerPrice | Price to add a player to a plot. |
| DenyPlayerPrice | Prices to deny a player from a plot. |
| RemovePlayerPrice | Price to remove a player from a plot. |
| UndenyPlayerPrice | Price to undeny a player from a plot. |
| PlotHomePrice | Price to use the /plot home, command. |
| CanCustomizeSellPrice | When this is true, players can manually set how much they put their plot for sell for. A player will need to buy it at that price. |
| SellToPlayerPrice | Default price when selling a plot, if not set. |
| SellToBankPrice | Price when selling to the bank. |
| BuyFromBankPrice | Price when buying a plot from the bank. |
| AddCommentPrice | Price to add a comment. |
| BiomeChangePrice | Price to change biome. |
| ProtectPrice | Price to protect the plot. |
| DisposePrice | Price to dispose of the plot. |
| usemySQL | If this is false, PlotMe will use a SQLLite file located in the plugin subfolder next to this configuration file. If set to true, the plugin will use MySQL. |
| mySQLconn | Connection string with MySQL. |
| mySQLuname | Username for MySQL. |
| mySQLpass | Password for MySQL. |
| globalUseEconomy | When this is true, plot worlds with UseEconomy true will have economy. Requires Vault to use. |
| AdvancedLogging | Server logs actions taken by people on plots, like claims, moves, etc. |
| ShowMoneyChanges | Server logs when money is added or substracted. |
| Language | Caption file to use in the format "caption-language.yml" |
| allowWorldTeleport | When this is true, enable interworld teleportation. Allows a player to teleport to the first plot world when using home/tp/auto and an additional optional argument for the name of the world to go to. |
| defaultWEAnywhere | When this is true, players with the permission plotme.admin.weanywhere won't need to type it in when logging on the server. Use the command to disable WEAnywhere. |
| auto-update | When this is true, the plugin will auto-update when a new update is released. |
| allowToDeny | When this is true, a player can deny another player from their plot. |