Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. ###########################################
  2. # #
  3. # Plugin made by OptimalGames #
  4. # Do not Redistribute this Plugin #
  5. # #
  6. ###########################################
  7.  
  8. MenuUtils:
  9. borderFill:
  10. material: "STAINED_GLASS_PANE"
  11. data: 0
  12. name: ""
  13. lore:
  14. - " "
  15. mainMenu:
  16. size: 9
  17. name: "&8&lLEVELS MENU"
  18. informationItem:
  19. material: BEACON
  20. data: 0
  21. name: "&e&lLeveling Information"
  22. lore:
  23. - ""
  24. - "&e&lDescription:"
  25. - "&7&oObtain awesome perks by leveling yourself"
  26. - "&7&oup throughout the leveling system"
  27. - ""
  28. - "&e&lInformation:"
  29. - "&r &6&l* &eUser: &f%user%"
  30. - "&r &6&l* &eLevel: &f%level%"
  31. - ""
  32. - "&7&o(( Level yourself up to gain rewards! ))"
  33.  
  34. Status:
  35. unlockedPlaceholder: "&a&lUNLOCKED"
  36. lockedPlaceholder: "&c&lLOCKED"
  37.  
  38. Levels:
  39. 1:
  40. visualItem:
  41. material: STICK
  42. data: 0
  43. name: "&e&lLevel 1"
  44. lore:
  45. - ""
  46. - "&e&lInformation:"
  47. - " &6&l* &eExp Needed: &f%expcost%"
  48. - " &6&l* &eYour Exp: &f%userexp%"
  49. - " &6&l* &eStatus: %status%"
  50. - ""
  51. - "&e&lRewards:"
  52. - "&6&l* &f10x Sticks"
  53. - ""
  54. - "&7&o(( Click to purchase this level! ))"
  55. expCost: 1000
  56. commands:
  57. - "give %player% Stick 10"
  58. 2:
  59. visualItem:
  60. material: EMERALD
  61. data: 0
  62. name: "&e&lLevel 2"
  63. lore:
  64. - ""
  65. - "&e&lInformation:"
  66. - " &6&l* &eExp Needed: &f%expcost%"
  67. - " &6&l* &eYour Exp: &f%userexp%"
  68. - " &6&l* &eStatus: %status%"
  69. - ""
  70. - "&e&lRewards:"
  71. - "&6&l* &f10x Emeralds"
  72. - ""
  73. - "&7&o(( Click to purchase this level! ))"
  74. expCost: 2000
  75. commands:
  76. - "give %player% Emerald 10"
  77. 3:
  78. visualItem:
  79. material: GOLD_INGOT
  80. data: 0
  81. name: "&e&lLevel 3"
  82. lore:
  83. - ""
  84. - "&e&lInformation:"
  85. - " &6&l* &eExp Needed: &f%expcost%"
  86. - " &6&l* &eYour Exp: &f%userexp%"
  87. - " &6&l* &eStatus: %status%"
  88. - ""
  89. - "&e&lRewards:"
  90. - "&6&l* &f10x Gold"
  91. - ""
  92. - "&7&o(( Click to purchase this level! ))"
  93. expCost: 3000
  94. commands:
  95. - "give %player% Gold 10"
  96. 4:
  97. visualItem:
  98. material: MOB_SPAWNER
  99. data: 0
  100. name: "&e&lLevel 4"
  101. lore:
  102. - ""
  103. - "&e&lInformation:"
  104. - " &6&l* &eExp Needed: &f%expcost%"
  105. - " &6&l* &eYour Exp: &f%userexp%"
  106. - " &6&l* &eStatus: %status%"
  107. - ""
  108. - "&e&lRewards:"
  109. - "&6&l* &f1x Monster Spawner"
  110. - ""
  111. - "&7&o(( Click to purchase this level! ))"
  112. expCost: 3000
  113. commands:
  114. - "give %player% 52 1"
  115.  
  116. Sounds:
  117. completedPurchase:
  118. name: LEVEL_UP
  119. volume: 1.0
  120. pitch: 1.0
  121. failedPurchase:
  122. name: CHICKEN_EGG_POP
  123. volume: 1.0
  124. pitch: 1.0
  125. openMenu:
  126. name: LEVEL_UP
  127. volume: 1.0
  128. pitch: 1.0
  129. closeMenu:
  130. name: LEVEL_UP
  131. volume: 1.0
  132. pitch: 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement