Advertisement
MrEminent42

Untitled

Jun 14th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. # Name: RankPrefixPlus
  2. # Author: mrCookieSlime
  3. #
  4. # Do not modify the Config while the Server is running
  5. # otherwise bad things might happen!
  6. #
  7. # This Plugin also requires CS-CoreLib to run!
  8. # If you don't have it installed already, its going to be
  9. # automatically installed for you
  10. #
  11. # This Plugin utilises an Auto-Updater. If you want to turn that off,
  12. # simply set options -> auto-update to false
  13. options:
  14. auto-update: true
  15. use-scoreboard-teams: true
  16. update-delay-in-ticks: 10
  17. notifications:
  18. name-in-chat:
  19. highlight: true
  20. sound:
  21. enabled: true
  22. sound: NOTE_PLING
  23. variables:
  24. afk:
  25. afk: '&eAFK'
  26. not-afk: ''
  27. chat:
  28. layout: '{PLAYER} &d[unicode: 00BB] &r{MESSAGE}'
  29. per-rank-layout: true
  30. use-layout: true
  31. force-lower-case: false
  32. world-specific-layout:
  33. enabled: false
  34. world: '&7{PREFIX}{PLAYER}{SUFFIX}: {MESSAGE}'
  35. world_nether: '&7{PREFIX}{PLAYER}{SUFFIX}: {MESSAGE}'
  36. world_the_end: '&7{PREFIX}{PLAYER}{SUFFIX}: {MESSAGE}'
  37. sound:
  38. enabled: false
  39. sound: CLICK
  40. local:
  41. enabled: false
  42. per-world: false
  43. radius: -1
  44. ranks:
  45. default:
  46. prefix: ''
  47. suffix: ''
  48. scoreboard:
  49. enabled: true
  50. prefix: '&r'
  51. suffix: ''
  52. required-permission: ''
  53. message-color: '&r'
  54. bypass-OP: false
  55. chat-layout: '{PLAYER} &d[unicode: 00BB] {MESSAGE}'
  56. admin:
  57. prefix: ''
  58. suffix: ''
  59. scoreboard:
  60. enabled: true
  61. prefix: '&c[Admin] '
  62. suffix: ''
  63. required-permission: ranks.admin
  64. message-color: '&c'
  65. bypass-OP: true
  66. chat-layout: '{PLAYER} &d[unicode: 00BB] {MESSAGE}'
  67. order:
  68. - owner
  69. - admin
  70. - bae
  71. owner:
  72. prefix: ''
  73. suffix: ''
  74. scoreboard:
  75. enabled: true
  76. prefix: '&6[Owner] '
  77. suffix: ''
  78. required-permission: ranks.owner
  79. message-color: '&a'
  80. bypass-OP: true
  81. chat-layout: '{PLAYER} &d[unicode: 00BB] {MESSAGE}'
  82. bae:
  83. prefix: ''
  84. suffix: ''
  85. scoreboard:
  86. enabled: true
  87. prefix: '&9[Bae]'
  88. suffix: ''
  89. required-permission: ranks.bae
  90. message-color: '&9'
  91. bypass-OP: true
  92. chat-layout: '{PLAYER} &d[unicode: 00BB] {MESSAGE}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement