Economy
The economy system in VortexPluginCore allows you to create and manage multiple currencies, including money and tokens. It integrates with Vault and supports custom economy configurations with flexible transaction settings.
Features
Multiple Economies – Supports different types of currencies (e.g., Money, Tokens).
Vault Integration – If Vault is installed, the plugin overrides Essentials Economy.
Custom Commands & Messages – Define balance commands, aliases, and messages for each economy.
Player Transactions – Players can check balances and send currency to others.
Admin Controls – Manage economies via in-game commands.
Commands
/balance
(/bal
) – Check your money balance./token
(/tokens
) – Check your token balance./pay <player> <amount>
– Send money to another player./eco give <player> <amount>
– Add currency to a player’s balance./eco take <player> <amount>
– Remove currency from a player’s balance./vpc economy delete <economy>
– Delete an economy from the database.
Configuration (config.yml
)
The economy system is fully configurable. Here’s how you can customize it:
Explanation of Config Options:
Toplist Size
– Number of players displayed in economy leaderboards.Toplist Update Interval
– How often (in minutes) the leaderboard refreshes.Economy Settings:
Allow Pay
– Enables/disables player-to-player transactions.Command
– The main command to check balance.Aliases
– Alternative command names.Messages
– Customizable messages for balance checks and transactions.Prefix/Suffix
– Formatting for displaying currency.Default
– The starting balance for new players.
Vault & Essentials Compatibility
If Vault is installed, the "money" economy will become the default Vault economy provider, overriding Essentials Economy. To prevent conflicts, disable these Essentials commands:
Last updated