TransactionConfig
Configures the source/destination for funds (usually an external economy plugin) and feedback.
Configuration
Placeholder representing the player’s external balance (e.g.
%vault_eco_balance%). Used to check funds and deduct cost.Console command run when money is withdrawn FROM storage TO player (e.g.
eco give %player% {amount}).Console command run when money is deposited FROM player TO storage (e.g.
eco take %player% {amount}).Messages
Message on successful transaction (Storage -> Player).
Message on failed transaction.
Message on successful transaction (Player -> Storage).
Message on failed transaction.
Message when player has 0 funds to move.