Updated ChestShop Compatibility (markdown)

NotMyFault 2021-04-27 17:35:58 +02:00
parent a6b000a7df
commit 3f57f1472a
1 changed files with 4 additions and 4 deletions

@ -1,5 +1,7 @@
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 plotworld. (If you use ChestShop in more than one then apply the following changes to all worlds)
2. Find your plotworld. (If you use ChestShop in more than one then apply the following changes to all of those worlds)
3. Change the following from this:
```YML
flags: {}
@ -10,6 +12,4 @@ to this:
use: '#signs'
```
4. This will let players interact with all types and states of signs.
5. Then use `/plot reload`
**_This also applies to the SignShop Plugin and any plugin which uses signs._**
5. Then use `/plot reload`