MrJayse

Untitled

Mar 6th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. #
  2. # Messaging Template
  3. tag:
  4. money: '<green>[<white>Money<green>] '
  5. personal:
  6. balance: '<green>Balance: <white>+balance'
  7. reset: <rose>Your account has been reset.
  8. set: <green>Your balance has been changed to <white>+amount
  9. debit: <rose>Your account had <white>+amount<rose> debited.
  10. credit: <white>+amount<green> was credited into your account.
  11. status: <green>Account status is currently <white>+status<green>.
  12. player:
  13. set: <green>+name's balance has been changed to <white>+amount
  14. balance: '<green>+name''s Balance: <white>+balance'
  15. reset: <white>+name's <rose>account has been reset.
  16. credit: <white>+name's <green>account had <white>+amount<green> credited.
  17. debit: <white>+name's <rose>account had <white>+amount<rose> debited.
  18. status: <white>+name's <green>account status is <white>+status<green>.
  19. payment:
  20. self: <rose>Sorry, you cannot send money to yourself.
  21. to: <green>You have sent <white>+amount<green> to <white>+name<green>.
  22. from: <white>+name<green> has sent you <white>+amount<green>.
  23. statistics:
  24. opening: <green>-----[ <white>iConomy Stats <green>]-----
  25. total: '<gray>Total +currency: <white>+amount'
  26. average: '<gray>Average +currency: <white>+amount'
  27. accounts: '<gray>Total Accounts: <white>+amount'
  28. interest:
  29. announcement: +amount <green>gained from interest.
  30. accounts:
  31. empty: <rose>Deleted <white>all<rose> accounts.
  32. purge: <rose>All inactive accounts were purged.
  33. create: <green>Created account with the name <white>+name<green>.
  34. remove: '<green>Deleted account: <white>+name<green>.'
  35. status: <green>Account status is now <white>+status<green>.
  36. top:
  37. opening: <green>-----[ <white>Wealthiest Accounts <green>]-----
  38. item: <gray>+i. <green>+name <gray>- <white>+amount
  39. error:
  40. online: <rose>Sorry, nobody else is online.
  41. exists: <rose>Account already exists.
  42. create: <rose>Could not create account with the name <white>+name<rose>.
  43. remove: <rose>Could not remove account with the name <white>+name<rose>.
  44. account: <rose>Account <white>+name<rose> does not exist.
  45. funds: <rose>Sorry, you do not have enough funds to do that.
Add Comment
Please, Sign In to add comment