Skip to content

Integrations

Nouish edited this page Feb 22, 2025 · 2 revisions

Integrations

Integrated plugins are those that EzChestShopReborn is aware of and can work together with.

Important

Vault and a Vault-compatible economy provider is required* to use EzChestShopReborn.

* In versions 1.8.x and earlier a fallback XP-based economy is used if no suitable economy provider is present. This is deprecated, and will be removed in version 1.9.x.

Vault is a popular API for Minecraft economies, and provides methods to let plugins share a common economy.

It is not an economy plugin, so you must choose a provider if you don't already have one.

Popular options include EssentialsX.

When the integration is active, all transactions will be forwarded to CoreProtect.

This will open up transaction history for CoreProtect commands and API.

Note

It will not be possible to distinguish a "physical" action (for example taking directly from a chest) from an EzChestShopReborn transaction.

This can be important information in the event someone steals from a backing container if protection is disabled.

Configuration

Config Node Default Description
integration.coreprotect true Controls if the CoreProtect integration is active.

This integration allows the use of custom WorldGuard flags to manage shop creation and access in different regions.

Warning

WorldGuard requires flags be registered before the WorldGuard plugin is enabled.

For this reason, reloading the plugin live is discouraged and may leave the plugin in a broken state.

The use of PlugMan is generally discouraged.

Configuration

Config Node Default Description
integration.worldguard true Controls if the WorldGuard integration is active.

This integration limits the creation of shops to within pre-defined shop plots only.

Configuration

Config Node Default Description
integration.towny.shops-only-in-shop-plots true Controls if the Towny integration is active.
Clone this wiki locally