Advertisement
nbdSteve

LightningWands lightning v3.0

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