Message.yml

Default File

messages:
  prefix: '&7[&6WEconomy&7]'
  getMoney: '%prefix% &7Your balance is: &a%current% &6$'
  negativeAmount: '%prefix% &cYou cannot put a negative amount!'
  playerNotFound: '%prefix% &cPlayer not found!'
  insufficientFunds: '%prefix% &cInsufficient funds!'
  payYourself: '%prefix% &cYou cant pay yourself!'
  paySend: '%prefix% &aYou payed &2%receiver% &6%amount% &6$'
  payReceive: '%prefix% &2%sender% &apayed you &6%amount% &6$'
  giveSend: '%prefix% &bYou give &3%receiver% &6%amount% &6$'
  giveReceive: '%prefix% &3%sender% &bgive you &6%amount% &6$'
  removeSend: '%prefix% &cYou remove &4%receiver% &6%amount% &6$'
  removeReceive: '%prefix% &4%sender% &cremove you &6%amount% &6$'
  balTopOnline: '&e✪ &6[%rank%] &a%player% &7(%amount% &6$&7)'
  balTopOffline: '&e✪ &6[%rank%] &c%player% &7(%amount% &6$&7)'
  balTopNotFound: '&e✪ &6[%rank%] &7No information yet'
  resetAll: '%prefix% &6Reset of all accounts completed!'
  inventoryFull: '%prefix% &cYour inventory is full!'
  receiveByItem: '%prefix% &aYou have just received &6%amount% &6$'
  minimalAmountDeposit: '%prefix% &cThe minimum amount is %amount% &6$'
  maximalAmountDeposit: '%prefix% &cThe maximum amount is %amount% &6$'
  bagDeposit: '%prefix% &aYou just deposited &2%amount% &6$ &ain a money bag.'
  giftDeposit: '%prefix% &aYou just deposited &2%amount% &6$ &ain a surprise gift.'
  bagDisabled: '%prefix% &cMoney bags are disabled on the server!'
  giftDisabled: '%prefix% &cThe surprise money gifts are disabled on the server!'
  noPermission: '%prefix% &ccYou do not have permission to access &f%permission%'
  reload: '%prefix% &aYou have successfully reloaded the configuration!'
  unknownCommand: '%prefix% &cUnknown command, please use /eco help'
  helpAdmin:
    - ''
    - '&6/eco help &7- show help messages.'
    - '&6/eco balance / money &7- View your balance.'
    - '&6/eco pay <player> <amount> &7- Paying another player.'
    - '&6/eco top / rank / baltop &7- View the ranking.'
    - '&6/eco deposit bag <amount> &7- Create a money bag.'
    - '&6/eco deposit gift <amount> &7- Create a surprise gift.'
    - ''
    - '&6&lAdmin Commands:'
    - '&6/eco reload &7- reload the configuration.'
    - '&6/eco give <player> <amount> &7- Give an amount of player.'
    - '&6/eco remove <player> <amount> &7- Delete an amount of a player.'
    - '&6/eco reset <player> &7- Reset a player account.'
    - '&6/eco reset all &7- Reset all player account.'
    - ''
  help:
    - ''
    - '&6/eco help &7- show help messages.'
    - '&6/eco balance / money &7- View your balance.'
    - '&6/eco pay <player> <amount> &7- Paying another player.'
    - '&6/eco top / rank / baltop &7- View the ranking.'
    - '&6/eco deposit bag <amount> &7- Create a money bag.'
    - '&6/eco deposit gift <amount> &7- Create a surprise gift.'
    - ''

bag-item:
  name: '&6&lBag of Money &6$'
  lore:
    - ''
    - '&e&lContains &7: &a%amount% &6$'
    - ''
    - '&7Money bag created'
    - '&7by &2%player%'
    - ''
    - '&8&nRight click to pick up.'

gift-item:
  name: '&6&lSurprise Gift'
  lore:
    - ''
    - '&e&lContains &7: &a&k??? &6$'
    - ''
    - '&7Gift created'
    - '&7by &2%player%'
    - ''
    - '&8&nRight click to pick up.'

Last updated