Saltar al contenido principal

Transaction Config Data

Structure: TransactionConfig

Configures the source/destination for funds (usually an external economy plugin) and feedback.

Configuration

amountPlaceholderString

Placeholder representing the player's external balance (e.g. %vault_eco_balance%). Used to check funds and deduct cost.

addCommandString

Console command run when money is withdrawn FROM storage TO player (e.g. eco give %player% {amount}).

removeCommandString

Console command run when money is deposited FROM player TO storage (e.g. eco take %player% {amount}).

Messages

addSuccessMessageString

Message on successful transaction (Storage -> Player).

addErrorMessageString

Message on failed transaction.

removeSuccessMessageString

Message on successful transaction (Player -> Storage).

removeErrorMessageString

Message on failed transaction.

noFundsMessageString

Message when player has 0 funds to move.