Advertisement
nbdSteve

TrayTools tray v3.0

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