Skip to content

Commands & Permissions

Zoriot edited this page Sep 29, 2025 · 9 revisions

A list of all commands and their functions.

Each command has an individual permission depending on its name. For example, the command /plot teleport requires the permission plotsystem.plot.teleport. Some commands have a other permission structure, which is explained in the respective section. If there is a alias, the permission is the same as the main command. We use wildcards, so you don't have to add every single permission to a group.

General Commands

Commands which can be given to all players.

  • /companion - Open the Companion menu (Display all city projects, manage your ongoing projects and more...).
  • /plots, /plots <Player> - Shows all plots of the given player.
  • /tpll <lat> <lon> - Teleport to a specific RL coordinate.
  • /tutorial - Opens the tutorial menu.
  • /cancelchat - Cancels the chat input - Permission: plotsystem.chatcancel.

Plot Commands

Commands which can be given to all players.

Permission: plotsystem.plot.*

  • /plot help - List all plot commands.
  • /plot links - Sends you the links of the plot you are currently on.
  • /plot teleport <ID> /plot tp <ID> - Teleport to a specific plot.
  • /plot submit /plot submit <ID> - Submit a unfinished plot.
  • /plot abandon /plot abandon <ID> - Abandons a unfinished plot.
  • /plot feedback /plot feedback <ID> - Shows all feedback information of a plot (Points, Feedback and Reviewer).
  • /plot invite <Accept/Deny> - Accept or deny a incoming invitation.
  • /plot undosubmit /plot undoSubmit <ID> - Undo a submission of a unreviewed plot.
  • /plot members - Opens the member menu

Reviewer Commands

Commands which can be given to reviewers.

Permission: plotsystem.review.* + plotsystem.review

  • /review - Open the review menu or review plot menu.
  • /undoreview <ID> - Undo a review of a plot.
  • /editfeedback <ID> <Text> - Updates feedback of a plot.
  • /editplot - Enables/disables build permissions for reviewers on a plot.

Admin Commands

Commands which can be given to administrators.

Permission: plotsystem.admin.* + plotsystem.admin

  • /deleteplot <ID> - Delete a plot from the system.
  • /setleaderboard <Name> - Sets the position of a leaderboard hologram
  • /preload - Reloads config and holograms

Admin Setup Commands

Commands which can be given to administrators.

Permission: plotsystem.admin.pss.*

BuildTeam

Permission: plotsystem.admin.pss.buildteam.*

  • /pss buildteam list
  • /pss buildteam add <Name>
  • /pss buildteam remove <BuildTeam-ID>
  • /pss buildteam setname <BuildTeam-ID> <Name>
  • /pss buildteam addreviewer <BuildTeam-ID> <Name>
  • /pss buildteam removereviewer <BuildTeam-ID> <Name>
  • /pss buildteam criteria <BuildTeam-ID>
  • /pss buildteam assigncriteria <BuildTeam-ID> <Criteria-Name>
  • /pss buildteam removecriteria <BuildTeam-ID> <Criteria-Name>

Server

Permission: plotsystem.admin.pss.server.* + plotsystem.admin.pss.server

  • /pss server list
  • /pss server add <Name> <BuildTeam-ID>
  • /pss server remove <Name>

Country

Permission: plotsystem.admin.pss.country.* + plotsystem.admin.pss.country

  • /pss country list
  • /pss country add <Code> <Continent> <Material> <CustomModelData?>
  • /pss country remove <Country-Code>
  • /pss country setmaterial <Country-Code> <Material> <CustomModelData?>

City

Permission: plotsystem.admin.pss.city.* + plotsystem.admin.pss.city

  • /pss city list
  • /pss city add <City-Prject-Name> <Country-Code> <Server-Name> <Build-Team-ID>
  • /pss city remove <City-ID>
  • /pss city setserver <City-ID> <Server-Name>
  • /pss city setbuildteam <City-ID> <Build-Team-ID>
  • /pss city setvisible <City-ID> <True/False>

Difficulty

Permission: plotsystem.admin.pss.difficulty.* + plotsystem.admin.pss.difficulty

  • /pss difficulty list
  • /pss difficulty setmultiplier <Difficulty-ID> <Multiplier>
  • /pss difficulty setrequirement <Difficulty-ID> <Score Requirement

ReviewCriteria

Permission: plotsystem.admin.pss.review.* + plotsystem.admin.pss.review

  • /pss review list
  • /pss review add <Name> <Is-Optional>
  • /pss review remove <Name>
  • /pss review setoptional <Name> <Is-Optional>

Note

If you use the sponge permission style you only need the base permission. For example you don't need plotsystem.admin.pss.buildteam.*, you only need plotsystem.admin.pss.buildteam.

Clone this wiki locally