> 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/economy.md).

# Economy

* Economy configs will generate when config.yml option Economy-Based is true & you reload
* economy.yml - Purchase-Mode true means all plots will be purchasable with /plot buy
* economy.yml - Purchase-Mode false means all plots will be for rent with /plot rent

## Shown commands if economy is enabled

<table><thead><tr><th width="292.0125732421875">Command</th><th>Info</th></tr></thead><tbody><tr><td><mark style="color:$info;">(pro)</mark> /plot buy</td><td>New command for purchasing a plot</td></tr><tr><td><mark style="color:$info;">(pro)</mark> /plot rent</td><td>New command for renting a plot</td></tr><tr><td><mark style="color:$info;">(pro)</mark> /plot sell &#x3C;price></td><td>Player can put their plot for sale, still using it until bought</td></tr><tr><td><mark style="color:$info;">(pro)</mark> /plot pay</td><td>Pay your rent if you didnt have the money prior</td></tr></tbody></table>

## Hidden commands if economy is enabled

<table><thead><tr><th width="292.0125732421875">Command</th><th>Info</th></tr></thead><tbody><tr><td>/plot claim</td><td>Claims a plot for free</td></tr><tr><td>/plot auto</td><td>Automatically claims a plot for free</td></tr><tr><td>/plot merge</td><td>Merges free plots</td></tr><tr><td>/plot unmerge</td><td>Unmerges free plots</td></tr></tbody></table>

## Expire Actions

<table><thead><tr><th width="292.0125732421875">Setting</th><th>Info</th></tr></thead><tbody><tr><td>Expire-Action: PREVENT_ALL</td><td>Cant do anything until payment</td></tr><tr><td>Expire-Action: PREVENT_BUILD</td><td>Cant build but can interact and open chests</td></tr><tr><td>Expire-Action: ERASE_ALL</td><td>Deletes the plot and everything in it</td></tr><tr><td>Expire-Action: DO_NOTHING</td><td>Dont do anything, player can use plot without paying</td></tr></tbody></table>


---

# 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:

```
GET https://sosparkly.gitbook.io/creativeplots/economy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
