Advertisement
Guest User

RANKS GUI

a guest
Jul 8th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. ######################
  2. #+ +#
  3. # RANKS #
  4. #+ +#
  5. ######################
  6.  
  7. menu-settings:
  8.  
  9. # name - appears as the title - REQUIRED
  10. name: '&1Ranks'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 3
  14.  
  15. # command - OPTIONAL (you can remove this or set it to '')
  16. # Bind multiple commands using ; (command: 'menu; m; me')
  17. command: 'Ranks'
  18.  
  19. # auto-refresh - OPTIONAL
  20. # How frequently the menu will be refreshed, in seconds.
  21. # Useful if you have variables in items' descriptions.
  22. auto-refresh: 5
  23.  
  24. # This command command will be execute when the menu is opened.
  25. # Supports all the icon command types.
  26. open-action: 'sound: note pling
  27.  
  28. # open-with-item - OPTIONAL
  29. # The menu will open only right-clicking with orange wool [35:1]
  30. open-with-item:
  31. id: Diamond_block
  32. left-click: false
  33. right-click: false
  34.  
  35.  
  36. ######################
  37. #+ +#
  38. # ITEMS #
  39. #+ +#
  40. ######################
  41.  
  42.  
  43. Noob:
  44. NAME: '&FNoob'
  45. LORE:
  46. - '&f&o First Rank Regular Perms'
  47. ID: 35
  48. ENCHANTMENT: SilkTouch, 10
  49. POSITION-X: 1
  50. POSITION-Y: 1
  51.  
  52.  
  53. Peasant:
  54. NAME: '&6Peasant'
  55. LORE:
  56. - '&6&o2 Homes'
  57. ID: 35:1
  58. ENCHANTMENT: SilkTouch, 10
  59. POSITION-X: 1
  60. POSITION-Y: 1
  61.  
  62.  
  63. Serf:
  64. NAME: '&dSerf'
  65. LORE:
  66. - '&d&o3 Homes'
  67. ID: 35:2
  68. ENCHANTMENT: SilkTouch, 10
  69. POSITION-X: 1
  70. POSITION-Y: 1
  71.  
  72.  
  73. Merchant:
  74. NAME: '&bMerchant'
  75. LORE:
  76. - '&b&o4 Homes'
  77. ID: 35:3
  78. ENCHANTMENT: SilkTouch, 10
  79. POSITION-X: 1
  80. POSITION-Y: 1
  81.  
  82.  
  83. Farmer:
  84. NAME: '&eFarmer'
  85. LORE:
  86. - '&e&oCreate Disposal and Balance signs'
  87. ID: 35:4
  88. ENCHANTMENT: SilkTouch, 10
  89. POSITION-X: 1
  90. POSITION-Y: 1
  91.  
  92.  
  93. Vassal:
  94. NAME: '&aVassal'
  95. LORE:
  96. - '&a&oUse /back command'
  97. ID: 35:5
  98. ENCHANTMENT: SilkTouch, 10
  99. POSITION-X: 1
  100. POSITION-Y: 1
  101.  
  102.  
  103. Knight:
  104. NAME: '&dKnight'
  105. LORE:
  106. - '&d&oKeep XP on death'
  107. ID: 35:6
  108. ENCHANTMENT: SilkTouch, 10
  109. POSITION-X: 1
  110. POSITION-Y: 1
  111.  
  112.  
  113. Noble:
  114. NAME: '&8'
  115. LORE:
  116. - '&8&o5 Homes and /Workbench'
  117. ID: 35:7
  118. ENCHANTMENT: SilkTouch, 10
  119. POSITION-X: 1
  120. POSITION-Y: 1
  121.  
  122.  
  123. Lord:
  124. NAME: '&7Lord'
  125. LORE:
  126. - '&7&oUse command /nv'
  127. ID: 35:8
  128. ENCHANTMENT: SilkTouch, 10
  129. POSITION-X: 1
  130. POSITION-Y: 1
  131.  
  132.  
  133. King:
  134. NAME: '&'
  135. LORE:
  136. - '&'
  137. ID: 35:
  138. ENCHANTMENT: SilkTouch, 10
  139. POSITION-X: 1
  140. POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement