mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2024-12-04 02:23:22 +01:00
15 lines
474 B
Markdown
15 lines
474 B
Markdown
# External module
|
|
|
|
The external module contains all the integration to other plugins.
|
|
|
|
## WorldGuard
|
|
|
|
It adds three flags:
|
|
- **create-shop**:
|
|
Whether the player can create shop in the WorldGuard area
|
|
- **use-shop**:
|
|
Whether the player can use shop if he is not a member in the WorldGuard area
|
|
- **use-admin-shop**:
|
|
Whether the player can use admin shop if he is not a member in the WorldGuard area
|
|
|
|
You can define the default value of these flags in the configuration. |