Skip to main content
Structure: TransactionConfig Configures the source/destination for funds (usually an external economy plugin) and feedback.

Configuration

amountPlaceholder
String
Placeholder representing the player’s external balance (e.g. %vault_eco_balance%). Used to check funds and deduct cost.
addCommand
String
Console command run when money is withdrawn FROM storage TO player (e.g. eco give %player% {amount}).
removeCommand
String
Console command run when money is deposited FROM player TO storage (e.g. eco take %player% {amount}).

Messages

addSuccessMessage
String
Message on successful transaction (Storage -> Player).
addErrorMessage
String
Message on failed transaction.
removeSuccessMessage
String
Message on successful transaction (Player -> Storage).
removeErrorMessage
String
Message on failed transaction.
noFundsMessage
String
Message when player has 0 funds to move.