# ChestShop Compatibility

## Usage

The follow steps applies to the **SignShop plugin** and **any plugin which uses signs**:

1. Open your `/plugins/PlotSquared/settings/worlds.yml` file.
2. Find your plot world. (If you use ChestShop in more than one world then apply the following changes to all of those worlds)
3. Change the following from this:

```yaml
 flags: {}
```

to this:

```yaml
 flags:
   use: '#signs'
```

4. This will let players interact with all types and states of signs.
5. Then use `/plot reload`


---

# Agent Instructions: 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://intellectualsites.gitbook.io/plotsquared/features/chestshop-compatibility.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.
