-
Notifications
You must be signed in to change notification settings - Fork 2
Economy and Currencies
DynamicShop3 supports several currency backends.
| Integration | Currency type | Notes |
|---|---|---|
| Vault-compatible economy | Money | Uses the Vault API |
| PlayerPoints | Points | PlayerPoints balance as shop currency |
| Jobs Reborn | Points | Uses the jp currency integration |
| MultiCurrency | Server-defined currency | Optional; supports named currencies |
DynamicShop3 integrates with the Vault API rather than requiring one specific economy implementation. Install Vault plus an economy provider that exposes the Vault economy API.
Install PlayerPoints and select the PlayerPoints currency for a shop when the integration is available.
Jobs Reborn points can be selected through the jp currency integration. Make sure the Jobs plugin is loaded before testing shop transactions.
MultiCurrency is optional. A shop can select a specific server-defined currency without replacing the existing Vault economy.
DynamicShop3 uses the MultiCurrency public API and includes transaction protection/recovery for unfinished MultiCurrency orders.
Use the shop editor or:
/ds shop <shop> currency <currency>
The exact currency name depends on the installed integration and its available currencies.