Advertisement
HYPExMon5ter

BungeeEssentials Config.yml

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