Commands

Complete list of player and administrator commands.

Player Commands

All player commands use the base command /plot (aliases: /plots, /dzialka).

CommandDescription
/plot panelOpens the plot management dashboard
/plot infoDisplays information about the current plot
/plot homeTeleports to your plot’s home location
/plot sethomeSets the plot’s home location
/plot sethomeiconSets the plot’s home icon (held item)
/plot invite <player>Invites a player to your plot
/plot accept <id>Accepts a plot invitation
/plot kick <player>Kicks a member from your plot
/plot leaveLeaves a plot you are a member of
/plot ban <player>Bans a player from your plot
/plot unban <player>Unbans a player from your plot
/plot openOpens your plot to all players
/plot closeCloses your plot to non-members
/plot limitsShows your plot creation limits
/plot visualizeVisualizes plot borders
/plot flyToggles flying on plots
/plot rating <1-5>Rates a plot
/plot rankingShows the top ranked plots
/plot warpsLists available plot warps
/plot warp <name>Teleports to a plot warp
/plot warp set <name>Creates or updates a plot warp
/plot warp delete <name>Deletes a plot warp
/plot craftingShows the plot block crafting recipe

/plot panel

Opens the main plot management GUI where you can manage flags, members, biomes, upgrades, and more.

  • Permission: plots.command.limits
  • Usage: /plot panel

/plot info

Displays detailed information about the plot you are currently standing on.

  • Permission: plots.command.info
  • Usage: /plot info

/plot home

Teleports you to your plot’s home location. Has a configurable warmup timer (default: 5 seconds).

  • Permission: plots.command.home
  • Usage: /plot home

/plot sethome

Sets the current location as the plot’s home teleport point. Must be standing inside the plot.

  • Permission: plots.command.sethome
  • Usage: /plot sethome

/plot invite

Sends an invitation to a player to join your plot as a member. The invitation expires after the configured timeout (default: 5 minutes).

  • Permission: plots.command.invite
  • Usage: /plot invite <player>

/plot accept

Accepts a pending plot invitation using the plot ID provided in the invitation message.

  • Permission: plots.command.accept
  • Usage: /plot accept <id>

/plot kick

Removes a member from your plot.

  • Permission: plots.command.kick
  • Usage: /plot kick <player>

/plot leave

Leaves a plot that you are a member of. The plot owner cannot use this command.

  • Permission: plots.command.leave
  • Usage: /plot leave

/plot ban

Bans a player from entering your plot. Banned players cannot enter even if the plot is open.

  • Permission: plots.command.ban
  • Usage: /plot ban <player>

/plot unban

Removes a ban from a player, allowing them to enter your plot again.

  • Permission: plots.command.unban
  • Usage: /plot unban <player>

/plot open & /plot close

Toggles whether non-members can enter your plot. When closed, only members can enter the plot territory.

  • Permission: plots.command.close
  • Usage: /plot open or /plot close

/plot fly

Toggles flight mode while on plot territory. Only works on plots where you are the owner or a member (configurable).

  • Permission: plots.command.fly
  • Usage: /plot fly

/plot visualize

Displays plot borders using particles or blocks for a limited time (default: 60 seconds).

  • Permission: plots.command.visualize
  • Usage: /plot visualize

/plot warp

Manages plot warps β€” named teleport points within plots.

  • Permission: plots.command.warp / plots.command.warp.set / plots.command.warp.delete
  • Usage: /plot warp <name>, /plot warp set <name>, /plot warp delete <name>

Tip: Creating a warp costs a configurable amount (default: 300). The cost is deducted from Vault or item economy.

/plot rating

Rates the plot you are currently standing on with a score from 1 to 5.

  • Permission: plots.command.rating
  • Usage: /plot rating <1-5>

Administrator Commands

All admin commands use the base command /plotsadmin (alias: /pa).

CommandDescription
/plotsadmin give <player> <amount> [size]Gives plot blocks to a player
/plotsadmin add <player> <plotid>Adds a member to a plot
/plotsadmin kick <player> <plotid>Kicks a member from a plot
/plotsadmin plots <player>Lists a player’s plots
/plotsadmin expiration <plotid> <time> <unit>Extends a plot’s expiration
/plotsadmin ban <player> <plotid>Bans a player from a plot
/plotsadmin unban <player> <plotid>Unbans a player from a plot
/plotsadmin delete <plotid>Deletes a plot
/plotsadmin setbiome <plotid> <biome>Sets a plot’s biome
/plotsadmin setflag <plotid> <flag> <true|false>Sets a plot flag
/plotsadmin economyitem <player> <amount>Gives economy items to a player
/plotsadmin reloadReloads all configuration files

/plotsadmin give

Gives plot blocks to a player. Optionally specify a preset size.

  • Permission: plots.command.admin.give
  • Usage: /plotsadmin give <player> <amount> [size]

/plotsadmin expiration

Extends a plot’s expiration time by the specified amount.

  • Permission: plots.command.admin.expiration
  • Usage: /plotsadmin expiration <plotid> <time> <unit>

Tip: Available time units: HOURS, DAYS, WEEKS, MONTHS.

/plotsadmin setflag

Directly sets a plot flag without going through the GUI.

  • Permission: plots.command.admin.setflag
  • Usage: /plotsadmin setflag <plotid> <flag> <true|false>

/plotsadmin reload

Reloads all configuration files without restarting the server.

  • Permission: plots.command.admin.reload
  • Usage: /plotsadmin reload

Permissions

Player Permissions

PermissionDescription
mineplots.*All player permissions
plots.command.acceptAccept plot invitations
plots.command.infoView plot information
plots.command.craftingView plot block recipe
plots.command.inviteInvite players to plot
plots.command.kickKick members from plot
plots.command.leaveLeave a plot
plots.command.limitsView limits and open panel
plots.command.closeOpen/close plot access
plots.command.homeTeleport to plot home
plots.command.sethomeSet plot home location
plots.command.sethomeiconSet plot home icon
plots.command.visualizeVisualize plot borders
plots.command.banBan players from plot
plots.command.unbanUnban players from plot
plots.command.ratingRate plots
plots.command.rankingView plot rankings
plots.command.warpUse plot warps
plots.command.warp.setCreate/update warps
plots.command.warp.deleteDelete warps
plots.command.flyToggle flight on plots

Admin Permissions

PermissionDescription
mineplots.admin.*All admin permissions
plots.command.admin.giveGive plot blocks
plots.command.admin.addAdd members to plots
plots.command.admin.kickKick members from plots
plots.command.admin.plotsView player’s plots
plots.command.admin.expirationExtend plot expiration
plots.command.admin.banBan players from plots
plots.command.admin.unbanUnban players from plots
plots.command.admin.deleteDelete plots
plots.command.admin.setbiomeSet plot biomes
plots.command.admin.setflagSet plot flags
plots.command.admin.economyitemGive economy items
plots.command.admin.reloadReload configuration

Bypass Permissions

PermissionDescription
mineplots.bypass.*All bypass permissions
plots.bypassBypass plot restrictions
plots.teleport.bypassBypass teleport restrictions
plots.flying.bypassBypass flying restrictions