English Language File

    # Local file regroup all EasyBank Player Message, it accept color code
    # -----------------------------------------------------------------------------
    # <Prefix>: EasyBank prefix
    # <Player>: Player name
    # <Amount>: <Player> Bank account amount (in economic format)
    ConnectMessage: <Prefix> Welcome &a<Player>&f ! You've &a<Amount>&f on your bank account.
    # -----------------------------------------------------------------------------
    NotAllowed: '&cYou''re not allowed to do that!'
    # -----------------------------------------------------------------------------
    # <BankAmount>: Bank account amount
    BankAcntAmnt: You've now &a<BankAmount>&f on your Bank account.
    # -----------------------------------------------------------------------------
    InvalidAmnt: '&cPlease enter a valid amount!'
    # -----------------------------------------------------------------------------
    Bank:
      HelpMenu1: '&aEasyBank''s commands:'
      # -----------------------------------------------------------------------------
      #<Command>: "/bank depo <Amount>"
      HelpMenu2: '&a<Command>&f - deposits money on your bank account'
      # -----------------------------------------------------------------------------
      #<Command>: "/bank debit <Amount>"
      HelpMenu3: '&a<Command>&f - debits money from your bank account'
      # -----------------------------------------------------------------------------
      #<Command>: "/bank look"
      HelpMenu4: '&a<Command>&f - look into your bank account'
      # -----------------------------------------------------------------------------
      # <BankAmount>: Bank account amount (in economic format)
      look: You've &a<BankAmount>&f on your Bank account.
      # -----------------------------------------------------------------------------
      # <Depo>: Amount of depo (in economic format)
      Depo: You've successfully deposited &a<Depo>&f on your bank account.
      # -----------------------------------------------------------------------------
      # <Debit>: Amount of debit (in economic format)
      Debit: You've successfully debited &a<Debit>&f from your bank account.
      # -----------------------------------------------------------------------------
      NotEnough: '&cYou don''t have enough money to do that!'
      # -----------------------------------------------------------------------------
      # <Cost>: Amount of cost (in economic format)
      CreateCost: You've pay &a<Cost>&f of cost.
      # -----------------------------------------------------------------------------
    Banker:
      HelpMenu1: '&aBanker''s commands:'
      # -----------------------------------------------------------------------------
      # <Command>: "/banker depo <Amount> <Player>"
      HelpMenu2: '&a<Command>&f - deposits money on the player bank account'
      # -----------------------------------------------------------------------------
      # <Command>: "/banker debit <Amount> <Player>"
      HelpMenu3: '&a<Command>&f - debits money from the player bank account'
      # -----------------------------------------------------------------------------
      # <Command>: "/banker look <Player>"
      HelpMenu4: '&a<Command>&f - look into a bank account'
      # -----------------------------------------------------------------------------
      # <Player>: Player Name
      # <Amnt>: <Player> Bank account amount (in economic format)
      Look: The player &a<Player> &fhas &a<Amnt> &fin his bank account.
      # -----------------------------------------------------------------------------
      # <Player>: Player Name
      MustBeOnline: The Player &a<Player> &fmust be online.
      # -----------------------------------------------------------------------------
      # <Banker>: Banker Name
      # <Debit>: Amount of debit (in economic format)
      Debited1: The Banker &a<Banker>&f has debited &a<Debit>&f from your bank account.
      # -----------------------------------------------------------------------------
      # <Debit>: Amount of debit (in economic format)
      # <Player>: Player Name
      Debited2: Successfully debited &a<Debit>&f from the &a<Player>&f Bank account.
      # -----------------------------------------------------------------------------
      # <Player>: Player Name
      DebitNotEnough: '&a<Player>&f hasn''t enough money on his Bank account.'
      # -----------------------------------------------------------------------------
      # <Player>: Player Name
      DepoNotEnough: '&a<Player>&f doesn''t have enough money'
      # -----------------------------------------------------------------------------
      # <Banker>: Banker Name
      # <Depo>: Amount of Depo (in economic format)
      Deposited1: The Banker &a<Banker>&f has deposited &a<Depo>&f of your money on your Bank account.
      # -----------------------------------------------------------------------------
      # <Depo>: Amount of Depo (in economic format)
      # <Player>: Player Name
      Deposited2: Successfully deposited &a<Depo>&f on the &a<Player>&f Bank account.
      # -----------------------------------------------------------------------------
    Sign:
      SuccessCreated: Successfuly created sign.
      # -----------------------------------------------------------------------------
      IncorrectSyntax: '&cIncorrect syntax!'
      # -----------------------------------------------------------------------------
      Deleted: Successfully deleted sign!
      # -----------------------------------------------------------------------------
    Admin:
      HelpMenu1: '&aAdmin''s commands:'
      # -----------------------------------------------------------------------------
      # <Command>: "/bankadmin set <Player> <Amount>"
      HelpMenu2: '&a<Command>&f - Set the player bank ammount'
      # -----------------------------------------------------------------------------
      # <Command>: "/bankadmin give <Player> <Amount>"
      HelpMenu3: '&a<Command>&f - Give ammount on the Player Bank account'
      # -----------------------------------------------------------------------------
      # <Command>: "/bankadmin take <Player> <Amount>"
      HelpMenu4: '&a<Command>&f - Take ammount on the Player Bank account'
      # -----------------------------------------------------------------------------
      # <Player>: Player Name
      # <Amount>: New <Player> Bank account amount (in economic format)
      Set: Successfully set the &a<Player>&f account to &a<Amount>&f.
      # -----------------------------------------------------------------------------
      # <Amount>: Given amount (in economic format)
      # <Player>: Player Name
      Give: Successfully give &a<Amount>&f to the &a<Player>&f bank account.
      # -----------------------------------------------------------------------------
      # <Amount>: Granted amount (in economic format)
      # <Player>: Player Name
      Take: Successfully grant &a<Amount>&f to the &a<Player>&f bank account.

Comments

Posts Quoted:
Reply
Clear All Quotes