Updated ChestShop Compatibility (markdown)

NotMyFault 2020-02-16 16:01:55 +01:00
parent cf102ad1da
commit 1c1278e852

@ -1,16 +1,14 @@
## This guide is for PlotSquared versions <= 1.12.2 and 1.13+
1. Open your worlds.yml file.
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)
3. Change the following from this:
4. If you are on 1.14, you have to use string IDs, such as `birch_sign` etc.
```YML
flags: {}
```
to this:
to this, the following will allow the usage of all signs in all stances:
```YML
flags:
use: 63,68
use: ACACIA_SIGN, ACACIA_WALL_SIGN, BIRCH_SIGN, BIRCH_WALL_SIGN, DARK_OAK_SIGN, DARK_OAK_WALL_SIGN, JUNGLE_SIGN, JUNGLE_WALL_SIGN, LEGACY_SIGN, LEGACY_SIGN_POST, OAK_SIGN, OAK_WALL_SIGN, SPRUCE_SIGN, SPRUCE_WALL_SIGN
```
Then use `/plot reload`
4. Then use `/plot reload`
**_This also applies to the SignShop Plugin._**
**_This also applies to the SignShop Plugin and any plugin which uses signs._**