#
#
#+------------------------------+
#| |
#| Messages |
#| |
#+------------------------------+
# Message Key
# < > = Mandatory, must use at least one option
# [ ] = Mandatory, must enter some custom input
# ( ) = Optional, may or may not enter some input
# { } = Placeholder
# Description
# message: "value"
# {placeholder} - definition
messages:
#Prefix of every message
prefix: "&aMcMines &7| &r"
#When the command sender doesn't have the required permission
command-no-permission: "&cYou have no permission to do this."
#When the player doesnt permission to interact with the mine
interact-no-permission: "&cYou don't have permission to interact with Mine &4{mine_name}&c."
#Called when player tries to create duplicate mine
mine-already-exists: "&4&lERROR &cMine &4{mine_name} &calready exists."
#Called when player tries to create duplicate hologram
hologram-already-exists: "&4&lERROR &cHologram &4{holo_name} &calready exists."
#When hologram is not found
hologram-not-found: "&6&lWARNING &eCannot find hologram &c{holo_name}&e."
#When hologram is not found
hologram-line-not-found: "&6&lWARNING &eCannot find hologram line &c#{holo_line_number}&e."
#When player tries to reference a material that isnt valid or isnt a block
material-not-found: "&6&lWARNING &6{material}&e is not a valid block."
#When mine referenced was not found
mine-not-found: "&6&lWARNING &eCannot find mine &c{mine_name}&e."
#When player tries to remove a block thats not in the mine
block-in-mine-not-found: "&6&lWARNING &eMine &6{mine_name} &edoes not contain &6{material}&e."
#Sent to console if command requires player
must-be-player: "&cYou must be a player to do this."
#Sent to player if command requires console
must-be-console: "&cYou must be the console to do this."
#Sent when mine is created with a name longer than one word
name-too-long: "&4&lERROR &cThe name &4{mine_name} &cis too long."
#Sent when command is incorrectly entered
mine-command-usage: "&4&lUSAGE &c/mine [create, delete, rename, add, remove, reset, version, reload, option, warp]"
#Sent when command is finished executing
mine-create-command-completed: "&fCreated the mine &e{mine_name}&f."
#Sent when command is incorrectly entered
mine-create-command-usage: "&4&lUSAGE &c/mine create [Name]"
#Sent when command is finished executing
mine-delete-command-completed: "&fDeleted the mine &e{mine_name}&f."
#Sent when command is incorrectly entered
mine-delete-command-usage: "&4&lUSAGE &c/mine delete [Name]"
#Sent when command is finished executing
mine-rename-command-completed: "&fRenamed the mine &e{mine_old_name}&f to &e{mine_name}&f."
#Sent when command is incorrectly entered
mine-rename-command-usage: "&4&lUSAGE &c/mine rename [Old Name] [New Name]"
#Sent when command is finished executing
mine-add-command-completed: "&fAdded &e{material}&f the mine &e{mine_name}&f, with a &e{chance}%&f chance."
#Sent when command is incorrectly entered
mine-add-command-usage: "&4&lUSAGE &c/mine add [Name] [Material] [Chance]"
#Sent when command is finished executing
mine-remove-command-completed: "&fRemoved &e{material}&f from the mine &e{mine_name}&f."
#Sent when command is incorrectly entered
mine-remove-command-usage: "&4&lUSAGE &c/mine remove [Name] [Material]"
#Sent when command is finished executing
mine-reset-command-completed: "&fReset mine &e{mine_name}&f."
#Sent when command is incorrectly entered
mine-reset-command-usage: "&4&lUSAGE &c/mine reset [Name]"
#Sent when command is finished executing
mine-option-command-completed: "&fSet &e{option}&f for mine &e{mine_name}&f to &e{value}&f."
#Sent when command is incorrectly entered
mine-option-command-usage: "&4&lUSAGE &c/mine option [Name] [Option] [Value]"
#Sent when command is incorrectly entered
mine-warp-command-usage: "&4&lUSAGE &c/mine warp [Name]"
#Sent when command is finished executing
mine-warp-command-completed: "&fYou have been teleported to mine &e{mine_name}&f."
#Sent when command is incorrectly entered
mine-info-command-usage: "&4&lUSAGE &c/mine info [Name]"
#Sent when command is finished executing
mine-info-command-completed: "&b&lINFO &eMine {mine_name}&f: \n&7 - Percent Mined: &e{percent_mined} \n&7 - Next Reset: &e{next_reset} \n&7 - Last Reset: &e{last_reset} &7\n - Children: &e{children}"
#Sent when command is incorrectly entered
mine-version-command-usage: "&4&lUSAGE &c/mine version"
#Sent when command is incorrectly entered
mine-reload-command-usage: "&4&lUSAGE &c/mine reload"
#Sent when command is finished executing
mine-reload-command-completed: "&aPlugin has been reloaded."
#Sent when command is incorrectly entered
mine-hologram-command-usage: "&4&lUSAGE &c/mine hologram [Name] [Create, Delete, Teleport, Edit]"
#Sent when command is incorrectly entered
mine-hologram-create-command-usage: "&4&lUSAGE &c/mine hologram [Name] create [Name]"
#Sent when command is finished executing
mine-hologram-create-command-completed: "&fHologram &e{holo_name}&f has been added to the mine &e{mine_name}&f. Edit with: &6/mine hologram {mine_name} addline {holo_name} {line}&f."
#Sent when command is incorrectly entered
mine-hologram-delete-command-usage: "&4&lUSAGE &c/mine hologram [Name] delete [Name]"
#Sent when command is finished executing
mine-hologram-delete-command-completed: "&fHologram &e{holo_name}&f has been removed from the mine &e{mine_name}&f"
#Sent when command is incorrectly entered
mine-hologram-addline-command-usage: "&4&lUSAGE &c/mine hologram [Name] addline [Name] [Line]"
#Sent when command is finished executing
mine-hologram-addline-command-completed: "&fThe line &e{holo_line}&f has been added to the hologram &e{holo_name}&f."
#Sent when command is incorrectly entered
mine-hologram-setline-command-usage: "&4&lUSAGE &c/mine hologram [Name] setline [Name] [Line#] [Line]"
#Sent when command is finished executing
mine-hologram-setline-command-completed: "&fLine has been set to &e{holo_line}&f for hologram &e{holo_name}&f."
#Sent when command is incorrectly entered
mine-hologram-teleport-command-usage: "&4&lUSAGE &c/mine hologram [Name] teleport [Name]"
#Sent when command is finished executing
mine-hologram-teleport-command-completed: "&fTeleported the hologram &e{holo_name}&f to your location."
#Sent when player is in mine creation mode
mine-creation-mode-enabled: "&b&LINFO &fMine creation mode has been &aenabled&f."
#Sent when player leaves mine creation mode
mine-creation-mode-disabled: "&b&LINFO &fMine creation mode has been &cdisabled&f."
#Sent when player selects a mine location
mine-creation-set-location: "&b&LINFO &fMine &e{mine_name}&f's {location_type} has been set to &eX: {x}, Y: {y}, Z: {z}&f."
#Sent when player tries to save the locations set, but they didn't set them all.
mine-creation-not-enough-locations: "&4&LERROR &cYou did not set all three locations for the mine."
mine:
item: CARROT_ON_A_STICK