Advertisement
nbdSteve

SandWands || sandwands.yml (v.2.1.0)

Aug 4th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 8.14 KB | None | 0 0
  1. #
  2. # SandWands sandwands.yml v2.1.0
  3. #
  4. # The list of blocks that will be broken by the sandwands.
  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. - sand
  9. - red_sand
  10. - gravel
  11.  
  12. # -------------------------------------------------------------
  13. # Start configuration for SandWand1
  14. #
  15. SandWand1:
  16.  # The name of the item given to a player with the '/sandwand give' command.
  17.   Name: "&c&lSAND WAND &7(&4Tier 1&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.   UniqueName: "&eSandWand I"
  22.   #
  23.   # This will replace the %uses% placeholder if you want the tool to have infinite uses.
  24.   InfiniteUseName: "INFINITE"
  25.   #
  26.   # the Y level at which the plugin should mine down to.
  27.   BaseLevel: 1
  28.   #
  29.   # The cooldown between each sand wand useage. The cooldown is measured in seconds.
  30.   # Set the cooldown to -1 to disable the cooldown.
  31.   Cooldown: 10
  32.   #
  33.   # Enchantments that will be applied to the tool with the /sandwand give command
  34.   # IMPORTANT: make sure to use these enchantment names https://docs.oc.tc/reference/enchantments (vanilla names may not work!).
  35.   # ENCHANTMENT NAME-LEVEL
  36.   Enchantments:
  37.  - DURABILITY-3
  38.   - KNOCKBACK-3
  39.   #
  40.   # Enchantment Lore, you can make this as many lines as you would like.
  41.   # IMPORTANT: Make sure that the 'USES' section is the final / last line of the lore,
  42.   # otherwise it will not work properly. The %uses% placeholder will update when the player uses the wand."
  43.   Lore:
  44.  - "&eSandWand I"
  45.   - "&7 "
  46.   - "&7&oThis wand was manufactured to"
  47.   - "&7&oremove sand stacks, use it wisely..."
  48.   - "&7 "
  49.   - "&7&lCOOLDOWN: &f&l10 Seconds"
  50.  - "&7 "
  51.  - "&b&lUSES REMAINING: &3&l%uses%"
  52. #
  53.  
  54. #
  55. # The following configuration is for the item displayed in the GUI menu.
  56. # This item will not be given to the player, the SandWand1 item will be given.
  57. SandWand1GUI:
  58.  # If this item will be in the GUI.
  59.   Enabled: true
  60.   # The number of uses the tool will come with from the GUI.
  61.   Uses: 1000
  62.   #
  63.   Name: "&c&lSAND WAND &7(&4Tier 1&7)"
  64.   #
  65.   UniqueName: "&eSandWand I"
  66.   #
  67.   Enchantments:
  68.  - DURABILITY-3
  69.   - KNOCKBACK-3
  70.   #
  71.   Lore:
  72.  - "&eSandWand I"
  73.   - "&7 "
  74.   - "&7&oThis wand was manufactured to"
  75.   - "&7&oremove sand stacks, use it wisely..."
  76.   - "&7 "
  77.   - "&7&lCOOLDOWN: &f&l10 Seconds"
  78.  - "&7 "
  79.  - "&b&lUSES REMAINING: &3&l%uses%"
  80.   - "&7 "
  81.   - "&7&m---------------------------------"
  82.   - "&a&lBUY PRICE: &f$1,000,000"
  83.   - "&7&m---------------------------------"
  84.   # The actual item in the gui (this is the item that will be given to the player).
  85.   GUIItem: bone
  86.   # The slot in the GUI that this item will be.
  87.   SlotInGUI: 11
  88.   # The price of the TrenchTool, this will be taken from the players account.
  89.   Price: 1000000
  90. #
  91. # End configuration for SandWand1
  92. # -------------------------------------------------------------
  93.  
  94. # -------------------------------------------------------------
  95. # Start configuration for SandWand2
  96. #
  97. SandWand2:
  98.  #
  99.   Name: "&c&lSAND WAND &7(&4Tier 2&7)"
  100.   #
  101.   UniqueName: "&eSandWand II"
  102.   #
  103.   InfiniteUseName: "INFINITE"
  104.   #
  105.   BaseLevel: 1
  106.   #
  107.   Cooldown: 8
  108.   #
  109.   Enchantments:
  110.  - DURABILITY-3
  111.   - KNOCKBACK-3
  112.   #
  113.   Lore:
  114.  - "&eSandWand II"
  115.   - "&7 "
  116.   - "&7&oThis wand was manufactured to"
  117.   - "&7&oremove sand stacks, use it wisely..."
  118.   - "&7 "
  119.   - "&7&lCOOLDOWN: &f&l8 Seconds"
  120.  - "&7 "
  121.  - "&b&lUSES REMAINING: &3&l%uses%"
  122. #
  123.  
  124. #
  125. SandWand2GUI:
  126.  #
  127.   Enabled: true
  128.   #
  129.   Uses: 1000
  130.   #
  131.   Name: "&c&lSAND WAND &7(&4Tier 2&7)"
  132.   #
  133.   UniqueName: "&eSandWand II"
  134.   #
  135.   Enchantments:
  136.  - DURABILITY-3
  137.   - KNOCKBACK-3
  138.   #
  139.   Lore:
  140.  - "&eSandWand II"
  141.   - "&7 "
  142.   - "&7&oThis wand was manufactured to"
  143.   - "&7&oremove sand stacks, use it wisely..."
  144.   - "&7 "
  145.   - "&7&lCOOLDOWN: &f&l8 Seconds"
  146.  - "&7 "
  147.  - "&b&lUSES REMAINING: &3&l%uses%"
  148.   - "&7 "
  149.   - "&7&m---------------------------------"
  150.   - "&a&lBUY PRICE: &f$2,000,000"
  151.   - "&7&m---------------------------------"
  152.   #
  153.   GUIItem: bone
  154.   #
  155.   SlotInGUI: 12
  156.   #
  157.   Price: 2000000
  158. #
  159. # End configuration for SandWand2
  160. # -------------------------------------------------------------  
  161.  
  162. # -------------------------------------------------------------
  163. # Start configuration for SandWand3
  164. #
  165. SandWand3:
  166.  #
  167.   Name: "&c&lSAND WAND &7(&4Tier 3&7)"
  168.   #
  169.   UniqueName: "&eSandWand III"
  170.   #
  171.   InfiniteUseName: "INFINITE"
  172.   #
  173.   BaseLevel: 1
  174.   #
  175.   Cooldown: 6
  176.   #
  177.   Enchantments:
  178.  - DURABILITY-3
  179.   - KNOCKBACK-3
  180.   #
  181.   Lore:
  182.  - "&eSandWand III"
  183.   - "&7 "
  184.   - "&7&oThis wand was manufactured to"
  185.   - "&7&oremove sand stacks, use it wisely..."
  186.   - "&7 "
  187.   - "&7&lCOOLDOWN: &f&l6 Seconds"
  188.  - "&7 "
  189.  - "&b&lUSES REMAINING: &3&l%uses%"
  190. #
  191.  
  192. #
  193. SandWand3GUI:
  194.  #
  195.   Enabled: true
  196.   #
  197.   Uses: 1000
  198.   #
  199.   Name: "&c&lSAND WAND &7(&4Tier 3&7)"
  200.   #
  201.   UniqueName: "&eSandWand III"
  202.   #
  203.   Enchantments:
  204.  - DURABILITY-3
  205.   - KNOCKBACK-3
  206.   #
  207.   Lore:
  208.  - "&eSandWand III"
  209.   - "&7 "
  210.   - "&7&oThis wand was manufactured to"
  211.   - "&7&oremove sand stacks, use it wisely..."
  212.   - "&7 "
  213.   - "&7&lCOOLDOWN: &f&l6 Seconds"
  214.  - "&7 "
  215.  - "&b&lUSES REMAINING: &3&l%uses%"
  216.   - "&7 "
  217.   - "&7&m---------------------------------"
  218.   - "&a&lBUY PRICE: &f$3,000,000"
  219.   - "&7&m---------------------------------"
  220.   #
  221.   GUIItem: bone
  222.   #
  223.   SlotInGUI: 13
  224.   #
  225.   Price: 3000000
  226. #
  227. # End configuration for SandWand3
  228. # -------------------------------------------------------------  
  229.  
  230. # -------------------------------------------------------------
  231. # Start configuration for SandWand4
  232. #
  233. SandWand4:
  234.  #
  235.   Name: "&c&lSAND WAND &7(&4Tier 4&7)"
  236.   #
  237.   UniqueName: "&eSandWand IV"
  238.   #
  239.   InfiniteUseName: "INFINITE"
  240.   #
  241.   BaseLevel: 1
  242.   #
  243.   Cooldown: 4
  244.   #
  245.   Enchantments:
  246.  - DURABILITY-3
  247.   - KNOCKBACK-3
  248.   #
  249.   Lore:
  250.  - "&eSandWand IV"
  251.   - "&7 "
  252.   - "&7&oThis wand was manufactured to"
  253.   - "&7&oremove sand stacks, use it wisely..."
  254.   - "&7 "
  255.   - "&7&lCOOLDOWN: &f&l4 Seconds"
  256.  - "&7 "
  257.  - "&b&lUSES REMAINING: &3&l%uses%"
  258. #
  259.  
  260. #
  261. SandWand4GUI:
  262.  #
  263.   Enabled: true
  264.   #
  265.   Uses: 1000
  266.   #
  267.   Name: "&c&lSAND WAND &7(&4Tier 4&7)"
  268.   #
  269.   UniqueName: "&eSandWand IV"
  270.   #
  271.   Enchantments:
  272.  - DURABILITY-3
  273.   - KNOCKBACK-3
  274.   #
  275.   Lore:
  276.  - "&eSandWand IV"
  277.   - "&7 "
  278.   - "&7&oThis wand was manufactured to"
  279.   - "&7&oremove sand stacks, use it wisely..."
  280.   - "&7 "
  281.   - "&7&lCOOLDOWN: &f&l4 Seconds"
  282.  - "&7 "
  283.  - "&b&lUSES REMAINING: &3&l%uses%"
  284.   - "&7 "
  285.   - "&7&m---------------------------------"
  286.   - "&a&lBUY PRICE: &f$4,000,000"
  287.   - "&7&m---------------------------------"
  288.   #
  289.   GUIItem: bone
  290.   #
  291.   SlotInGUI: 14
  292.   #
  293.   Price: 4000000
  294. #
  295. # End configuration for SandWand4
  296. # -------------------------------------------------------------  
  297.  
  298. # -------------------------------------------------------------
  299. # Start configuration for SandWand5
  300. #
  301. SandWand5:
  302.  #
  303.   Name: "&c&lSAND WAND &7(&4Tier 5&7)"
  304.   #
  305.   UniqueName: "&eSandWand V"
  306.   #
  307.   InfiniteUseName: "INFINITE"
  308.   #
  309.   BaseLevel: 1
  310.   #
  311.   Cooldown: 2
  312.   #
  313.   Enchantments:
  314.  - DURABILITY-3
  315.   - KNOCKBACK-3
  316.   #
  317.   Lore:
  318.  - "&eSandWand V"
  319.   - "&7 "
  320.   - "&7&oThis wand was manufactured to"
  321.   - "&7&oremove sand stacks, use it wisely..."
  322.   - "&7 "
  323.   - "&7&lCOOLDOWN: &f&l2 Seconds"
  324.  - "&7 "
  325.  - "&b&lUSES REMAINING: &3&l%uses%"
  326. #
  327.  
  328. #
  329. SandWand5GUI:
  330.  #
  331.   Enabled: true
  332.   #
  333.   Uses: 1000
  334.   #
  335.   Name: "&c&lSAND WAND &7(&4Tier 5&7)"
  336.   #
  337.   UniqueName: "&eSandWand V"
  338.   #
  339.   Enchantments:
  340.  - DURABILITY-3
  341.   - KNOCKBACK-3
  342.   #
  343.   Lore:
  344.  - "&eSandWand V"
  345.   - "&7 "
  346.   - "&7&oThis wand was manufactured to"
  347.   - "&7&oremove sand stacks, use it wisely..."
  348.   - "&7 "
  349.   - "&7&lCOOLDOWN: &f&l2 Seconds"
  350.  - "&7 "
  351.  - "&b&lUSES REMAINING: &3&l%uses%"
  352.   - "&7 "
  353.   - "&7&m---------------------------------"
  354.   - "&a&lBUY PRICE: &f$5,000,000"
  355.   - "&7&m---------------------------------"
  356.   #
  357.   GUIItem: bone
  358.   #
  359.   SlotInGUI: 15
  360.   #
  361.   Price: 5000000
  362. #
  363. # End configuration for SandWand5
  364. # -------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement