Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
A plot is a protected zone that belongs to an owning player. This plugin allows players to buy plots with money, let friends use the area, remove their plot, and free other's plots by killing them and burning their heads.
Making a Plot
To make a plot, buy a plot deed with /buydeed
, right click (or hold if on bedrock using geyser) while holding the deed, then use the /plot
command to create your plot. (details about both commands below)
Important Commands
Plots can be managed by using /plot
commands while standing in the target plot.
Plots can also be edited remotely by using the /plot @[plot]
format.
/buydeed
/buydeed [amount] - Gives you a deed in exchange for an amount of money (from an economy plugin) configurable in modded.yml.
/plot
/plot claim - Creates a plot of a configurable size in the center of where you are standing.
/plot scan - Shows a visual border of a plot if you are standing in one.
Freeing someone else's plot
This feature can be useful for war servers to add danger without having excessive griefing. If you want to free someone else's plot, you can do so by obtaining the head of that plot's owner (by killing them), and throwing it in a fire. This will free a random plot that player has and announce the coordinates in chat to everyone.
PlayerPlot vs PlayerPlot Modded
This is a fork of the 1.17 player-plot plugin (which is under the MIT license) by sword7 with the following changes:
Changes from original
- When a player is killed, their head will be dropped with custom name and lore. You can burn this head-item(e.g. drop it in fire) and if the player has a plot, it will be released and a message will be broadcasted.
- Border Visual Bug for 1.18.2 is fixed. Note: The code for world borders changes almost every update so this fix may only work on 1.18.2. Additionally, you need Player World Border API (See Dependencies)
- Adds new command
/buydeed <amount>
(the amount parameter is optional and set to 1 by default) with permission "playerplot.modded.buydeed": It lets the player buy PlotDeeds for a configurable amount of coins. - Adds "modded.yml" file where you can customize every configurable aspect of these modded features.
Dependencies:
Vault (for /buydeed)
An Economy Plugin (for /buydeed)
WorldBorderAPI (for World Border Fix)
Not using these dependencies is not supported and may stop the whole plugin from working.
Credit:
Creator of PlayerPlot (Sword7)
Creator of PlayerPlot Modded (Arionas03)
Maintainer and Owner of PlayerPlot Modded (DiamonC)