Skip to content

PlotSquared Staff Reference

Public-safe technical notes for staff who configure or support PlotSquared on 1MoreBlock.

Verify destructive, economy-changing, permission-changing, and player-data commands against the installed build and an approved support case before running them.

CommandPermissionPurpose
/plot infoplots.infoInspects plot ownership and state.
/plot setowner <player>plots.admin.command.setownerTransfers plot ownership.
/plot clearplots.clearClears a plot; requires confirmation and approved scope.
/plot deleteplots.deleteDeletes a plot claim; destructive.
/plot debugpasteplots.admin.command.debugpasteCreates diagnostic output; review before sharing.
PermissionPurposeSuggested access
plots.useBase PlotSquared usage.Players in plot worlds
plots.plot.<amount>Plot claim limit pattern.Ranks
plots.admin.*Administrative bypass and management.Server administrators only
PlaceholderPurpose
%plotsquared_currentplot_owner%Current plot owner in common PlaceholderAPI expansion.
%plotsquared_currentplot_alias%Current plot alias.
%plotsquared_has_plot%Whether the player owns a plot; verify exact expansion version.
  • FAWE powers plot generation and large operations.
  • WorldGuard/WorldEdit tools can interact with plot worlds but PlotSquared ownership remains authoritative.
  • BlueMap rendering and markers may include plot worlds according to map policy.
/plot info
/plot setowner <player>
/plot clear
  • Record plot ID, world, owner UUID, trusted/member lists, and exact command.
  • Check plot permission and plot-area configuration before granting global bypass.
  • Back up or create a schematic before destructive recovery actions where practical.