File Details
PlotPlus-2.0.0-beta.2.jar
- B
- Jan 30, 2026
- 16.90 MB
- 42
- Early Access
File Name
PlotPlus-2.0.0-beta.2.jar
Supported Versions
- Early Access
[2.0.0-beta.2] - 2026-01-30
New Features
Customizable Chat Prefix
- Chat prefix
[Plots]is now fully customizable via language files - Set
"prefix": "YourPrefix"in any language file to customize - Set
"prefix": ""(empty) to completely disable the prefix - Each language can have its own prefix (e.g., Turkish uses
[Arsalar])
i18n Auto-Merge System
- Missing translation keys are now automatically added to user language files
- When new keys are added in updates, they merge into existing translations
- User customizations are preserved during merge
- Eliminates need to manually update language files after plugin updates
Improvements
- Turkish translations updated with proper Turkish characters (ö, ü, ç)
- All language files restructured to new nested JSON format
[2.0.0-beta.1] - 2026-01-30
Breaking Changes
This is a major update with breaking changes. Server admins need to update their configurations.
Translation Key Changes
All translation keys have been restructured for better organization. If you have custom translations, you need to update them.
Key structure changes:
| Old Key | New Key |
|---------|---------|
| error.player_only | error.common.player_only |
| error.player_not_found | error.common.player_not_found |
| error.cancelled | error.common.cancelled |
| success.plot.claimed | success.claim.claimed |
| success.plot.teleport | success.teleport.plot |
| success.plot.cleared | success.reset.cleared |
| success.plot.transferred | success.transfer.transferred |
| success.merge.success | success.merge.merged |
| success.middle | success.teleport.middle |
| success.deny | success.deny.denied |
| success.kick.success | success.kick.kicked |
| success.sethome | success.sethome.set |
Permission Changes
| Old Permission | New Permission |
|---|---|
plots.sethome |
plots.set.home |
plots.alias |
plots.alias.set |
plots.desc |
plots.set.desc |
plots.unmerge |
plots.unlink |
plots.claim (for /plot auto) |
plots.auto |
New Features
Plot Marketplace
/plot sell <price>- List your plot for sale/plot sell cancel- Remove plot from sale/plot buy- Purchase the plot you're standing on- Sale status shown in
/plot info - New permissions:
plots.command.sell,plots.command.buy - New database table:
plot_salesfor marketplace listings
New Commands
/plot kick <player|*>- Kick players from your plot/plot middle- Teleport to plot center (works with merged plots)/plot sethome- Set custom home location for your plot/plot alias <name>- Give your plot a custom name/plot desc <text>- Set a description for your plot/plot add <player>- Add player (can build when you're online)/plot delete- Delete your own plot (with refund if economy enabled)
Command Changes
/plot unmergerenamed to/plot unlink(unmerge still works as alias)/plot transferrenamed to/plot setowner(now admin-only command)/plot resetrenamed to/plot clear(reset still works as alias)/plot banrenamed to/plot deny(ban still works as alias)/plot untrustrenamed to/plot remove(untrust still works as alias)/plot visitnow supports visiting plots by alias name
New Admin Permissions
Server admins can now grant specific permissions instead of full plots.admin:
plots.admin.command.trust- Trust players on any plotplots.admin.command.add- Add players to any plotplots.admin.command.remove- Remove from any plotplots.admin.command.deny- Deny players on any plotplots.admin.command.kick- Kick from any plotplots.admin.command.clear- Clear any plotplots.admin.command.merge- Merge any plotsplots.admin.command.unlink- Unlink any plotsplots.admin.command.flag- Set flags on any plotplots.admin.command.sethome- Set home on any plotplots.admin.command.desc- Set description on any plotplots.admin.command.setowner- Change owner of any plotplots.admin.alias.set- Set alias on any plotplots.admin.sell.bypass- Sell/cancel sale on any plotplots.admin.command.setup- Create plot worldsplots.admin.command.reload- Reload pluginplots.admin.command.worldtp- Teleport to plot worldsplots.admin.command.deleteworld- Delete plot worlds
Membership System
- New role: Member (via
/plot add) - Can build only when owner is online - Trusted players (via
/plot trust) - Can build anytime - Members and trusted shown separately in
/plot info
Other Improvements
- Plot info now shows alias, description, and sale status
- Confirmation required for
/plot confirmcommand - Restructured translation files for better organization
- Various bug fixes and improvements

