Advertisement
HYPExMon5ter

auto announce

May 9th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. enable:
  2. - staffchat
  3. - announcement
  4. - alert
  5. - find
  6. - hide
  7. - join
  8. - list
  9. - log
  10. - message
  11. - multilog
  12. - rules
  13. - rules-chat
  14. - send
  15. - sendall
  16. - slap
  17. - spy
  18. - commandspy
  19. - joinannounce
  20. # - clean
  21. commands:
  22. staffchat:
  23. - 'staffchat'
  24. - 'admin'
  25. - 'a'
  26. - 'sc'
  27. alert:
  28. - 'alert'
  29. - 'broadcast'
  30. find:
  31. - 'find'
  32. - 'whereis'
  33. hide:
  34. - 'hide'
  35. join:
  36. - 'join'
  37. list:
  38. - 'glist'
  39. - 'servers'
  40. - 'serverlist'
  41. message:
  42. - 'message'
  43. - 'msg'
  44. - 'm'
  45. - 'pm'
  46. - 't'
  47. - 'tell'
  48. - 'w'
  49. - 'whisper'
  50. reply:
  51. - 'reply'
  52. - 'r'
  53. send:
  54. - 'send'
  55. sendall:
  56. - 'sendall'
  57. slap:
  58. - 'slap'
  59. - 'uslap'
  60. - 'smack'
  61. spy:
  62. - 'spy'
  63. - 'socialspy'
  64. commandspy:
  65. - 'commandspy'
  66. - 'cspy'
  67. reload:
  68. - 'gssreload'
  69. format:
  70. admin: '&c{{ SERVER }} - {{ SENDER }} » &7{{ MESSAGE }}'
  71. alert: '&7[&4Attention!&7] &7{{ MESSAGE }}'
  72. join: '&7[&2+&7] &7{{ PLAYER }}'
  73. quit: '&7[&4-&7] &7{{ PLAYER }}'
  74. find: '&e{{ PLAYER }} &ais playing on &e{{ SERVER }}'
  75. message: '&a({{ SERVER }}) &7[{{ SENDER }} » {{ RECIPIENT }}] &f{{ MESSAGE }}'
  76. send: '&aSending &e{{ PLAYER }} &ato server &e{{ SERVER }}'
  77. warnings:
  78. similarity: '&cPlease do not spam other players!'
  79. swearing: '&cPlease do not swear at other players!'
  80. advertising: '&cPlease do not advertise other servers!'
  81. rules:
  82. - pattern: 'I hate (this|your) server'
  83. handle: COMMAND
  84. command: 'gtempban {{ SENDER }} 2h Disrespecting The Server!'
  85. - pattern: 'This server sucks'
  86. handle: COMMAND
  87. command: 'gtempban {{ SENDER }} 2h Disrespecting The Server!'
  88. list:
  89. header: '&aServers:'
  90. body: '&a- {{ SERVER }} {{ DENSITY }}'
  91. multilog:
  92. limit: 10
  93. kicked: '&cMaximum number of connections reached!'
  94. spy:
  95. message: '&7[{{ SENDER }} » {{ RECIPIENT }}] &7{{ MESSAGE }}'
  96. enabled: '&aSpy has been enabled'
  97. disabled: '&cSpy has been disabled'
  98. commandspy:
  99. command: '&7[{{ SENDER }}] &b{{ COMMAND }}'
  100. enabled: '&aCommand Spy has been enabled'
  101. disabled: '&cCommand Spy has been disabled'
  102. hide:
  103. enabled: '&aYou are now hidden from all players!'
  104. disabled: '&cYou are now visible to all players!'
  105. errors:
  106. invalid: '&cInvalid arguments provided.'
  107. offline: '&cSorry, that player is offline.'
  108. slap: '&cYou are unworthy of slapping people.'
  109. messages: '&cNobody has messaged you recently.'
  110. announcements:
  111. - delay: 5
  112. message: 'Vote for our server for great rewards!'
  113. - delay: 15
  114. message: 'Donate to support our server!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement