You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
negative-transfer: <red>(!) The amount to transfer must be greater than zero.</red>
427
-
428
-
# Insufficient funds. All placeholders from ‘messages.balance’ are available.
429
-
insufficient-funds: <red>(!) Your account has insufficient funds. You have <gray><balance-formatted></gray></red>
430
-
431
-
closing-balance: <red>(!) You cannot close an account that has a non-zero balance. This account has <gray><balance-formatted></gray></red>
432
-
player-only: <red>(!) You must be a player to use this command.</red>
433
-
player-not-found: <red>(!) Player not found.</red>
434
-
435
-
# You must have a specific item to convert to an instrument.
436
-
# Placeholders:
437
-
# <material> → The item type that is required (the item ID).
438
-
# <material-key> → Item translation key, can be as ‘<lang:<material-key>>’.
439
-
instrument-requires-item: <red>(!) You must have <gray>x1 <lang:<material-key>></gray> in your inventory to create a bank card from.</red>
440
-
441
-
# Target player’s inventory is full.
442
-
# Placeholder <player> is the target player’s name.
443
-
target-inventory-full: <red>(!) The inventory of <gray><player></gray> is full.</red>
444
-
445
-
block-too-far: <red>(!) The targeted block is too far away.</red>
446
-
pos-already-exists: <red>(!) A POS already exists at this location.</red>
447
-
pos-not-chest: <red>(!) The targeted block is not a chest.</red>
448
-
pos-double-chest: <red>(!) The POS cannot be a double chest.</red>
449
-
pos-empty: <red>(!) The chest is empty. POS cancelled.</red>
450
-
pos-invalid-card: <red>(!) You need a valid bank card to use POS.</red>
451
-
pos-no-permission: <red>(!) You do not have permission to use POS.</red>
452
-
no-card: <red>(!) You must hold your bank card to use this.</red>
453
-
pos-items-changed: <red>(!) The items in the chest have changed. POS cancelled.</red>
454
-
pos-create-business-only: <red>(!) You can only create a POS with a business account.</red>
455
-
456
-
# Provided string includes disallowed characters
457
-
# Placeholder <characters> is the disallowed characters.
458
-
disallowed-characters: <red>(!) The provided string contains disallowed characters:</red> <gray><characters></gray>
459
-
460
-
already-frozen: <yellow>(!) This account is already frozen.</yellow>
461
-
not-frozen: <gold>(!) This account is not frozen.</gold>
462
-
negative-invoice: <red>(!) The amount to invoice must be greater than zero.</red>
463
-
invoice-not-found: <red>(!) Invoice not found.</red>
464
-
invoice-pay-self: <red>(!) You cannot pay your own invoice with the same account. You can use a different account.</red>
465
-
invoice-already-paid: <red>(!) This invoice has already been paid.</red>
466
-
467
-
# Cannot send this invoice to this player because either:
468
-
# a) the invoice has a set buyer and that’s not this player; OR
469
-
# b) the player does not have permission to view invoices not meant for them.
470
-
invoice-cannot-send: <red>(!) You cannot send this invoice to that player because they don’t have permission to view it.</red>
471
-
472
-
player-never-joined: <red>(!) This player has never joined this server.</red>
473
-
async-failed: <red>(!) The request failed. See the console for details.</red>
474
-
delete-vault-account: <red>(!) You cannot delete this account.</red>
475
-
transfer-to-server-vault: <red>(!) You cannot transfer funds to this account. This account is for internal use only.</red>
476
-
477
403
# Account balance.
478
404
# Available placeholders:
479
405
# <account> → Account name.
@@ -743,3 +669,77 @@ messages:
743
669
# Placeholders:
744
670
# <version> → The new BankAccounts version number, e.g. ‘1.10.1’.
745
671
update-available: <hover:show_text:'<white>Click to view update</white><newline><gray> - Changelog & release notes<newline> - Download links'><click:open_url:https://modrinth.com/plugin/bankaccounts/version/<version>><dark_gray>[<green>BankAccounts</green>]</dark_gray> <white>A new version <green><version></green> has been released.</white><newline><gray>Please update to get the latest bug fixes and features.</gray><newline> <green>> Click to view update<green></click></hover>
672
+
673
+
# Error messages.
674
+
errors:
675
+
no-accounts: <red>(!) You have no bank accounts.</red>
676
+
no-permission: <red>(!) You do not have permission to use this command.</red>
677
+
account-not-found: <red>(!) Account not found.</red>
0 commit comments