Skip to content

messages.yml

goflishMC edited this page Oct 22, 2024 · 1 revision

Overview

The messages file displays text to admins and players.


Main

General messages:

Main:
  NoPermission: '&cYou are not allowed to do this!'
  AlreadyBought: '&cYou already purchased that!'
  ShopNotExisting: '&cThat shop is not existing...'
  ShopItemNotExisting: '&cThat shop item is not existing...'
  OpenShop: ' '
  OpenShopOtherPlayer: '&6Opening Shop &c%shop% &6for %player%&6.'
  CloseShopOtherPlayer: '&6Closed inventory of %player%&6.'
  CloseShop: ' '
  InventoryFull: '&cYour inventory does not have enough free space left!'
  PlayerNotFound: '&cPlayer %name% not found!'
  ClickSpamWarning: '&cPlease wait for an other %time_left% seconds until you can use this again.'
  OffensiveClickSpamWarning: '&4Warning: Please do not click that fast.'
  OffensiveClickSpamKick: '&4Kicked for clickspam.'
  NeedItemInHand: '&cYou need an item in your main hand in order to be able to execute this command.'
  PrintedItemInfo: '&6All item information has successfully been saved here: &7''/plugins/Genesis/ItemDataStorage.yml''&6.'
  ListAndSeparator: ' & '
  ListOrSeparator: ' or '

Economy

Messages related to the economy settings:

Economy:
  NoAccount: '&cYou don''t have an economy account!'

NotEnough

Messages related to letting players/admins know they don’t have enough of the specified currency:

NotEnough:
  Money: '&cYou don''t have enough Money!'
  Item: '&cYou don''t have enough Items!'
  Points: '&cYou don''t have enough Points!'
  Exp: '&cYou don''t have enough EXP!'
  Or: '&cYou don''t have enough resources!'

Enchantment

Messages related to enchantment conditions:

Enchantment:
  Invalid: '&cYou can''t enchant the item in your main hand with this enchantment!'
  EmptyHand: '&cYou need to have an item in your hand!'

Display

General messages:

Display:
  Exp: '%levels% Exp Levels'
  Money: '%money% Money'
  Points: '%points% Points'
  Item: '%items%'
  ItemAll: 'all %item%'
  ItemAllBuy: 'a filled inventory of %item%'
  ItemAllEach: '%value% each'
  Nothing: 'nothing'
  BungeeCordServer: 'Server teleport to %server%'
  BungeeCordCommand: 'BungeeCord commands: %commands%'
  Close: 'Close shop'
  Command: 'Console commands: %commands%'
  Custom: 'Unknown'
  Enchantment: 'Enchantment: %type% level %level%'
  Permission: 'Permissions: %permissions%'
  PlayerCommand: 'Commands: %commands%'
  PlayerCommandOp: 'Commands: %commands%'
  Shop: 'Open shop %shop%'
  Page: 'Open shop page %page%'

Time

Messages related to time:

Time:
  Seconds: '%time% seconds'
  Minutes: '%time% minutes'
  Hours: '%time% hours'
  Days: '%time% days'
  Weeks: '%time% weeks'
Clone this wiki locally