Advertisement
MrEminent42

ElderWands 1.2 configuration

Apr 8th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.35 KB | None | 0 0
  1. == Configuration \\
  2. <<code yml>>
  3. Wands: ## Here you can customize the durability and cool down of the wand.
  4.   3x3Miner: ## Wand ID
  5.     Unbreakable: false ## Should the wand be unbreakable? Note that you must put -1 if this is set to true.
  6.     Durability: 20 ## How many times can you use the wand? Note that you must put -1 if unbreakable is set to true.
  7.     Cooldown: 20 ## How many seconds should the cool down last (time before the player can use the wand again)?
  8.   AutoSmelt:
  9.     Unbreakable: false
  10.     Durability: 30
  11.     Cooldown: 10
  12.   Extinguisher:
  13.     Unbreakable: true
  14.     Durability: -1
  15.     Cooldown: 30
  16.   FlyWand:
  17.     Unbreakable: false
  18.     Durability: 5
  19.     Cooldown: 60
  20.   JumpBoost:
  21.     Unbreakable: false
  22.     Durability: 10
  23.     Cooldown: 30
  24.   SpeedBoost:
  25.     Unbreakable: false
  26.     Durability: 10
  27.     Cooldown: 30
  28.  
  29. Fuels: ## Here you can configure how much items/blocks repair wands.
  30.   WOOD: ## Block/item name
  31.     FuelLevel: 1 ## How much durability will be repaired to the wand.
  32.   LOG:
  33.     FuelLevel: 4
  34.   COAL:
  35.     FuelLevel: 5
  36.   GLOWSTONE:
  37.     FuelLevel: 10
  38.   BLAZE_POWDER:
  39.     FuelLevel: 20
  40.   COAL_BLOCK:
  41.     FuelLevel: 45
  42.  
  43. Blocks-Blacklist: ## Here you can list blocks that will NOT be effected by the 3x3 miner wand.
  44.  - 'BEDROCK'
  45.  - 'OBSIDIAN'
  46.  
  47. auto-updater: true ## Would you like this plugin to auto update?
  48. <<code>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement