Advertisement
Guest User

Untitled

a guest
May 30th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. # Only groups listed here are valid!
  2. # After setting a group, give the group the permission "namemanager.group.group". If you are unsure, just use the ingame commands /nm group
  3. # Example: You create a group called Admin, the permission would be namemanager.group.admin
  4. # The order should be ascending!
  5. # lowest group at the bottom, highest group at the top.
  6. GroupList:
  7. - A
  8. - B
  9. - C
  10. - D
  11. - E
  12. - F
  13. - G
  14. - H
  15. - I
  16. - J
  17. - K
  18. - L
  19. - Soldier
  20. - Knight
  21. - Duke
  22. - King
  23. - Mod
  24. - Owner
  25. Groups:
  26. A:
  27. Prefix: '&7[&aA&7] '
  28. Suffix: ''
  29. B:
  30. Prefix: '&7[&bB&7] '
  31. Suffix: ''
  32. C:
  33. Prefix: '&7[&cC&7] '
  34. Suffix: ''
  35. D:
  36. Prefix: '&7[&dD&7] '
  37. Suffix: ''
  38. E:
  39. Prefix: '&7[&eE&7] '
  40. Suffix: ''
  41. F:
  42. Prefix: '&7[&fF&7] '
  43. Suffix: ''
  44. G:
  45. Prefix: '&7[&8G&7] '
  46. Suffix: ''
  47. H:
  48. Prefix: '&7[&3H&7] '
  49. Suffix: ''
  50. I:
  51. Prefix: '&7[&9I&7] '
  52. Suffix: ''
  53. J:
  54. Prefix: '&7[&2J&7] '
  55. Suffix: ''
  56. K:
  57. Prefix: '&7[&0K&7] '
  58. Suffix: ''
  59. L:
  60. Prefix: '&7[&6L&7] '
  61. Suffix: ''
  62. Soldier:
  63. Prefix: ''
  64. Suffix: '&r &7[&e$&7]'
  65. Knight:
  66. Prefix: ''
  67. Suffix: '&r &7[&c$&7]'
  68. Duke:
  69. Prefix: ''
  70. Suffix: '&r &7[&d$&7]'
  71. King:
  72. Prefix: ''
  73. Suffix: '&r &7[&6$&7]'
  74. Mod:
  75. Prefix: ''
  76. Suffix: '&r &2[Mod]'
  77. Owner:
  78. Prefix: ''
  79. Suffix: '&r &c[Staff]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement