lang
Configuration guide for the language file.
# ***********************
# * Language Settings *
# ***********************
command-console: "§cThis command can only be used by a player."
reload-complete: "§aReload complete."
reload-error: "§cReload failed, check the console for more details."
maximum-items-reached: "§cYou have reached your maximum number of items for sale."
price-must-be-valid-number: "§cThe price must be a valid number."
price-must-be-more-than-zero: "§cThe price must be greater than zero."
price-must-be-less-than: "§cThe price must be less than %maximum%."
quantity-must-be-valid-number: "§cThe quantity must be a valid number."
quantity-must-be-more-than-zero: "§cThe quantity must be greater than zero."
quantity-must-be-less-than-64: "§cThe quantity must be less than 64 (1 stack)."
no-quantity-for-this-item: "§cYou cannot sell this quantity for this item."
no-item-in-hand: "§cYou are not holding an item."
item-added-success: "§aItem successfully added."
not-enough-quantity: "§cYou don't have the specified quantity."
announce-sale: "§b%player%§f has put %item% for sale §a/ah §e(%price%$)"
is-a-blocked-material: "§cYou cannot sell this item."
is-a-blocked-name: "§cYou cannot sell this item with this name."
can-not-remove: "§cCannot remove, your item has just been purchased."
remove-success: |
§aItem successfully removed.
§7The item has been returned to your inventory.
can-not-view: "§cCannot view content, your item has just been purchased or has expired."
can-not-buy: "§cCannot buy, the item has just been purchased or has expired."
gui-redirection: "§7You have been redirected to the previous page."
item-buy-success: |
§aItem successfully purchased.
§7Your buy : §f%item%§c (-%price%$)
§7The item has been returned to your inventory.
item-buy-success-to-seller: "§fYour item %item% has just been purchased by §a%player% §e(+%price%$)."
item-expired-seller: "§fYour item %item% has just expired."
items-purged-successfully: "§a%items-count% items purged successfully."
join-buy-message: "§fDuring your absence :"
join-buy-message-item: "§7▸ §b%buyer%§f buy your %item% §e(+%price%$)"
# Time
day: "day"
hour: "hour"
minute: "minute"
second: "second"
# Title menus
gui-my-items: "My Items (Page %page%/%page-max%)"
gui-confirm: "Auction House (Confirm)"
gui-main: "Auction House (Page %page%/%page-max%)"
gui-content: "Auction House (Content)"
# Items menus
button-refresh-symbol-on: "§a▸"
button-refresh-symbol-off: "§0▸"
button-access-text: "§a Click to access"
button-change-text: "§a Click to change"
auction-house-my-items-title: "§aMy Items"
auction-house-my-items-lore: |
§7Access my items
§7
auction-house-back-title: "§aAuction House"
auction-house-back-lore: |
§7Return to the auction house
§7
auction-house-back-page-title: "§bPrevious Page"
auction-house-back-page-lore: |
§7Go to page %page%
§7
auction-house-next-page-title: "§bNext Page"
auction-house-next-page-lore: |
§7Go to page %page%
§7
button-confirm: "§aConfirm"
button-confirm-lore: |
§7Confirm the purchase
button-cancel: "§cCancel"
button-cancel-lore: |
§7Cancel the purchase and return to the
§7previous page
not-in-sale-anymore: "§cNo longer available for purchase"
auction-house-item-not-enough-money: "§cYou don't have enough money"
auction-house-item-lore-cancel-menu: |
§f§m §r
§7Price: §e%price%$
§7Expiration: §6%expiration%
§f§m §r
auction-house-item-lore-bought-menu: |
§f§m §r
§7Buyer: §b%buyer%
§7Price: §e%price%$
§7Date: §6%date%
§f§m §r
auction-house-item-inventory-full: "§cCannot proceed, your inventory is full"
auction-house-item-button-cancel-left-when-view: "§a (Left-click) to remove"
auction-house-item-button-cancel-right-when-view: "§a (Right-click) to view the content"
auction-house-item-button-cancel: "§a Click to remove"
auction-house-item-lore-confirm-menu: |
§f§m §r
§7Seller: §b%seller%
§7Price: §e%price%$
§7Expiration: §6%expiration%
§f§m §r
auction-house-item-button-main-left-when-view: "§a (Left-click) to buy"
auction-house-item-button-main-right-when-view: "§a (Right-click) to view the content"
auction-house-item-button-main: "§a Click to buy"
auction-house-item-lore-main-menu: |
§f§m §r
§7Seller: §b%seller%
§7Price: §e%price%$
§7Expiration: §6%expiration%
§f§m §r
time-oldest: "➲ Oldest"
time-newer: "➲ Newer"
category-all: "➲ All"
category-tools: "➲ Tools"
category-weapons: "➲ Weapons"
category-blocks: "➲ Blocks"
category-armors: "➲ Armors"
category-other: "➲ Other"
filter-in-sale: "➲ In sale"
filter-expired: "➲ Expired"
filter-bought: "➲ Sold"
sort-category: "§bSort by category"
sort-time: "§bSort by date"
sort-filter: "§bFilter"
# Error messages
error: "§cAn error occurred, please contact an administrator (error code: %code%)"
error-insertion-item: "Error inserting an item for the player: %player%"
error-aplayer-null: "Error retrieving aPlayer for the player: %player%"
error-creation-gui: "Error creating a GUI for the player: %player%"
error-remove-item: "Error removing an item for the player: %player%"
You can customize all the messages.
Last updated