Advertisement
nbdSteve

HarvesterTools harvester v1.0

Dec 13th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 12.79 KB | None | 0 0
  1. #
  2. # HarvesterTools harvester.yml v1.0
  3. #
  4. # For a price list of all the blocks please see the blocks.yml
  5. #
  6.  
  7. # -------------------------------------------------------------
  8. # Start configuration for harvester-tool-1
  9. #
  10. harvester-tool-1:
  11.  # The name of the item given to the player with the '/harvest give' command.
  12.   name: "&4&lHARVESTER TOOL &7(&flevel 1&7)"
  13.   #
  14.   # IMPORTANT: Make sure this is located in the Lore section of this configuration.
  15.   # And make sure it is unique to the level 1 items, this will tell the plugin what it is looking for.
  16.   unique: "&eHarvest I"
  17.   #
  18.   # IMPORTANT: make sure that the 'mode-unique-id' and the "%mode%" text are located in the same line,
  19.   # when the player changes mode it will change the lore like this: 'mode-unique-id + " " + harvest/sell-mode'
  20.   mode-unique-id: "&7&lMODE:"
  21.   #
  22.   # The string displayed when the tool is in harvest mode
  23.   harvest-mode: "&c&lHARVEST"
  24.   #
  25.   # The string displayed when the tool is in sell mode
  26.   sell-mode: "&a&lSELL"
  27.   #
  28.   # Enchantments that will be applied to the tool with the /harvest give command
  29.   # IMPORTANT: make sure to use these enchantment names https://docs.oc.tc/reference/enchantments (vanilla names may not work!).
  30.   # Syntax: NAME-LEVEL
  31.   enchantments:
  32.  - DIG_SPEED-5
  33.   - DURABILITY-3
  34.   #
  35.   # Enchantment Lore, you can make this as many lines as you would like.
  36.   # The mode-unique-id and %mode% can be on any line! Just make sure they are on the same line
  37.   lore:
  38.  - "&eHarvest I"
  39.   - "&7 "
  40.   - "&7&lMODE: %mode%"
  41.   - "&7 "
  42.   - "&7&oThis tool was created to stream line"
  43.   - "&7&oselling crops and plant matter. Attack"
  44.   - "&7&oyour greens and bathe in the profits."
  45.   - "&7 "
  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 harvester-tool-1 item will be given.
  51. harvester-tool-1-gui:
  52.  # If this item will be in the GUI.
  53.   enabled: true
  54.   name: "&4&lHARVESTER TOOL &7(&flevel 1&7)"
  55.   unique: "&eHarvest I"
  56.   enchantments:
  57.  - DIG_SPEED-5
  58.   - DURABILITY-3
  59.   lore:
  60.  - "&eHarvest I"
  61.   - "&7 "
  62.   - "&7&lMODE: &c&lHARVEST"
  63.   - "&7 "
  64.   - "&7&oThis tool was created to stream line"
  65.   - "&7&oselling crops and plant matter. Attack"
  66.   - "&7&oyour greens and bathe in the profits."
  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_hoe
  73.   # The slot in the GUI that this item will be.
  74.   gui-slot: 9
  75.   # The price of the HarvesterTool, this will be taken from the players account.
  76.   price: 1000000
  77. #
  78. # End configuration for harvester-tool-1
  79. # -------------------------------------------------------------
  80.  
  81. # -------------------------------------------------------------
  82. # Start configuration for harvester-tool-2
  83. #
  84. harvester-tool-2:
  85.   name: "&4&lHARVESTER TOOL &7(&flevel 2&7)"
  86.   unique: "&eHarvest II"
  87.   mode-unique-id: "&7&lMODE:"
  88.   harvest-mode: "&c&lHARVEST"
  89.   sell-mode: "&a&lSELL"
  90.   enchantments:
  91.  - DIG_SPEED-5
  92.   - DURABILITY-3
  93.   lore:
  94.  - "&eHarvest II"
  95.   - "&7 "
  96.   - "&7&lMODE: %mode%"
  97.   - "&7 "
  98.   - "&7&oThis tool was created to stream line"
  99.   - "&7&oselling crops and plant matter. Attack"
  100.   - "&7&oyour greens and bathe in the profits."
  101.   - "&7 "
  102. #
  103.  
  104. #
  105. harvester-tool-2-gui:
  106.   enabled: true
  107.   name: "&4&lHARVESTER TOOL &7(&flevel 2&7)"
  108.   unique: "&eHarvest II"
  109.   enchantments:
  110.  - DIG_SPEED-5
  111.   - DURABILITY-3
  112.   lore:
  113.  - "&eHarvest II"
  114.   - "&7 "
  115.   - "&7&lMODE: &c&lHARVEST"
  116.   - "&7 "
  117.   - "&7&oThis tool was created to stream line"
  118.   - "&7&oselling crops and plant matter. Attack"
  119.   - "&7&oyour greens and bathe in the profits."
  120.   - "&7 "
  121.   - "&7&m---------------------------------"
  122.   - "&a&lBUY PRICE: &f$2,000,000"
  123.   - "&7&m---------------------------------"
  124.   gui-item: diamond_hoe
  125.   gui-slot: 10
  126.   price: 2000000
  127. #
  128. # End configuration for harvester-tool-2
  129. # -------------------------------------------------------------
  130.  
  131. # -------------------------------------------------------------
  132. # Start configuration for harvester-tool-3
  133. #
  134. harvester-tool-3:
  135.   name: "&4&lHARVESTER TOOL &7(&flevel 3&7)"
  136.   unique: "&eHarvest III"
  137.   mode-unique-id: "&7&lMODE:"
  138.   harvest-mode: "&c&lHARVEST"
  139.   sell-mode: "&a&lSELL"
  140.   enchantments:
  141.  - DIG_SPEED-5
  142.   - DURABILITY-3
  143.   lore:
  144.  - "&eHarvest III"
  145.   - "&7 "
  146.   - "&7&lMODE: %mode%"
  147.   - "&7 "
  148.   - "&7&oThis tool was created to stream line"
  149.   - "&7&oselling crops and plant matter. Attack"
  150.   - "&7&oyour greens and bathe in the profits."
  151.   - "&7 "
  152. #
  153.  
  154. #
  155. harvester-tool-3-gui:
  156.   enabled: true
  157.   name: "&4&lHARVESTER TOOL &7(&flevel 3&7)"
  158.   unique: "&eHarvest III"
  159.   enchantments:
  160.  - DIG_SPEED-5
  161.   - DURABILITY-3
  162.   lore:
  163.  - "&eHarvest III"
  164.   - "&7 "
  165.   - "&7&lMODE: &c&lHARVEST"
  166.   - "&7 "
  167.   - "&7&oThis tool was created to stream line"
  168.   - "&7&oselling crops and plant matter. Attack"
  169.   - "&7&oyour greens and bathe in the profits."
  170.   - "&7 "
  171.   - "&7&m---------------------------------"
  172.   - "&a&lBUY PRICE: &f$3,000,000"
  173.   - "&7&m---------------------------------"
  174.   gui-item: diamond_hoe
  175.   gui-slot: 11
  176.   price: 3000000
  177. #
  178. # End configuration for harvester-tool-3
  179. # -------------------------------------------------------------
  180.  
  181. # -------------------------------------------------------------
  182. # Start configuration for harvester-tool-4
  183. #
  184. harvester-tool-4:
  185.   name: "&4&lHARVESTER TOOL &7(&flevel 4&7)"
  186.   unique: "&eHarvest IV"
  187.   mode-unique-id: "&7&lMODE:"
  188.   harvest-mode: "&c&lHARVEST"
  189.   sell-mode: "&a&lSELL"
  190.   enchantments:
  191.  - DIG_SPEED-5
  192.   - DURABILITY-3
  193.   lore:
  194.  - "&eHarvest IV"
  195.   - "&7 "
  196.   - "&7&lMODE: %mode%"
  197.   - "&7 "
  198.   - "&7&oThis tool was created to stream line"
  199.   - "&7&oselling crops and plant matter. Attack"
  200.   - "&7&oyour greens and bathe in the profits."
  201.   - "&7 "
  202. #
  203.  
  204. #
  205. harvester-tool-4-gui:
  206.   enabled: true
  207.   name: "&4&lHARVESTER TOOL &7(&flevel 4&7)"
  208.   unique: "&eHarvest IV"
  209.   enchantments:
  210.  - DIG_SPEED-5
  211.   - DURABILITY-3
  212.   lore:
  213.  - "&eHarvest IV"
  214.   - "&7 "
  215.   - "&7&lMODE: &c&lHARVEST"
  216.   - "&7 "
  217.   - "&7&oThis tool was created to stream line"
  218.   - "&7&oselling crops and plant matter. Attack"
  219.   - "&7&oyour greens and bathe in the profits."
  220.   - "&7 "
  221.   - "&7&m---------------------------------"
  222.   - "&a&lBUY PRICE: &f$4,000,000"
  223.   - "&7&m---------------------------------"
  224.   gui-item: diamond_hoe
  225.   gui-slot: 12
  226.   price: 4000000
  227. #
  228. # End configuration for harvester-tool-4
  229. # -------------------------------------------------------------
  230.  
  231. # -------------------------------------------------------------
  232. # Start configuration for harvester-tool-5
  233. #
  234. harvester-tool-5:
  235.   name: "&4&lHARVESTER TOOL &7(&flevel 5&7)"
  236.   unique: "&eHarvest V"
  237.   mode-unique-id: "&7&lMODE:"
  238.   harvest-mode: "&c&lHARVEST"
  239.   sell-mode: "&a&lSELL"
  240.   enchantments:
  241.  - DIG_SPEED-5
  242.   - DURABILITY-3
  243.   lore:
  244.  - "&eHarvest V"
  245.   - "&7 "
  246.   - "&7&lMODE: %mode%"
  247.   - "&7 "
  248.   - "&7&oThis tool was created to stream line"
  249.   - "&7&oselling crops and plant matter. Attack"
  250.   - "&7&oyour greens and bathe in the profits."
  251.   - "&7 "
  252. #
  253.  
  254. #
  255. harvester-tool-5-gui:
  256.   enabled: true
  257.   name: "&4&lHARVESTER TOOL &7(&flevel 5&7)"
  258.   unique: "&eHarvest V"
  259.   enchantments:
  260.  - DIG_SPEED-5
  261.   - DURABILITY-3
  262.   lore:
  263.  - "&eHarvest V"
  264.   - "&7 "
  265.   - "&7&lMODE: &c&lHARVEST"
  266.   - "&7 "
  267.   - "&7&oThis tool was created to stream line"
  268.   - "&7&oselling crops and plant matter. Attack"
  269.   - "&7&oyour greens and bathe in the profits."
  270.   - "&7 "
  271.   - "&7&m---------------------------------"
  272.   - "&a&lBUY PRICE: &f$5,000,000"
  273.   - "&7&m---------------------------------"
  274.   gui-item: diamond_hoe
  275.   gui-slot: 13
  276.   price: 5000000
  277. #
  278. # End configuration for harvester-tool-5
  279. # -------------------------------------------------------------
  280.  
  281. # -------------------------------------------------------------
  282. # Start configuration for harvester-tool-6
  283. #
  284. harvester-tool-6:
  285.   name: "&4&lHARVESTER TOOL &7(&flevel 6&7)"
  286.   unique: "&eHarvest VI"
  287.   mode-unique-id: "&7&lMODE:"
  288.   harvest-mode: "&c&lHARVEST"
  289.   sell-mode: "&a&lSELL"
  290.   enchantments:
  291.  - DIG_SPEED-5
  292.   - DURABILITY-3
  293.   lore:
  294.  - "&eHarvest VI"
  295.   - "&7 "
  296.   - "&7&lMODE: %mode%"
  297.   - "&7 "
  298.   - "&7&oThis tool was created to stream line"
  299.   - "&7&oselling crops and plant matter. Attack"
  300.   - "&7&oyour greens and bathe in the profits."
  301.   - "&7 "
  302. #
  303.  
  304. #
  305. harvester-tool-6-gui:
  306.   enabled: true
  307.   name: "&4&lHARVESTER TOOL &7(&flevel 6&7)"
  308.   unique: "&eHarvest VI"
  309.   enchantments:
  310.  - DIG_SPEED-5
  311.   - DURABILITY-3
  312.   lore:
  313.  - "&eHarvest VI"
  314.   - "&7 "
  315.   - "&7&lMODE: &c&lHARVEST"
  316.   - "&7 "
  317.   - "&7&oThis tool was created to stream line"
  318.   - "&7&oselling crops and plant matter. Attack"
  319.   - "&7&oyour greens and bathe in the profits."
  320.   - "&7 "
  321.   - "&7&m---------------------------------"
  322.   - "&a&lBUY PRICE: &f$6,000,000"
  323.   - "&7&m---------------------------------"
  324.   gui-item: diamond_hoe
  325.   gui-slot: 14
  326.   price: 6000000
  327. #
  328. # End configuration for harvester-tool-6
  329. # -------------------------------------------------------------
  330.  
  331. # -------------------------------------------------------------
  332. # Start configuration for harvester-tool-7
  333. #
  334. harvester-tool-7:
  335.   name: "&4&lHARVESTER TOOL &7(&flevel 7&7)"
  336.   unique: "&eHarvest VII"
  337.   mode-unique-id: "&7&lMODE:"
  338.   harvest-mode: "&c&lHARVEST"
  339.   sell-mode: "&a&lSELL"
  340.   enchantments:
  341.  - DIG_SPEED-5
  342.   - DURABILITY-3
  343.   lore:
  344.  - "&eHarvest VII"
  345.   - "&7 "
  346.   - "&7&lMODE: %mode%"
  347.   - "&7 "
  348.   - "&7&oThis tool was created to stream line"
  349.   - "&7&oselling crops and plant matter. Attack"
  350.   - "&7&oyour greens and bathe in the profits."
  351.   - "&7 "
  352. #
  353.  
  354. #
  355. harvester-tool-7-gui:
  356.   enabled: true
  357.   name: "&4&lHARVESTER TOOL &7(&flevel 7&7)"
  358.   unique: "&eHarvest VII"
  359.   enchantments:
  360.  - DIG_SPEED-5
  361.   - DURABILITY-3
  362.   lore:
  363.  - "&eHarvest VII"
  364.   - "&7 "
  365.   - "&7&lMODE: &c&lHARVEST"
  366.   - "&7 "
  367.   - "&7&oThis tool was created to stream line"
  368.   - "&7&oselling crops and plant matter. Attack"
  369.   - "&7&oyour greens and bathe in the profits."
  370.   - "&7 "
  371.   - "&7&m---------------------------------"
  372.   - "&a&lBUY PRICE: &f$7,000,000"
  373.   - "&7&m---------------------------------"
  374.   gui-item: diamond_hoe
  375.   gui-slot: 15
  376.   price: 7000000
  377. #
  378. # End configuration for harvester-tool-7
  379. # -------------------------------------------------------------
  380.  
  381. # -------------------------------------------------------------
  382. # Start configuration for harvester-tool-8
  383. #
  384. harvester-tool-8:
  385.   name: "&4&lHARVESTER TOOL &7(&flevel 8&7)"
  386.   unique: "&eHarvest VIII"
  387.   mode-unique-id: "&7&lMODE:"
  388.   harvest-mode: "&c&lHARVEST"
  389.   sell-mode: "&a&lSELL"
  390.   enchantments:
  391.  - DIG_SPEED-5
  392.   - DURABILITY-3
  393.   lore:
  394.  - "&eHarvest VIII"
  395.   - "&7 "
  396.   - "&7&lMODE: %mode%"
  397.   - "&7 "
  398.   - "&7&oThis tool was created to stream line"
  399.   - "&7&oselling crops and plant matter. Attack"
  400.   - "&7&oyour greens and bathe in the profits."
  401.   - "&7 "
  402. #
  403.  
  404. #
  405. harvester-tool-8-gui:
  406.   enabled: true
  407.   name: "&4&lHARVESTER TOOL &7(&flevel 8&7)"
  408.   unique: "&eHarvest VIII"
  409.   enchantments:
  410.  - DIG_SPEED-5
  411.   - DURABILITY-3
  412.   lore:
  413.  - "&eHarvest VIII"
  414.   - "&7 "
  415.   - "&7&lMODE: &c&lHARVEST"
  416.   - "&7 "
  417.   - "&7&oThis tool was created to stream line"
  418.   - "&7&oselling crops and plant matter. Attack"
  419.   - "&7&oyour greens and bathe in the profits."
  420.   - "&7 "
  421.   - "&7&m---------------------------------"
  422.   - "&a&lBUY PRICE: &f$8,000,000"
  423.   - "&7&m---------------------------------"
  424.   gui-item: diamond_hoe
  425.   gui-slot: 16
  426.   price: 8000000
  427. #
  428. # End configuration for harvester-tool-8
  429. # -------------------------------------------------------------
  430.  
  431. # -------------------------------------------------------------
  432. # Start configuration for harvester-tool-9
  433. #
  434. harvester-tool-9:
  435.   name: "&4&lHARVESTER TOOL &7(&flevel 9&7)"
  436.   unique: "&eHarvest IX"
  437.   mode-unique-id: "&7&lMODE:"
  438.   harvest-mode: "&c&lHARVEST"
  439.   sell-mode: "&a&lSELL"
  440.   enchantments:
  441.  - DIG_SPEED-5
  442.   - DURABILITY-3
  443.   lore:
  444.  - "&eHarvest IX"
  445.   - "&7 "
  446.   - "&7&lMODE: %mode%"
  447.   - "&7 "
  448.   - "&7&oThis tool was created to stream line"
  449.   - "&7&oselling crops and plant matter. Attack"
  450.   - "&7&oyour greens and bathe in the profits."
  451.   - "&7 "
  452. #
  453.  
  454. #
  455. harvester-tool-9-gui:
  456.   enabled: true
  457.   name: "&4&lHARVESTER TOOL &7(&flevel 9&7)"
  458.   unique: "&eHarvest IX"
  459.   enchantments:
  460.  - DIG_SPEED-5
  461.   - DURABILITY-3
  462.   lore:
  463.  - "&eHarvest IX"
  464.   - "&7 "
  465.   - "&7&lMODE: &c&lHARVEST"
  466.   - "&7 "
  467.   - "&7&oThis tool was created to stream line"
  468.   - "&7&oselling crops and plant matter. Attack"
  469.   - "&7&oyour greens and bathe in the profits."
  470.   - "&7 "
  471.   - "&7&m---------------------------------"
  472.   - "&a&lBUY PRICE: &f$9,000,000"
  473.   - "&7&m---------------------------------"
  474.   gui-item: diamond_hoe
  475.   gui-slot: 17
  476.   price: 9000000
  477. #
  478. # End configuration for harvester-tool-9
  479. # -------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement