Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.44 KB | None | 0 0
  1. # Format of the prefix, %prefix% is replaced.
  2. format="%prefix%"
  3. list {
  4. content {
  5. "1" {
  6. # Permission node for use with: mmcprefix.list.####
  7. # This can be replaced with "" to allow use without a permission.
  8. permission=default
  9. # Prefix to be displayed (This is formatted differently from the default format node)
  10. prefix="&3&lTRAINER "
  11. }
  12. "2" {
  13. # Permission node for use with: mmcprefix.list.####
  14. # This can be replaced with "" to allow use without a permission.
  15. permission=trainerplus
  16. # Prefix to be displayed (This is formatted differently from the default format node)
  17. prefix="&3&lTRAINER&6&l+ "
  18. }
  19. "3" {
  20. # Permission node for use with: mmcprefix.list.####
  21. # This can be replaced with "" to allow use without a permission.
  22. permission=pokemaster
  23. # Prefix to be displayed (This is formatted differently from the default format node)
  24. prefix="&c&lPOKE&5&lMASTER "
  25. }
  26. "4" {
  27. # Permission node for use with: mmcprefix.list.####
  28. # This can be replaced with "" to allow use without a permission.
  29. permission=celebi
  30. # Prefix to be displayed (This is formatted differently from the default format node)
  31. prefix="&a&lCELEBI "
  32. }
  33. "5" {
  34. # Permission node for use with: mmcprefix.list.####
  35. # This can be replaced with "" to allow use without a permission.
  36. permission=deoxys
  37. # Prefix to be displayed (This is formatted differently from the default format node)
  38. prefix="&9&lDEOXYS "
  39. }
  40. "6" {
  41. # Permission node for use with: mmcprefix.list.####
  42. # This can be replaced with "" to allow use without a permission.
  43. permission=regigigas
  44. # Prefix to be displayed (This is formatted differently from the default format node)
  45. prefix="&c&lREGIGIGAS "
  46. }
  47. "7" {
  48. # Permission node for use with: mmcprefix.list.####
  49. # This can be replaced with "" to allow use without a permission.
  50. permission=rayquaza
  51. # Prefix to be displayed (This is formatted differently from the default format node)
  52. prefix="&2&lRAYQUAZA "
  53. }
  54. "8" {
  55. # Permission node for use with: mmcprefix.list.####
  56. # This can be replaced with "" to allow use without a permission.
  57. permission=mew
  58. # Prefix to be displayed (This is formatted differently from the default format node)
  59. prefix="&d&lMEW "
  60. }
  61. "9" {
  62. # Permission node for use with: mmcprefix.list.####
  63. # This can be replaced with "" to allow use without a permission.
  64. permission=mewtwo
  65. # Prefix to be displayed (This is formatted differently from the default format node)
  66. prefix="&5&lMEWTWO "
  67. }
  68. "10" {
  69. # Permission node for use with: mmcprefix.list.####
  70. # This can be replaced with "" to allow use without a permission.
  71. permission=bidoof
  72. # Prefix to be displayed (This is formatted differently from the default format node)
  73. prefix="&c&lB&4&lI&a&lD&2&lO&6&lO&9&lF "
  74. }
  75. "11" {
  76. # Permission node for use with: mmcprefix.list.####
  77. # This can be replaced with "" to allow use without a permission.
  78. permission=vip
  79. # Prefix to be displayed (This is formatted differently from the default format node)
  80. prefix="&f&lVIP "
  81. }
  82. "11" {
  83. # Permission node for use with: mmcprefix.list.####
  84. # This can be replaced with "" to allow use without a permission.
  85. permission=vip+
  86. # Prefix to be displayed (This is formatted differently from the default format node)
  87. prefix="&f&lVIP&6&l+ "
  88. }
  89. }
  90. # How long should a person have to wait before selecting another prefix? (in minutes) (Set to 0 to disable)
  91. cooldown=5
  92. # Text to be shown at the top of the list
  93. header="&3Click on the prefix you would like to use."
  94. # Text to be shown while hovering over each prefix.
  95. # {prefix} - will replace with the prefix defined from the list.
  96. # {playername} - Will replace with the player's name
  97. hover="Set your current prefix to: {prefix}{playername}"
  98. # Title to be shown during /prefixlist
  99. title="Prefix List"
  100. }
  101. messages {
  102. addPrefix {
  103. success="&6{playername} &3now has the permission: &6{permission}"
  104. }
  105. delPrefix {
  106. other {
  107. success="&3Prefix Deleted for &6{playername} &3!"
  108. }
  109. self {
  110. success="&3Prefix Deleted!"
  111. }
  112. }
  113. setPrefix {
  114. other {
  115. success="&3Prefix Set for &6{playername}&3: {prefix}"
  116. }
  117. self {
  118. reset="&3Prefix has been reset!"
  119. success="&3Prefix Set to: &f{prefix}"
  120. }
  121. }
  122. }
  123. prefix {
  124. # Blacklist of words you cannot have in a prefix
  125. blacklist=[
  126. owner,
  127. admin,
  128. mod,
  129. staff,
  130. trialmod
  131. ]
  132. # How many characters are allowed in the prefix
  133. max-character-limit=10
  134. on-change {
  135. # Commands to be run after the player changes a prefix
  136. console-commands=[]
  137. }
  138. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement