en-US.yml
//Use voucher item material display name Lore setting
//and display content of Title during use
Voucher:
large:
display-name: '&bLarge Vault Voucher'
lore:
- '&e- &6Get a large vault'
- '&e- &6Right-click to use'
title: '&eCongratulation!!'
subtitle: '&aReceived &bNO.%large_vault_number% &aLarge Vault'
medium:
display-name: '&aMedium Vault Voucher'
lore:
- '&e- &6Get a medium vault'
- '&e- &6Right-click to use'
title: '&eCongratulation!!'
subtitle: '&aReceived &bNO.%medium_vault_number% &aMedium Vault'
//The vault title displayed when opening the vault
//The title cannot contain numbers
Vault:
Large_title: 'Large vault #'
Medium_title: 'Medium vault #'
//The vault title displayed when opening the queried player's vault
//using the Check command
//The title cannot contain numbers
Check:
Player_online:
Large_title: "Player %player% 's large vault #"
Medium_title: "Player %player% 's medium vault #"
Player_offline:
Large_title: "OfflinePlayer %player% 's large vault #"
Medium_title: "OfflinePlayer %player% 's medium vault #"
Messages:
//Prompt messages when opening the main menu (/inv)
Open_main_gui: '&eOpening Main GUI..'
//The prompt messages displayed when using the command /inv keys toggle
Toggle_enabled: '&aKey-bind F function was enabled.'
Toggle_disabled: '&cKey-bind F function was disabled.'
Toggle_unable_command: '&cThis command is not allowed.'
Toggle_unable_keys: '&cThis function is not allowed.'
//Prompt messages when player no permission
No_permission_command: '&cYou have no permission to do that.'
No_permission_vault: '&cYou have no permission to open vault.'
//Send messages when player try to put a item which in blacklist
Vault_blacklist_items: '&cThe item has been banned from vault'
//Send messages when using vouchers
Voucher_full: '&cYou already have all the vault of the current type, You cant use this voucher!'
Voucher_give: '&eSuccessfully give player &f%player% &ea vault voucher'
Voucher_use_large: '&eReceived &aNO.%large_vault_number% &elarge vault'
Voucher_use_medium: '&eReceived &aNO.%medium_vault_number% &emedium vault'
Voucher_cannot_use: '&cYou cannot use this voucher'
//Send messages when using command: /inv check
Check_player_error: '&cPlease enter the right player name.'
Check_unknown_player: '&cUnknown player'
//Prompt message when attempting to enter /inv or/inv check in the console
Not_console_command: '&cThis command is only in game.'
//Prompt information when using/inv give to redeem vouchers in the console
Console_give_voucher_player_error: '&cPlayer offline..'
Console_give_voucher_large_notice: '&eSuccessfully give player &f%player% &elarge vault voucher.'
Console_give_voucher_medium_notice: '&eSuccessfully give player &f%player% &emedium vault voucher.'
Console_give_voucher_large: '&eReceived a large vault voucher.'
Console_give_voucher_medium: '&eReceived a medium vault voucher.'
Command_reload: '&ePlugin reloaded...'
Unknown_number: '&cUnknown number.'
Last updated