Advertisement
Canesniffer

RankPrefix+

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