Physical economy for Vault
This Spigot plugin integrates with Vault to provide a unique, item-based economy system for your Minecraft server. Instead of relying solely on virtual balances, players use in-game items as physical currency, adding a layer of immersion and realism to your economy.
item: "diamond" # Define the item to be used as currency.
format: "{}$" # Customize how the currency is displayed in messages.
plural: "diamonds" # Plural form of the currency.
singular: "diamond" # Singular form of the currency.
This configuration will use diamonds as the currency, displayed as {amount}$, e.g., "5 diamonds" or "1 diamond".