Supported Currencies

📝 Atualizado em 11/03/2026

Vault (Server Money)

Requirements:

  • Vault plugin installed
  • Economy plugin (EssentialsX, CMI, etc.)

Features:

  • Uses server's main economy
  • Displays prices in dollars ($)
  • Supports decimal values (e.g., $10.50)
  • Automatic balance checking

Configuration:

shop-creation:
  currency-shops-admin-only: false  # Allow non-admins to create

PlayerPoints (Points System)

Requirements:

  • PlayerPoints plugin installed

Features:

  • Uses points instead of money
  • Displays prices in points
  • Integer values only
  • Separate from main economy

Use Cases:

  • Reward shops
  • Event shops
  • VIP shops
  • Achievement rewards

BOTH (Dual Currency System) 🌟 NEW!

Requirements:

  • Vault plugin installed (for money)
  • PlayerPoints plugin installed (for points)

Features:

  • Flexible payment options - Each item can accept:
    • Only Vault (money)
    • Only PlayerPoints (points)
    • Both currencies (player pays with whichever they have)
  • Smart payment detection - Automatically detects which currency player has
  • Priority system - If player has both currencies, Vault is used first
  • Per-item configuration - Mix different payment methods in same shop

How it Works:

  1. Create shop and select "BOTH" currency type
  2. Add items to shop
  3. Right-click each item to configure its currency:
    • Vault Only - Item costs money only
    • Points Only - Item costs points only
    • Both - Item accepts either currency
  4. Set price(s) for each currency
  5. Players see both prices in item lore
  6. Plugin automatically charges the currency player has available

Use Cases:

  • Flexible shops - Let players choose payment method
  • Mixed economy - Some items for money, others for points
  • Accessibility - Players without money can use points and vice versa
  • Event rewards - Accept both earned points and regular money

Example Configuration:

Diamond Shop (BOTH currency):
├── Diamond Sword - Vault Only: $500
├── Diamond Pickaxe - Points Only: 1000 points
├── Diamond Block - Both: $100 OR 200 points
└── Enchanted Book - Both: $250 OR 500 points

Display in Shop:

  • Vault Only items show: "Preço: $500.00"
  • Points Only items show: "Preço: 1000 pontos"
  • Both items show: "Preço: $100.00 OU 200 pontos"

Item Trade (Barter System)

Requirements:

  • None (built-in feature)

Features:

  • Trade items for other items
  • No money involved
  • Perfect for survival servers
  • Supports any item type

How it Works:

  1. Shop owner sets item to sell
  2. Shop owner sets item to receive
  3. Player trades items directly
  4. No currency needed

Examples:

  • 3 Diamonds → 1 Diamond Sword
  • 64 Iron Ingots → 16 Gold Ingots
  • 1 Netherite Ingot → 4 Diamond Blocks

Important Notes:

  • Shop owner must have trade items (for SELL shops)
  • Shop owner must be online (for item delivery)
  • Items are transferred directly between players