Skip to content
Cupjok edited this page Sep 11, 2026 · 1 revision

Vault

DynamicShop3 uses the Vault API for money-based shops.

Setup

  1. Install Vault.
  2. Install a Vault-compatible economy provider.
  3. Start the server and verify both plugins load successfully.
  4. Select the Vault economy currency for the shop.

DynamicShop3 does not require one specific economy plugin; the provider must expose the Vault economy API correctly.

Troubleshooting

If a money shop cannot charge or pay players:

  • Check the economy provider is loaded.
  • Check Vault reports an economy provider.
  • Check the player has enough balance.
  • Check the shop currency is configured for the intended backend.
  • Check the console for economy-provider errors.

Do not run multiple competing economy providers unless you understand which provider is registered through Vault.

Official Vault resource: https://www.spigotmc.org/resources/vault.34315/

Clone this wiki locally