Skip to content

Economy and Currencies

Cupjok edited this page Sep 11, 2026 · 1 revision

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

Vault

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.

PlayerPoints

Install PlayerPoints and select the PlayerPoints currency for a shop when the integration is available.

Jobs Reborn

Jobs Reborn points can be selected through the jp currency integration. Make sure the Jobs plugin is loaded before testing shop transactions.

MultiCurrency

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.

Selecting a currency

Use the shop editor or:

/ds shop <shop> currency <currency>

The exact currency name depends on the installed integration and its available currencies.

Clone this wiki locally