oaaron99

Untitled

Jun 19th, 2015
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. // Advertisements 0.5
  2. // by Tsunami
  3. //
  4. // Types
  5. // -----
  6. // C: Center message
  7. // H: Hint message
  8. // M: Menu message
  9. // S: Say message
  10. // - Colors: {DEFAULT}, {TEAM}, {GREEN}, {LIGHTGREEN}
  11. // - Example: {GREEN}Current {LIGHTGREEN}Map: {DEFAULT}{CURRENTMAP}
  12. // T: Top message
  13. // - Colors: {WHITE}, {RED}, {GREEN}, {BLUE}, {YELLOW}, {PURPLE}, {CYAN},
  14. // {ORANGE}, {PINK}, {OLIVE}, {LIME}, {VIOLET}, {LIGHTBLUE}
  15. // - Example: {ORANGE} www.domain.com
  16. //
  17. // Flags (optional)
  18. // -----
  19. // Accepts flags of admins that will not see the advertisement.
  20. // When omitted everyone will see the advertisement.
  21. // When left empty only admins will see the advertisement.
  22.  
  23. "Advertisements"
  24. {
  25. "1"
  26. {
  27. "type" "S"
  28. "text" " {GREEN} {GREEN} Thank you for playing on Toxic Jailbreak!"
  29. }
  30. "2"
  31. {
  32. "type" "S"
  33. "text" " {GREEN} {GREEN} We are currently in Beta. Don't expect everything working 100%."
  34. }
  35. "3"
  36. {
  37. "type" "S"
  38. "text" " {GREEN} {GREEN} We accept all donations (Paypal or Skins) for credits. 100 credits = $1.00"
  39. }
  40. "4"
  41. {
  42. "type" "S"
  43. "text" " {GREEN} {GREEN} We are looking for dedicated players for staff. Stay active and follow the rules to be noticed by us!"
  44. }
  45. "5"
  46. {
  47. "type" "S"
  48. "text" " {GREEN} {GREEN} We are always open to suggestions! Let us know your thoughts/ideas!"
  49. }
  50. "6"
  51. {
  52. "type" "S"
  53. "text" " {GREEN} {GREEN} The store prices aren't set in stone. It is a work in progress for a good economy."
  54. }
  55. "7"
  56. {
  57. "type" "H"
  58. "text" "Donate Skins At !donateskins"
  59. }
  60. "8"
  61. {
  62. "type" "H"
  63. "text" "Donate over Paypal At !donatepaypal"
  64. }
  65. "9"
  66. {
  67. "type" "H"
  68. "text" "You Must Have A Working Mic To Be A Guard! Do Mic Checks!"
  69. }
  70. "10"
  71. {
  72. "type" "H"
  73. "text" "Crates earned by the server are double credits. !donateskins"
  74. }
  75. "11"
  76. {
  77. "type" "S"
  78. "text" " {GREEN} {GREEN} Join our Forums. http://toxicgaming.org/forums/"
  79. }
  80. "12"
  81. {
  82. "type" "H"
  83. "text" "Wardens may now do !wmenu"
  84. }
  85. "13"
  86. {
  87. "type" "S"
  88. "text" " {GREEN} {GREEN} Teamspeak IP: ts.toxicgaming.org:7290"
  89. }
  90. }
Advertisement
Add Comment
Please, Sign In to add comment