Messages

Information about messages.yml

All messages:

noPermission: "&cSorry but you do not have permission to execute this command \n &c(&7{0}&c)"
unknownPlayer: "&cCould not find player: &7{0}&c!"
noPlayer: "&cYou must specify a player!"
missingArgs: "&cYou are missing &7{0}&c argument! &cSetting it to &7{1}&c."
missingArg: "&7You are missing &c{0} argument!"
mustBePlayer: "&cOnly players can execute this command!"

mainCommand:
  unknownSubCommand: "&7Could not find &c{0} &7subcommand!"
  helpShowCommand: "&8{0} &7 -> &8{1}"
  helpShow:
    - ""
reloadCommand:
  successfully: "&7Successfully reloaded messages.yml and config.yml!"

giveCommand:
  unknownCrop: "&cCould not find &7{0}&c crop in config.yml!"
  cropGiven: "&7You have been given a crop &c(&7{0}&c)!"

cleanCommand:
  successfully: "&7Successfully cleaned: &c{0}&7 data!"
  error: "&cError occured while cleaning: &7{0} &cdata!"

cantBreak: "&cSorry but you can't break this crop!"
cantPlace: "&cSorry but you can't place custom crops!"
waitPlace: "&cPlease wait before placing a crop again!"
waitbreak: "&cPlease wait before breaking a crop again!"
cooldown: "&cPlease wait &b{time}&c seconds before using a hoe again"

hoe:
  amountNotSpecified: "&7You didnt specify amount of hoes to give setting it to &b1&7."
  unknownHoe: "&cHoe &b{hoe} &cdoesn't exist!"
  wrongMaterial: "&cHoe isn't configured correctly! Material: {material}"
  noHoe: "&cNo hoe with name of &b{hoe}&c can be found in configuration"
  givenTo: "&7You have given hoe - &b{id}&7 with name of &b{hoe}&7 to &b{target}"
  givenHoe: "&7You have been given hoe - &b{id}&7 with name of &b{hoe}&7 from &b{giver}"
  noUsesLeft: "&cSorry but this hoe has no uses left"


gui:
  # Same for all menus.
  createNew: "&bAdd new."
  nextPage: "&bGo to the next page."
  prevPage: "&bGo to the previous page"
  # Main crops gui.
  CropsGui:
    inventoryName: "&bEditing crops!"
    alreadyExists: "&cThis crop already exists in config."
  # Crop item drops menu.
  itemDropsGui:
    invalidMaterial: "&cPlease enter correct material name! You entered: &7{}&c."
    enterValidFormat: "&cEnter the valid format &7<MATERIAL>:<MIN-DROP>:<MAX-DROP>&c. Entered: &7{0}&c."
    iconLore:
      - "&bLeft click to edit."
      - "&bRight click to remove."
  # part of CropEdit Menu.
  cropEditGui:
    inventoryName: "&bEditing: &e{0}"
    cropName:
      itemName: "&bCrop name: &7{0}"
      lore:
        - "&7Click to edit."
    cropDisplayName:
      name: "&bCrop name: &7{0}"
      lore:
        - "&7Click to edit."
    cropTypeItem:
      name: "&bCrop type: &7{0}"
      invalidItem: "&cInvalid item!"
      lore:
        - "&7Click to edit."
    gainAndStrenghtItem:
      name: "&bStrength and Gain"
      lore:
        - ""
        - "&7R-Click to edit gain"
        - "&7L-Click to edit strength"
        - ""
        - "&7Gain min: &e{0}&7 max: &e{1}"
        - "&7Strength min: &e{2}&7 max: &e{3}"
    commandDrops:
      chatMessage:
        - ""
        - "&bEnter command you want crop to have."
        - ""
      itemName: "&bCommand drops."
      lore:
        - "&7Click to edit."
    messagesDrops:
      chatMessage:
        - ""
        - "&bEnter message you want crop to have."
        - "&c[player] &7put this in front of message to send message to player."
        - "&c[console] &7put this in front of message to send message to console."
        - "&c[broadcast] &7put this in front of message to send message to everywhere."
        - "&7Variables: &c%p&7 = player, &c%cropname&7 = crop displayname, &c%cropid&7 = cropname in config."
        - ""
      itemName: "&bMessages drops."
      lore:
        - "&7Click to edit."
    itemDrops:
      itemName: "&bItem drops."
      lore:
        - "&7Click to edit."
    customItemDrops:
      itemName: "&bCustom drops."
      lore:
        - "&7Click to edit."
  commandDropsGui:
    inventoryName: "&bEditing command."
    command:
      name: "&bCommand"
      lore:
        - "&7Command: &b{0}"
  messageDropsGUI:
    message:
      name: "Message"
      player: "Player"
      console: "Console"
      broadcast: "Broadcast"
      lore:
        - "&7Message: &b{0}"
        - "&7Type: &b{1}"
    inventoryName: "6bEditing messages."
    invalidCommand: "&cInvalid command?"

Last updated