Advertisement
Guest User

KitUI error??

a guest
Sep 28th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. ---
  2. Default:
  3. # Format: "id:damage:count:name:ench_name:ench_level"
  4.  
  5. # If you want only custom name (no enchantments): "id:damage:count:name"
  6.  
  7. # If you don't want enchantments or custom name: "id:damage:count"
  8.  
  9. # If you want only enchantments (no custom name): "id:damage:count:DEFAULT:ench_name:ench_level" -- you have to put DEFAULT in the name field
  10.  
  11. # If you want more than one enchantment just do: "id:damage:count:name:ench1_name:ench1_level:ench2_name:ench2_level"
  12. # or "id:damage:count:DEFAULT:ench1_name:ench1_level:ench2_name:ench2_level" if you don't want a custom item name
  13.  
  14. # Please note: You have to write numeric IDs
  15. items:
  16. - "364:0:64"
  17. - "267:0:1:Default Sword:sharpness:2"
  18. - "257:0:1:Default Pickaxe:efficiency:2:unbreaking:1"
  19. - "256:0:1:Default Shovel:efficiency:2:unbreaking:1"
  20. chestplate: "chainmail_chestplate:0:1:Default Chestplate:protection:1"
  21. leggings: "chainmail_leggings:0:1:Default Leggings:protection:1"
  22. boots: "iron_boots:0:1:Default Boots:protection:1"
  23.  
  24. commands: # {player} will get replaced by player's name
  25. - "tell {player} Kit Default claimed!"
  26.  
  27. cooldown:
  28. hours: 0
  29. minutes: 5
  30.  
  31. # Format: "name:time:amplifier"
  32. # Time is in seconds
  33. effects:
  34. - "speed:120:2"
  35.  
  36. #Kit name to show on the menu, you can use color symbol '§'
  37. kit-name: "§4§lDefault Kit"
  38.  
  39. # Add a cost for the kit. Compatible with EconomyAPI only
  40. # Put 0 if you want the kit to be free
  41. money: 0
  42.  
  43. #Enter image url for the kit. png image. The image will be shown in kit main menu if its compatible.
  44. image-url: "https://minecraft.gamepedia.com/media/minecraft.gamepedia.com/f/f2/Stone_Sword.png?version=ede6f1623f23eb3959b3d5287dc54bb0"
  45.  
  46. # Info to show when selected a Kit in UI form
  47. info: "This kit is the default standard, anyone can use this kit!"
  48.  
  49. # Custom Kit perms, CaSe sEnSiTiVe
  50. permission: "kit.Default"
  51.  
  52. Astronaut:
  53. items:
  54. - "364:0:64"
  55. - "diamond_sword:0:1:Astronaut Sword:sharpness:3:unbreaking:2"
  56. - "golden_apple:0:10"
  57. - "enchanted_golden_apple:0:5"
  58. - "diamond_pickaxe:0:1:Astronaut Pickaxe:efficiency:3:unbreaking:`"
  59. - "diamond_shovel:0:1:Astronaut Shovel:efficiency:3:unbreaking:1"
  60. helmet: "diamond_helmet:0:1:Astronaut Helmet:protection:3:unbreaking:1"
  61. chestplate: "diamond_chestplate:0:1:Astronaut Chestplate:protection:3:unbreaking:1"
  62. leggings: "diamond_leggings:0:1:Astronaut Leggings:protection:3:unbreaking:1"
  63. boots: "diamond_boots:0:1:Astronaut:Boots:protection:3:unbreaking:1"
  64. commands:
  65. - "tell {player} Kit §3§lAstronaut claimed!"
  66.  
  67. cooldown:
  68. hours: 0
  69. minutes: 15
  70.  
  71. effects:
  72. - "speed:120:2"
  73. - "haste:120:5"
  74. kit-name: "§1§lAstronaut"
  75.  
  76. money: 0
  77.  
  78. image-url: "https://gamepedia.cursecdn.com/minecraft_gamepedia/a/a0/Diamond_Sword.png?version=fc643c41191503ffc690cedfdd9cea75"
  79.  
  80. info: "This kit is the Astronaut Kit, anyone who bought the Astronaut Package or above can use this kit!"
  81.  
  82. permission: "kit.Astronaut"
  83.  
  84. Engineer:
  85. items:
  86. - "364:0:64"
  87. - "diamond_sword:0:1:Engineer Sword:sharpness:4:unbreaking:3"
  88. - "golden_apple:0:15"
  89. - "enchanted_golden_apple:0:10"
  90. - "diamond_pickaxe:0:1:Engineer Pickaxe:efficiency:4:unbreaking:3"
  91. - "diamond_shovel:0:1:Engineer Shovel:efficiency:4:unbreaking:3"
  92. helmet: "diamond_helmet:0:1:Engineer Helmet:protection:4:unbreaking:3"
  93. chestplate: "diamond_chestplate:0:1:Engineer Chestplate:protection:4:unbreaking:3"
  94. leggings: "diamond_leggings:0:1:Engineer Heavy Pants:protection:4:unbreaking:3"
  95. boots: "diamond_boots:0:1:Engineer Boots:protection:4:unbreaking:3"
  96.  
  97. commands:
  98. - "tell {player} Kit §2§lEngineer claimed!"
  99.  
  100. cooldown:
  101. hours: 0
  102. minutes: 30
  103.  
  104. effects:
  105. - "speed:120:2"
  106.  
  107. kit-name: "§2§lEngineer"
  108.  
  109. money: 0
  110.  
  111. image-url: "https://gamepedia.cursecdn.com/minecraft_gamepedia/0/0e/Golden_Apple.png?version=2d42af8ec4cb7eba61b46e861b77a767"
  112.  
  113. info: "This kit is the Engineer Kit, anyone who bought the Engineer Package or up can use this kit!"
  114.  
  115. permission: "kit.Engineer"
  116.  
  117. Astronomer:
  118. items:
  119. - "364:0:64"
  120. - "diamond_sword:0:1:Astronomer Sword:sharpness:5:unbreaking:3"
  121. - "golden_apple:0:25"
  122. - "enchanted_golden_apple:0:20"
  123. - "diamond_pickaxe:0:1:Astronomer Pickaxe:efficiency:5:unbreaking:3"
  124. - "diamond_shovel:0:1:Astronomer Shovel:efficiency:5:unbreaking:3"
  125. helmet: "diamond_helmet:0:1:Astronomer Helmet:protection:5:unbreaking:3"
  126. chestplate: "diamond_chestplate:0:1:Astronomer Chestplate:protection:5:unbreaking:3"
  127. leggings: "diamond_leggings:0:1:Astronomer Leggings:protection:5:unbreaking:3"
  128. boots: "diamond_boots:0:1:Astronomer Boots:protection:5:unbreaking:3"
  129. commands:
  130. - "tell {player} Kit §3§lAstronomer claimed!"
  131.  
  132. cooldown:
  133. hours: 1
  134. minutes: 0
  135.  
  136. effects:
  137. - "speed:120:2"
  138. - "haste:120:5"
  139. kit-name: "§3§lAstronomer"
  140.  
  141. money: 0
  142.  
  143. image-url: "https://gamepedia.cursecdn.com/minecraft_gamepedia/a/a0/Diamond_Sword.png?version=fc643c41191503ffc690cedfdd9cea75"
  144.  
  145. info: "This kit is the Astronomer Kit, anyone who bought the Astronomer Kit can use this kit!"
  146.  
  147. permission: "kit.Astronomer"
  148. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement