nbdSteve

TrayTools || tray.yml (v.2.1.0)

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