Advertisement
nbdSteve

TrenchTools trench v3.0

Dec 13th, 2018
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 12.38 KB | None | 0 0
  1. #
  2. # TrenchTools trench.yml v3.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. blacklisted-block-list:
  8. - hopper
  9. - bedrock
  10. - mob_spawner
  11.  
  12. # -------------------------------------------------------------
  13. # Start configuration for trench-tool-1
  14. #
  15. trench-tool-1:
  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.   unique: "&3Trench I"
  22.   #
  23.   # this + blocks-mined-increment-id will replace that line in the lore when the player mines blocks.
  24.   blocks-mined-unique-line-id: "&5&lBLOCKS MINED:"
  25.   blocks-mined-increment-id: "&d&l%blocksMined%"
  26.   #
  27.   # The radius for the pickaxe to break around the block, this can be even and odd. a radius of 1 is
  28.   # 1 block away from the mined block, so this is a 3x3x3 pickaxe; a radius of 2 = 5x5x5 etc.
  29.   radius: 1
  30.   #
  31.   # Enchantments that will be applied to the tool with the /trench give command
  32.   # IMPORTANT: make sure to use these enchantment names https://docs.oc.tc/reference/enchantments (vanilla names may not work!).
  33.   # Syntax: NAME-LEVEL
  34.   enchantments:
  35.  - DIG_SPEED-5
  36.   - DURABILITY-3
  37.   #
  38.   # Enchantment Lore, you can make this as many lines as you would like.
  39.   # In v3.0 you can put the %blocksMined% placeholder anywhere in the lore (must be after the 'blocks-mined-unique-line-id').
  40.   lore:
  41.  - "&3Trench I"
  42.   - "&7 "
  43.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  44.   - "&7 "
  45.   - "&7&oThis tool was engineered to trench."
  46.   - "&7&oHarness and abuse the great power of it..."
  47. #
  48.  
  49. #
  50. # The following configuration is for the item displayed in the GUI menu.
  51. # This item will not be given to the player, the trench-tool-1 item will be given.
  52. trench-tool-1-gui:
  53.  # If this item will be in the GUI.
  54.   enabled: true
  55.   name: "&f&lGIGA DRILL &7(&b3x3&7)"
  56.   unique: "&3Trench I"
  57.   enchantments:
  58.  - DIG_SPEED-5
  59.   - DURABILITY-3
  60.   lore:
  61.  - "&3Trench I"
  62.   - "&7 "
  63.   - "&7&oThis tool was engineered to trench."
  64.   - "&7&oHarness and abuse the great power of it..."
  65.   - "&7 "
  66.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  67.   - "&7 "
  68.   - "&7&m---------------------------------"
  69.   - "&a&lBUY PRICE: &f$1,000,000"
  70.   - "&7&m---------------------------------"
  71.   # The actual item in the gui (this is the item that will be given to the player).
  72.   gui-item: diamond_pickaxe
  73.   # The slot in the GUI that this item will be.
  74.   gui-slot: 9
  75.   # The price of the TrenchTool, this will be taken from the players account.
  76.   price: 1000000
  77. #
  78. # End configuration for trench-tool-1
  79. # -------------------------------------------------------------
  80.  
  81. # -------------------------------------------------------------
  82. # Start configuration for trench-tool-2
  83. #
  84. trench-tool-2:
  85.   name: "&f&lGIGA DRILL &7(&b5x5&7)"
  86.   unique: "&3Trench II"
  87.   blocks-mined-unique-line-id: "&5&lBLOCKS MINED:"
  88.   blocks-mined-increment-id: "&d&l%blocksMined%"
  89.   radius: 2
  90.   enchantments:
  91.  - DIG_SPEED-5
  92.   - DURABILITY-3
  93.   lore:
  94.  - "&3Trench II"
  95.   - "&7 "
  96.   - "&7&oThis tool was engineered to trench."
  97.   - "&7&oHarness and abuse the great power of it..."
  98.   - "&7 "
  99.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  100. #
  101.  
  102. #
  103. trench-tool-2-gui:
  104.   enabled: true
  105.   name: "&f&lGIGA DRILL &7(&b5x5&7)"
  106.   unique: "&3Trench II"
  107.   enchantments:
  108.  - DIG_SPEED-5
  109.   - DURABILITY-3
  110.   lore:
  111.  - "&3Trench II"
  112.   - "&7 "
  113.   - "&7&oThis tool was engineered to trench."
  114.   - "&7&oHarness and abuse the great power of it..."
  115.   - "&7 "
  116.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  117.   - "&7 "
  118.   - "&7&m---------------------------------"
  119.   - "&a&lBUY PRICE: &f$2,000,000"
  120.   - "&7&m---------------------------------"
  121.   gui-item: diamond_pickaxe
  122.   gui-slot: 10
  123.   price: 2000000
  124. #
  125. # End configuration for trench-tool-2
  126. # -------------------------------------------------------------
  127.  
  128. # -------------------------------------------------------------
  129. # Start configuration for trench-tool-3
  130. #
  131. trench-tool-3:
  132.   name: "&f&lGIGA DRILL &7(&b7x7&7)"
  133.   unique: "&3Trench III"
  134.   blocks-mined-unique-line-id: "&5&lBLOCKS MINED:"
  135.   blocks-mined-increment-id: "&d&l%blocksMined%"
  136.   radius: 3
  137.   enchantments:
  138.  - DIG_SPEED-5
  139.   - DURABILITY-3
  140.   lore:
  141.  - "&3Trench III"
  142.   - "&7 "
  143.   - "&7&oThis tool was engineered to trench."
  144.   - "&7&oHarness and abuse the great power of it..."
  145.   - "&7 "
  146.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  147. #
  148.  
  149. #
  150. trench-tool-3-gui:
  151.   enabled: true
  152.   name: "&f&lGIGA DRILL &7(&b7x7&7)"
  153.   unique: "&3Trench III"
  154.   enchantments:
  155.  - DIG_SPEED-5
  156.   - DURABILITY-3
  157.   lore:
  158.  - "&3Trench III"
  159.   - "&7 "
  160.   - "&7&oThis tool was engineered to trench."
  161.   - "&7&oHarness and abuse the great power of it..."
  162.   - "&7 "
  163.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  164.   - "&7 "
  165.   - "&7&m---------------------------------"
  166.   - "&a&lBUY PRICE: &f$3,000,000"
  167.   - "&7&m---------------------------------"
  168.   gui-item: diamond_pickaxe
  169.   gui-slot: 11
  170.   price: 3000000
  171. #
  172. # End configuration for trench-tool-3
  173. # -------------------------------------------------------------
  174.  
  175. # -------------------------------------------------------------
  176. # Start configuration for trench-tool-4
  177. #
  178. trench-tool-4:
  179.   name: "&f&lGIGA DRILL &7(&b9x9&7)"
  180.   unique: "&3Trench IV"
  181.   blocks-mined-unique-line-id: "&5&lBLOCKS MINED:"
  182.   blocks-mined-increment-id: "&d&l%blocksMined%"
  183.   radius: 4
  184.   enchantments:
  185.  - DIG_SPEED-5
  186.   - DURABILITY-3
  187.   lore:
  188.  - "&3Trench IV"
  189.   - "&7 "
  190.   - "&7&oThis tool was engineered to trench."
  191.   - "&7&oHarness and abuse the great power of it..."
  192.   - "&7 "
  193.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  194. #
  195.  
  196. #
  197. trench-tool-4-gui:
  198.   enabled: true
  199.   name: "&f&lGIGA DRILL &7(&b9x9&7)"
  200.   unique: "&3Trench IV"
  201.   enchantments:
  202.  - DIG_SPEED-5
  203.   - DURABILITY-3
  204.   lore:
  205.  - "&3Trench IV"
  206.   - "&7 "
  207.   - "&7&oThis tool was engineered to trench."
  208.   - "&7&oHarness and abuse the great power of it..."
  209.   - "&7 "
  210.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  211.   - "&7 "
  212.   - "&7&m---------------------------------"
  213.   - "&a&lBUY PRICE: &f$4,000,000"
  214.   - "&7&m---------------------------------"
  215.   gui-item: diamond_pickaxe
  216.   gui-slot: 12
  217.   price: 4000000
  218. #
  219. # End configuration for trench-tool-4
  220. # -------------------------------------------------------------
  221.  
  222. # -------------------------------------------------------------
  223. # Start configuration for trench-tool-5
  224. #
  225. trench-tool-5:
  226.   name: "&f&lGIGA DRILL &7(&b11x11&7)"
  227.   unique: "&3Trench V"
  228.   blocks-mined-unique-line-id: "&5&lBLOCKS MINED:"
  229.   blocks-mined-increment-id: "&d&l%blocksMined%"
  230.   radius: 5
  231.   enchantments:
  232.  - DIG_SPEED-5
  233.   - DURABILITY-3
  234.   lore:
  235.  - "&3Trench V"
  236.   - "&7 "
  237.   - "&7&oThis tool was engineered to trench."
  238.   - "&7&oHarness and abuse the great power of it..."
  239.   - "&7 "
  240.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  241. #
  242.  
  243. #
  244. trench-tool-5-gui:
  245.   enabled: true
  246.   name: "&f&lGIGA DRILL &7(&b11x11&7)"
  247.   unique: "&3Trench V"
  248.   enchantments:
  249.  - DIG_SPEED-5
  250.   - DURABILITY-3
  251.   lore:
  252.  - "&3Trench V"
  253.   - "&7 "
  254.   - "&7&oThis tool was engineered to trench."
  255.   - "&7&oHarness and abuse the great power of it..."
  256.   - "&7 "
  257.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  258.   - "&7 "
  259.   - "&7&m---------------------------------"
  260.   - "&a&lBUY PRICE: &f$5,000,000"
  261.   - "&7&m---------------------------------"
  262.   gui-item: diamond_pickaxe
  263.   gui-slot: 13
  264.   price: 5000000
  265. #
  266. # End configuration for trench-tool-5
  267. # -------------------------------------------------------------
  268.  
  269. # -------------------------------------------------------------
  270. # Start configuration for trench-tool-6
  271. #
  272. trench-tool-6:
  273.   name: "&f&lGIGA DRILL &7(&b13x13&7)"
  274.   unique: "&3Trench VI"
  275.   blocks-mined-unique-line-id: "&5&lBLOCKS MINED:"
  276.   blocks-mined-increment-id: "&d&l%blocksMined%"
  277.   radius: 6
  278.   enchantments:
  279.  - DIG_SPEED-5
  280.   - DURABILITY-3
  281.   lore:
  282.  - "&3Trench VI"
  283.   - "&7 "
  284.   - "&7&oThis tool was engineered to trench."
  285.   - "&7&oHarness and abuse the great power of it..."
  286.   - "&7 "
  287.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  288. #
  289.  
  290. #
  291. trench-tool-6-gui:
  292.   enabled: true
  293.   name: "&f&lGIGA DRILL &7(&b13x13&7)"
  294.   unique: "&3Trench VI"
  295.   enchantments:
  296.  - DIG_SPEED-5
  297.   - DURABILITY-3
  298.   lore:
  299.  - "&3Trench VI"
  300.   - "&7 "
  301.   - "&7&oThis tool was engineered to trench."
  302.   - "&7&oHarness and abuse the great power of it..."
  303.   - "&7 "
  304.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  305.   - "&7 "
  306.   - "&7&m---------------------------------"
  307.   - "&a&lBUY PRICE: &f$6,000,000"
  308.   - "&7&m---------------------------------"
  309.   gui-item: diamond_pickaxe
  310.   gui-slot: 14
  311.   price: 6000000
  312. #
  313. # End configuration for trench-tool-6
  314. # -------------------------------------------------------------
  315.  
  316. # -------------------------------------------------------------
  317. # Start configuration for trench-tool-7
  318. #
  319. trench-tool-7:
  320.   name: "&f&lGIGA DRILL &7(&b15x15&7)"
  321.   unique: "&3Trench VII"
  322.   blocks-mined-unique-line-id: "&5&lBLOCKS MINED:"
  323.   blocks-mined-increment-id: "&d&l%blocksMined%"
  324.   radius: 7
  325.   enchantments:
  326.  - DIG_SPEED-5
  327.   - DURABILITY-3
  328.   lore:
  329.  - "&3Trench VII"
  330.   - "&7 "
  331.   - "&7&oThis tool was engineered to trench."
  332.   - "&7&oHarness and abuse the great power of it..."
  333.   - "&7 "
  334.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  335. #
  336.  
  337. #
  338. trench-tool-7-gui:
  339.   enabled: true
  340.   name: "&f&lGIGA DRILL &7(&b15x15&7)"
  341.   unique: "&3Trench VII"
  342.   enchantments:
  343.  - DIG_SPEED-5
  344.   - DURABILITY-3
  345.   lore:
  346.  - "&3Trench VII"
  347.   - "&7 "
  348.   - "&7&oThis tool was engineered to trench."
  349.   - "&7&oHarness and abuse the great power of it..."
  350.   - "&7 "
  351.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  352.   - "&7 "
  353.   - "&7&m---------------------------------"
  354.   - "&a&lBUY PRICE: &f$7,000,000"
  355.   - "&7&m---------------------------------"
  356.   gui-item: diamond_pickaxe
  357.   gui-slot: 15
  358.   price: 7000000
  359. #
  360. # End configuration for trench-tool-7
  361. # -------------------------------------------------------------
  362.  
  363. # -------------------------------------------------------------
  364. # Start configuration for trench-tool-8
  365. #
  366. trench-tool-8:
  367.   name: "&f&lGIGA DRILL &7(&b17x17&7)"
  368.   unique: "&3Trench VIII"
  369.   blocks-mined-unique-line-id: "&5&lBLOCKS MINED:"
  370.   blocks-mined-increment-id: "&d&l%blocksMined%"
  371.   radius: 8
  372.   enchantments:
  373.  - DIG_SPEED-5
  374.   - DURABILITY-3
  375.   lore:
  376.  - "&3Trench VIII"
  377.   - "&7 "
  378.   - "&7&oThis tool was engineered to trench."
  379.   - "&7&oHarness and abuse the great power of it..."
  380.   - "&7 "
  381.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  382. #
  383.  
  384. #
  385. trench-tool-8-gui:
  386.   enabled: true
  387.   name: "&f&lGIGA DRILL &7(&b17x17&7)"
  388.   unique: "&3Trench VIII"
  389.   enchantments:
  390.  - DIG_SPEED-5
  391.   - DURABILITY-3
  392.   lore:
  393.  - "&3Trench VIII"
  394.   - "&7 "
  395.   - "&7&oThis tool was engineered to trench."
  396.   - "&7&oHarness and abuse the great power of it..."
  397.   - "&7 "
  398.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  399.   - "&7 "
  400.   - "&7&m---------------------------------"
  401.   - "&a&lBUY PRICE: &f$8,000,000"
  402.   - "&7&m---------------------------------"
  403.   gui-item: diamond_pickaxe
  404.   gui-slot: 16
  405.   price: 8000000
  406. #
  407. # End configuration for trench-tool-8
  408. # ------------------------------------------------------------
  409.  
  410. # -------------------------------------------------------------
  411. # Start configuration for trench-tool-9
  412. #
  413. trench-tool-9:
  414.   name: "&f&lGIGA DRILL &7(&b19x19&7)"
  415.   unique: "&3Trench IX"
  416.   blocks-mined-unique-line-id: "&5&lBLOCKS MINED:"
  417.   blocks-mined-increment-id: "&d&l%blocksMined%"
  418.   radius: 9
  419.   enchantments:
  420.  - DIG_SPEED-5
  421.   - DURABILITY-3
  422.   lore:
  423.  - "&3Trench IX"
  424.   - "&7 "
  425.   - "&7&oThis tool was engineered to trench."
  426.   - "&7&oHarness and abuse the great power of it..."
  427.   - "&7 "
  428.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  429. #
  430.  
  431. #
  432. trench-tool-9-gui:
  433.   enabled: true
  434.   name: "&f&lGIGA DRILL &7(&b19x19&7)"
  435.   unique: "&3Trench IX"
  436.   enchantments:
  437.  - DIG_SPEED-5
  438.   - DURABILITY-3
  439.   lore:
  440.  - "&3Trench IX"
  441.   - "&7 "
  442.   - "&7&oThis tool was engineered to trench."
  443.   - "&7&oHarness and abuse the great power of it..."
  444.   - "&7 "
  445.   - "&5&lBLOCKS MINED: &d&l%blocksMined%"
  446.   - "&7 "
  447.   - "&7&m---------------------------------"
  448.   - "&a&lBUY PRICE: &f$9,000,000"
  449.   - "&7&m---------------------------------"
  450.   gui-item: diamond_pickaxe
  451.   gui-slot: 17
  452.   price: 9000000
  453. #
  454. # End configuration for trench-tool-9
  455. # -------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement