# Customizable Messages
messages:
balance:
self: "Your balance is: %balance%"
other: "%player%'s balance is: %balance%"
pay:
success: "Paid %amount% to %player%."
received: "Received %amount% from %player%."
insufficient_funds: "Insufficient funds."
player_not_found: "Player not found."
usage: "Usage: /pay <player> <amount>"
setbalance:
success: "Set %player%'s balance to %amount%."
usage: "Usage: /setbalance <player> <amount>"
addbalance:
success: "Added %amount% to %player%'s balance."
usage: "Usage: /addbalance <player> <amount>"
removebalance:
success: "Removed %amount% from %player%'s balance."
insufficient_funds: "Insufficient funds for this operation."
usage: "Usage: /removebalance <player> <amount>"
error:
no_permission: "You do not have permission to use this command."
only_players: "Only players can use this command."
invalid_amount: "The amount provided is invalid."