Updated ChestShop Compatibility (markdown)

NotMyFault 2020-02-18 18:11:31 +01:00
parent a8e7b12038
commit a60d071fd5

@ -4,11 +4,12 @@
```YML
flags: {}
```
to this, the following will allow the usage of all signs in all stances:
to this:
```YML
flags:
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
use: ACACIA_SIGN, ACACIA_WALL_SIGN
```
4. Then use `/plot reload`
4. This will let players interact with acacia signs and acacia signs on walls. If you want to add more signs, you need to add them A link to the valid material names can be found [here](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html).
5. Then use `/plot reload`
**_This also applies to the SignShop Plugin and any plugin which uses signs._**