> For the complete documentation index, see [llms.txt](https://sosparkly.gitbook.io/creativeplots/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sosparkly.gitbook.io/creativeplots/permissions.md).

# Permissions

* The configuration file has a option `Permission-Based` which toggles whether player commands require permissions. Otherwise all player commands are granted by default.

## Player Commands

<table><thead><tr><th width="220.94781494140625">Command</th><th width="219.0260009765625">Permission</th><th>Info</th></tr></thead><tbody><tr><td>/plot auto</td><td>plot.auto</td><td>Automatically claims a plot</td></tr><tr><td>/plot claim</td><td>plot.claim</td><td>Manually claims a plot you are in</td></tr><tr><td>/plot abandon</td><td>plot.abandon</td><td>Deletes your plot &#x26; cleans the builds</td></tr><tr><td>/plot list</td><td>plot.list</td><td>Lists all of your owned plots</td></tr><tr><td>/plot teleport</td><td>plot.teleport</td><td>Teleports to a plot number</td></tr><tr><td>/plot visit</td><td>plot.visit</td><td>Visit a players plot</td></tr><tr><td>/plot trust</td><td>plot.trust</td><td>Allow a friend to build on your plot</td></tr><tr><td>/plot untrust</td><td>plot.trust</td><td>Remove a friend from your plot</td></tr><tr><td><mark style="color:$info;">(pro)</mark> /plot home</td><td>plot.home</td><td>Teleport to your first plot</td></tr><tr><td><mark style="color:$info;">(pro)</mark> /plot flag</td><td>plot.flag</td><td>Add a flag to your plot</td></tr><tr><td><mark style="color:$info;">(pro)</mark> /plot merge</td><td>plot.merge</td><td>Combine two of your plots</td></tr><tr><td><mark style="color:$info;">(pro)</mark> /plot unmerge</td><td>plot.unmerge</td><td>Unmerge two connected plots</td></tr><tr><td><mark style="color:$info;">(pro)</mark> /plot buy</td><td>plot.buy</td><td>Buys a economy plot</td></tr><tr><td><mark style="color:$info;">(pro)</mark> /plot sell</td><td>plot.sell</td><td>Sells a economy plot</td></tr><tr><td><mark style="color:$info;">(pro)</mark> /plot rent</td><td>plot.rent</td><td>Rents a economy plot</td></tr><tr><td><mark style="color:$info;">(pro)</mark> /plot pay</td><td>plot.pay</td><td>Pays a due rent for plot</td></tr><tr><td><mark style="color:$info;">(pro)</mark> /plot biome</td><td>plot.biome</td><td>Set your plots biome</td></tr></tbody></table>

## Admin Commands

<table><thead><tr><th width="224.68829345703125">Command</th><th width="221.727294921875">Permission</th><th>Info</th></tr></thead><tbody><tr><td>/cp generate</td><td>plot.admin</td><td>Generates a new plot world</td></tr><tr><td>/cp load</td><td>plot.admin</td><td>Loads a unloaded plot world</td></tr><tr><td>/cp unload</td><td>plot.admin</td><td>Unloads a plot world</td></tr><tr><td>/cp delete</td><td>plot.admin</td><td>Delete a plot world</td></tr><tr><td>/cp warp</td><td>plot.admin</td><td>Teleport to a plot world</td></tr><tr><td>/cp cancel</td><td>plot.admin</td><td>Cancels a generation</td></tr><tr><td>/cp reload</td><td>plot.admin</td><td>Apply config changes</td></tr><tr><td><mark style="color:$info;">(pro)</mark> /cp check</td><td>plot.admin</td><td>Checks for certain lag issues</td></tr><tr><td><mark style="color:$info;">(pro)</mark> /cp expand</td><td>plot.admin</td><td>Expands the plot world</td></tr><tr><td><mark style="color:$info;">(pro)</mark> /cp editplot</td><td>plot.admin</td><td>Edit plot features</td></tr></tbody></table>

## Other Permissions

| Feature                   | Permission                   |
| ------------------------- | ---------------------------- |
| Amount people can claim   | plot.claim.# \| plot.claim.4 |
| Ignore claim protection   | plot.bypass                  |
| World edit usage          | plot.worldedit               |
| Exploit notifications     | plot.notify                  |
| Ignore exploit protection | plot.exploitbypass           |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sosparkly.gitbook.io/creativeplots/permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
