nbdSteve

TrenchTools || trench.yml (v.2.1.0)

Aug 4th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 7.11 KB | None | 0 0
  1. #
  2. # TrenchTools trench.yml v2.1.0
  3. #
  4. # The list of blocks that will not be broken by the TrenchTools.
  5. # Make sure that you enter the correct minecraft name of an item.
  6. # See this link for more information about names: https://minecraft-ids.grahamedgecombe.com/
  7. BlacklistedBlocks:
  8. - hopper
  9. - bedrock
  10. - mob_spawner
  11.  
  12. # -------------------------------------------------------------
  13. # Start configuration for TrenchTool1
  14. #
  15. TrenchTool1:
  16.  # The name of the item given to a player with the '/Trench give' command.
  17.   Name: "&f&lGIGA DRILL &7(&b3x3&7)"
  18.   #
  19.   # IMPORTANT: Make sure this is located in the Lore section of this configuration.
  20.   # And make sure it is unique to the 3x3 items, this will tell the plugin what it is looking for."
  21.   UniqueName: "&3Trench I"
  22.   #
  23.   # The radius for the pickaxe to break around the block, this can be even and odd. a radius of 1 is
  24.   # 1 block away from the mined block, so this is a 3x3x3 pickaxe; a radius of 2 = 5x5x5 etc.
  25.   Radius: 1
  26.   #
  27.   # Enchantments that will be applied to the tool with the /Trench give command
  28.   # IMPORTANT: make sure to use these enchantment names https://docs.oc.tc/reference/enchantments (vanilla names may not work!).
  29.   # ENCHANTMENT NAME-LEVEL
  30.   Enchantments:
  31.  - DIG_SPEED-5
  32.   - DURABILITY-3
  33.   #
  34.   # Enchantment Lore, you can make this as many lines as you would like.
  35.   # IMPORTANT: Make sure that the 'BLOCKS MINED' section is the final / last line of the lore,
  36.   # otherwise it will not work properly. The %blocksMined% placeholder will update when the player mines."
  37.   Lore:
  38.  - "&3Trench I"
  39.   - "&7 "
  40.   - "&7&oThis tool was engineered to trench."
  41.   - "&7&oHarness and abuse the great power of it..."
  42.   - "&7 "
  43.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  44. #
  45.  
  46. #
  47. # The following configuration is for the item displayed in the GUI menu.
  48. # This item will not be given to the player, the TrenchTool1 item will be given.
  49. TrenchTool1GUI:
  50.  # If this item will be in the GUI.
  51.   Enabled: true
  52.   Name: "&f&lGIGA DRILL &7(&b3x3&7)"
  53.   UniqueName: "&3Trench I"
  54.   Enchantments:
  55.  - DIG_SPEED-5
  56.   - DURABILITY-3  
  57.   Lore:
  58.  - "&3Trench I"
  59.   - "&7 "
  60.   - "&7&oThis tool was engineered to trench."
  61.   - "&7&oHarness and abuse the great power of it..."
  62.   - "&7 "
  63.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  64.   - "&7 "
  65.   - "&7&m---------------------------------"
  66.   - "&a&lBUY PRICE: &f$1,000,000"
  67.   - "&7&m---------------------------------"
  68.   # The actual item in the gui (this is the item that will be given to the player).
  69.   GUIItem: diamond_pickaxe
  70.   # The slot in the GUI that this item will be.
  71.   SlotInGUI: 11
  72.   # The price of the TrenchTool, this will be taken from the players account.
  73.   Price: 1000000
  74. #
  75. # End configuration for TrenchTool1
  76. # -------------------------------------------------------------
  77.  
  78. # -------------------------------------------------------------
  79. # Start configuration for TrenchTool2
  80. #
  81. TrenchTool2:
  82.   Name: "&f&lGIGA DRILL &7(&b5x5&7)"
  83.   UniqueName: "&3Trench II"
  84.   Radius: 2
  85.   Enchantments:
  86.  - DIG_SPEED-5
  87.   - DURABILITY-3
  88.   Lore:
  89.  - "&3Trench II"
  90.   - "&7 "
  91.   - "&7&oThis tool was engineered to trench."
  92.   - "&7&oHarness and abuse the great power of it..."
  93.   - "&7 "
  94.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  95. #
  96.  
  97. #
  98. TrenchTool2GUI:
  99.   Enabled: true
  100.   Name: "&f&lGIGA DRILL &7(&b5x5&7)"
  101.   UniqueName: "&3Trench II"
  102.   Enchantments:
  103.  - DIG_SPEED-5
  104.   - DURABILITY-3  
  105.   Lore:
  106.  - "&3Trench II"
  107.   - "&7 "
  108.   - "&7&oThis tool was engineered to trench."
  109.   - "&7&oHarness and abuse the great power of it..."
  110.   - "&7 "
  111.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  112.   - "&7 "
  113.   - "&7&m---------------------------------"
  114.   - "&a&lBUY PRICE: &f$2,000,000"
  115.   - "&7&m---------------------------------"
  116.   GUIItem: diamond_pickaxe
  117.   SlotInGUI: 12
  118.   Price: 2000000
  119. #
  120. # End configuration for TrenchTool2
  121. # -------------------------------------------------------------
  122.  
  123. # -------------------------------------------------------------
  124. # Start configuration for TrenchTool3
  125. #
  126. TrenchTool3:
  127.   Name: "&f&lGIGA DRILL &7(&b7x7&7)"
  128.   UniqueName: "&3Trench III"
  129.   Radius: 3
  130.   Enchantments:
  131.  - DIG_SPEED-5
  132.   - DURABILITY-3
  133.   Lore:
  134.  - "&3Trench III"
  135.   - "&7 "
  136.   - "&7&oThis tool was engineered to trench."
  137.   - "&7&oHarness and abuse the great power of it..."
  138.   - "&7 "
  139.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  140. #
  141.  
  142. #
  143. TrenchTool3GUI:
  144.   Enabled: true
  145.   Name: "&f&lGIGA DRILL &7(&b7x7&7)"
  146.   UniqueName: "&3Trench III"
  147.   Enchantments:
  148.  - DIG_SPEED-5
  149.   - DURABILITY-3  
  150.   Lore:
  151.  - "&3Trench III"
  152.   - "&7 "
  153.   - "&7&oThis tool was engineered to trench."
  154.   - "&7&oHarness and abuse the great power of it..."
  155.   - "&7 "
  156.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  157.   - "&7 "
  158.   - "&7&m---------------------------------"
  159.   - "&a&lBUY PRICE: &f$3,000,000"
  160.   - "&7&m---------------------------------"
  161.   GUIItem: diamond_pickaxe
  162.   SlotInGUI: 13
  163.   Price: 3000000
  164. #
  165. # End configuration for TrenchTool3
  166. # -------------------------------------------------------------
  167.  
  168. # -------------------------------------------------------------
  169. # Start configuration for TrenchTool4
  170. #
  171. TrenchTool4:
  172.   Name: "&f&lGIGA DRILL &7(&b9x9&7)"
  173.   UniqueName: "&3Trench IV"
  174.   Radius: 4
  175.   Enchantments:
  176.  - DIG_SPEED-5
  177.   - DURABILITY-3
  178.   Lore:
  179.  - "&3Trench IV"
  180.   - "&7 "
  181.   - "&7&oThis tool was engineered to trench."
  182.   - "&7&oHarness and abuse the great power of it..."
  183.   - "&7 "
  184.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  185. #
  186.  
  187. #
  188. TrenchTool4GUI:
  189.   Enabled: true
  190.   Name: "&f&lGIGA DRILL &7(&b9x9&7)"
  191.   UniqueName: "&3Trench IV"
  192.   Enchantments:
  193.  - DIG_SPEED-5
  194.   - DURABILITY-3  
  195.   Lore:
  196.  - "&3Trench IV"
  197.   - "&7 "
  198.   - "&7&oThis tool was engineered to trench."
  199.   - "&7&oHarness and abuse the great power of it..."
  200.   - "&7 "
  201.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  202.   - "&7 "
  203.   - "&7&m---------------------------------"
  204.   - "&a&lBUY PRICE: &f$4,000,000"
  205.   - "&7&m---------------------------------"
  206.   GUIItem: diamond_pickaxe
  207.   SlotInGUI: 14
  208.   Price: 4000000
  209. #
  210. # End configuration for TrenchTool4
  211. # -------------------------------------------------------------
  212.  
  213. # -------------------------------------------------------------
  214. # Start configuration for TrenchTool5
  215. #
  216. TrenchTool5:
  217.   Name: "&f&lGIGA DRILL &7(&b11x11&7)"
  218.   UniqueName: "&3Trench V"
  219.   Radius: 5
  220.   Enchantments:
  221.  - DIG_SPEED-5
  222.   - DURABILITY-3
  223.   Lore:
  224.  - "&3Trench V"
  225.   - "&7 "
  226.   - "&7&oThis tool was engineered to trench."
  227.   - "&7&oHarness and abuse the great power of it..."
  228.   - "&7 "
  229.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  230. #
  231.  
  232. #
  233. TrenchTool5GUI:
  234.   Enabled: true
  235.   Name: "&f&lGIGA DRILL &7(&b11x11&7)"
  236.   UniqueName: "&3Trench V"
  237.   Enchantments:
  238.  - DIG_SPEED-5
  239.   - DURABILITY-3  
  240.   Lore:
  241.  - "&3Trench V"
  242.   - "&7 "
  243.   - "&7&oThis tool was engineered to trench."
  244.   - "&7&oHarness and abuse the great power of it..."
  245.   - "&7 "
  246.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  247.   - "&7 "
  248.   - "&7&m---------------------------------"
  249.   - "&a&lBUY PRICE: &f$5,000,000"
  250.   - "&7&m---------------------------------"
  251.   GUIItem: diamond_pickaxe
  252.   SlotInGUI: 15
  253.   Price: 5000000
  254. #
  255. # End configuration for TrenchTool5
  256. # -------------------------------------------------------------
Add Comment
Please, Sign In to add comment