messages.yml

ManticRods Configuration Files

# Prefix for the majority of messages
prefix: '&8[&6Mantic&eRods&8]&7'

invalid-player: '&cYou have entered an invalid player name!'
player-not-specified: '&cYou need to specify a player.'

not-enough: '&cYou do not have enough shards to purchase this! &7(Cost: {cost})'
reset: '&cYour shards have been reset!'
set: '&cYour shards have been set to {amount}.'
removed: '&d{amount} &ashards have been removed from your account.'
paid-by: '&d{amount} &ashards have been paid to you by &d{player}&a.'
paid-to: '&aYou have paid &d{amount} &ato &d{player}&a.'
given-to: '&aYou have given &d{amount} &ashards to &d{player}&a.'
given-by: '&d{amount} &ashards have been given to you by &d{player}&a.'
balance-self: '&aYour balance is &d{amount} &ashards.'
balance-other: '&a{player}''s balance is &d{amount} &ashards.'

passed-captcha: '&aYou have passed the Captcha, you can continue catching fish!'
failed-captcha: '&cYou have failed the Captcha, you must wait 60 Seconds to try again!'
failed-captcha-kick:
- '&cYou have failed the Captcha, you have been kicked!'
timeout-captcha: '&cYou have timed out, you must wait 60 Seconds to try again!'
cooldown-captcha: '&cYou have to wait {time} to do this!'
captcha-inventory-title: Click the {0}

fish-caught: '&aYou have caught &d{amount} &afish!'
fish-caught-other: '&d{player}&a has caught &d{amount} &afish!'
cannot-use-on-player: '&cYou cannot use this on a player!'

rod-received: '&aYou have been given a Rod!'
not-holding-rod-message: '&cYou need to have a Rod in your hand to use this!'
toggled-autosell: '&aYou have toggled AutoSell to {state}.'
must-have-autosell: '&cYou need to have AutoSell unlocked to use this!'
autosell-toggled-true: '&a&l✔'
autosell-toggled-false: '&c&l✘'

money-received-chat: '&aYou have been paid &c{amount} &afrom your last sell!'
money-received-action-bar: '&aYou have been paid &c{amount} &afrom your last sell!'

max-level: '&cMax Level'
upgrade-success: '&aYou have upgraded your {enchant}&a to level {level}!'

item-purchase-success: '&aYou have purchased {item}&a for &c{cost} &ashards!'

item-drop-confirmation-title: '&cDrop again to confirm!'
item-drop-confirmation-subtitle: '&cAre you sure you want to drop this item?'

fish-top-placeholder-format: '{name} - {amount}'
shard-top-placeholder-format: '{name} - {amount}'

cannot-use-in-world: |-
  &cYou cannot use this in this world!
  &cAllowed Worlds: {worlds}

# If they are empty they will not send.
help-messages:
  title: '{0} &a&lAvailable Commands:'
  rod: ' &7/{0} give <player> <type> <max=true/false>'
  captcha: ' &7/{0} <player>'
  upgrade: ' &7/{0}'
  currency: ' &7/{0}'
  currency-top: ' &7/{0}'
  shop: ' &7/{0}'
  fish: ' &7/{0}'
  fish-top: ' &7/{0}'

currency-help-messages:
  title: '&a/shards help &eBrings you to this menu'
  balance: '&a/shards balance &eLets you check your own shard balance'
  balance-other: '&a/shards balance <player> &eLets you check the shard balance of
    others'
  shop: '&a/shards shop &eLets you open the Shard Shop'
  pay: '&a/shards pay <player> <amount> &eLets you pay your shards to other players'
  give: '&a/shards give <player> <amount> &eLets you gift players shards'
  remove: '&a/shards remove <player> <amount> &eLets you remove shards from players'
  set: '&a/shards set <player> <amount> &eLets you set shard balance of a player'
  reset: '&a/shards reset <player> &eLets you reset the shards of a player'
  reset-all: '&a/shards resetall &eLets you reset the shards of EVERY player'

Last updated