Advertisement
nabe0929

Untitled

Jun 26th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. # UTF-8 require.
  2.  
  3. DontHavePermission: "&cYou don't have permission!!"
  4. AccountNotFound: "&cAccount not found."
  5. InvalidAmount: "&cThe amount of the specified is invalid."
  6. UnknownError: "&cUnknown error..."
  7.  
  8. # Available macro: [%player%],[%balance%]
  9. Show:
  10. Success: "&a[%player%]: [%balance%]"
  11.  
  12. # Available macro: [%player%],[%balance%]
  13. Pay:
  14. NotEnough: "&cThe balance of the account is missing."
  15. Self: "&cYou can't remit money to yourself."
  16. Success: "&aSent a [%balance%] to [%player%]."
  17. Receive: "&aReceived a [%balance%] from [%player%]."
  18.  
  19. Top:
  20. Empty: "&cResult is empty."
  21. # Available macro: [%page%]
  22. First: "&a======&r Assets rankings(Page:[%page%]) &a======"
  23. # Available macro: [%player%],[%balance%],[%rank%]
  24. Entry: "[%rank%]:[%player%] ([%balance%])"
  25.  
  26. # Available macro: [%player%],[%balance%]
  27. Give:
  28. Success: "&aGive [%balance%] to [%player%]."
  29.  
  30. # Available macro: [%player%],[%balance%]
  31. Take:
  32. NotEnough: "&cThe balance of the account is missing."
  33. Success: "&aTake the [%balance%] from the [%player%]."
  34.  
  35. # Available macro: [%player%],[%balance%]
  36. Set:
  37. Success: "&aBalance of [%player%] was set to [%balance%]."
  38.  
  39. # Available macro: [%player%],[%balance%]
  40. Create:
  41. Exists: "&cAccount already exists."
  42. Success: "&aCreate the [%player%] account(Balance:[%balance%])."
  43.  
  44. # Available macro: [%player%],[%balance%]
  45. Remove:
  46. Success: "&aRemoved the [%player%] account(Balance:[%balance%])."
  47.  
  48. # //*<!-- Help message. -->*/
  49. Help:
  50. Show: "Show [player] money."
  51. Pay: "Send money."
  52. Top: "Show the top list."
  53. Give: "Give money."
  54. Take: "Take money."
  55. Set: "Set money."
  56. Create: "Create account."
  57. Remove: "Remove account."
  58. Reload: "Reload the config."
  59. Help: "Show this help."
  60.  
  61. # //*<!-- Color codes. -->*/
  62. # &0->Black(#000000)
  63. # &1->Dark Blue(#0000AA)
  64. # &2->Dark Green(#00AA00)
  65. # &3->Dark Aqua(#00AAAA)
  66. # &4->Dark Red(#AA0000)
  67. # &5->Purple(#AA00AA)
  68. # &6->Gold(#FFAA00)
  69. # &7->Gray(#AAAAAA)
  70. # &8->Dark Gray(#555555)
  71. # &9->Blue(#5555FF)
  72. # &a->Green(#55FF55)
  73. # &b->Aqua(#55FFFF)
  74. # &c->Red(#FF5555)
  75. # &d->Light Purple(#FF55FF)
  76. # &e->Yellow(#FFFF55)
  77. # &f->White(#FFFFFF)
  78. # &k->Obfuscated
  79. # &l->Bold
  80. # &m->Strikethrough
  81. # &n->Underline
  82. # &o->Italic
  83. # &r->Reset
  84. # &&->Escape the color code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement