Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ####################################################
- ## ##
- ## WildTools Configuration ##
- ## Developed by Ome_R ##
- ## ##
- ###################################################
- # Choose which prices plugin to check for prices (ShopGUIPlus, Essentials, CMI, WildTools)
- prices-plugin: ShopGUIPlus
- # A list of prices. Use "TYPE" and "TYPE:DATA" formats
- prices-list:
- - STONE:5
- - LOG:0:5
- # The plugin brings a lot of options and features for making tools easily with rich-configuration options.
- # The default config has basic trench-pickaxe, tray-pickaxe, sand-wand, sell-wand, lightning-wand, harvester-hoe
- # and cannon-wand examples. Each tool-mode has it's own configuration options, make sure you don't mix them.
- #
- # *** Builder Tool-Mode ***
- # Tools in this mode will create a pillar of the same block as the clicked one.
- # Required sections:
- # length: The length of the pillar (INTEGER)
- #
- # *** Cuboid Tool-Mode ***
- # Tools in this mode will dig a cuboid-area (for example, 3x3x3). This mode is used for trench and tray pickaxes.
- # Required sections:
- # break-level: How big the cuboid-area gonna be (3 will be 3x3x3 area) [INTEGER]
- #
- # *** Drain Tool-Mode ***
- # Tools in this mode will remove all ice blocks in the checking area.
- # Required sections:
- # radius: What is the radius of the checking area? (3 will check a 7x7 area) (INTEGER)
- #
- # *** Pillar Tool-Mode ***
- # Tools in this mode will dig a pillar of blocks with the same type. This mode is used for sand-wands.
- #
- # *** Sell Tool-Mode ***
- # Tools in this mode will sell all the container's contents. This mode is used for sell-wands.
- # Optional sections:
- # multiplier: Multiply the earnings from a chest.
- #
- # *** Lightning Tool-Mode ***
- # Tools in this mode will strike a lightning to charge creepers. This mode is used for lightning-wands.
- #
- # *** Magnet Tool-Mode ***
- # Tools in this mode will suction items into the player's inventory.
- # Required sections:
- # radius: What is the radius of the checking area? (INTEGER)
- #
- # *** Harvester Tool-Mode ***
- # Tools in this mode will harvest seeds and replant them automatically. This mode is used for harvester-hoes.
- # Drops support silk-touch and fortune.
- # Required sections:
- # radius: What is the radius of the checking area? (3 will check a 7x7 area) (INTEGER)
- # Optional sections:
- # farmland-radius: What is the radius of the checking for dirt area? (Same as radius)
- # active-action: Which action should activate the harvester? (RIGHT_CLICK or LEFT_CLICK)
- # multiplier: Multiply the earnings from the sell mode.
- #
- # *** Ice Tool-Mode ***
- # Tools in this mode will smelt all ice blocks in the checking area.
- # Required sections:
- # radius: What is the radius of the checking area? (3 will check a 7x7 area) (INTEGER)
- #
- # *** Cannon Tool-Mode ***
- # Tools in this mode will fill all dispensers in a selected area with tnt. This mode is used for cannon-wands.
- # Right-click and left-click to select an area.
- # Required sections:
- # tnt-amount: How many tnt will be filled in each dispenser? (INTEGER)
- #
- # *** Crafting Tool-Mode ***
- # Tools in this mode will auto-craft items in a container.
- # Required sections:
- # craftings: All the crafting *results* for the tool (LIST)
- # Please follow the "TYPE" or "TYPE:DATA" format for results.
- #
- # *** Sort Tool-Mode ***
- # Tools in this mode will sort all the clicked chest's contents.
- #
- # There are sections that can be applied for all the tools:
- # cooldown: Cool-down between uses in milliseconds (INTEGER) (Default 0)
- # auto-collect: Drops will go straight into the inventory (BOOLEAN) (Default false)
- # silk-touch: Tool will have a hidden silk-touch enchantment (BOOLEAN) (Default false)
- # only-same-type: Only blocks with the same type will be dug. (BOOLEAN) (Default false)
- # only-inside-claim: Will only work on blocks inside claim land.
- # unbreakable: Tool will never be broken (BOOLEAN) (Default false)
- # spigot-unbreakable: Set spigot's unbreakable flag (BOOLEAN) (Default false)
- # omni-tool: Tool will change it's type depends on broken block (BOOLEAN) (Default false)
- # Tool's default type must be a tool, such as pickaxe, shovel or axe.
- # uses: Custom durability for the tool (INTEGER)
- # If both unbreakable and uses are not set, tool will use the vanilla durability (supports unbreaking enchantment)
- # keep-inventory: Tool won't get dropped from players inventory (BOOLEAN) (Default false)
- # private: Should tool be assigned to only one player? (BOOLEAN) (Default false)
- # type: Material type (Check https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
- # name: Custom name for the tool (STRING)
- # lore: Custom lore for the tool (LIST)
- # glow: Glow effect for the tool (BOOLEAN)
- # enchants: Enchantments for the tool (LIST)
- # Please follow the "ENCHANTMENT:LEVEL" format for enchantments.
- # (Check https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html)
- # whitelisted-blocks: Which blocks will be dug by the tool? [LIST]
- # blacklisted-blocks: Which blocks won't be dug by the tool? [LIST]
- # whitelisted-drops: Which items will be dropped by the tool? [LIST]
- # blacklisted-drops: Which items won't be dropped by the tool? [LIST]
- # Please follow the "TYPE" or "TYPE:DATA" format for drops and blocks.
- tools:
- trench_pickaxe:
- tool-mode: CUBOID
- break-level: 3
- only-same-type: false
- unbreakable: true
- type: DIAMOND_PICKAXE
- name: '&4&lTRENCH PICKAXE'
- lore:
- - '&f'
- - '&fThis pickaxe breaks a tunnel of 3x3.'
- - '&f'
- - '&4&lBlacklisted Blocks:'
- - '&8- &fMob Spawner'
- - '&8- &fNote Block'
- - '&f'
- - '&fOnly ore-drops will be dropped.'
- enchants:
- - DIG_SPEED:10
- blacklisted-blocks:
- - MOB_SPAWNER
- - NOTE_BLOCK
- whitelisted-drops:
- - COAL
- - IRON_ORE
- - GOLD_ORE
- - REDSTONE
- - INK_SACK:4
- - DIAMOND
- - EMERALD
- - QUARTZ
- trench_pickaxe2:
- tool-mode: CUBOID
- break-level: 5
- only-same-type: false
- unbreakable: true
- type: DIAMOND_PICKAXE
- name: '&4&lTRENCH PICKAXE'
- lore:
- - '&f'
- - '&fThis pickaxe breaks a tunnel of 5x5.'
- - '&f'
- - '&4&lBlacklisted Blocks:'
- - '&8- &fMob Spawner'
- - '&8- &fNote Block'
- - '&f'
- - '&fOnly ore-drops will be dropped.'
- enchants:
- - DIG_SPEED:10
- blacklisted-blocks:
- - MOB_SPAWNER
- - NOTE_BLOCK
- whitelisted-drops:
- - COAL
- - IRON_ORE
- - GOLD_ORE
- - REDSTONE
- - INK_SACK:4
- - DIAMOND
- - EMERALD
- - QUARTZ
- trench_pickaxe3:
- tool-mode: CUBOID
- break-level: 7
- only-same-type: false
- unbreakable: true
- type: DIAMOND_PICKAXE
- name: '&4&lTRENCH PICKAXE'
- lore:
- - '&f'
- - '&fThis pickaxe breaks a tunnel of 7x7.'
- - '&f'
- - '&4&lBlacklisted Blocks:'
- - '&8- &fMob Spawner'
- - '&8- &fNote Block'
- - '&f'
- - '&fOnly ore-drops will be dropped.'
- enchants:
- - DIG_SPEED:10
- blacklisted-blocks:
- - MOB_SPAWNER
- - NOTE_BLOCK
- whitelisted-drops:
- - COAL
- - IRON_ORE
- - GOLD_ORE
- - REDSTONE
- - INK_SACK:4
- - DIAMOND
- - EMERALD
- - QUARTZ
- trench_pickaxe4:
- tool-mode: CUBOID
- break-level: 9
- only-same-type: false
- unbreakable: true
- type: DIAMOND_PICKAXE
- name: '&4&lTRENCH PICKAXE'
- lore:
- - '&f'
- - '&fThis pickaxe breaks a tunnel of 9x9.'
- - '&f'
- - '&4&lBlacklisted Blocks:'
- - '&8- &fMob Spawner'
- - '&8- &fNote Block'
- - '&f'
- - '&fOnly ore-drops will be dropped.'
- enchants:
- - DIG_SPEED:10
- blacklisted-blocks:
- - MOB_SPAWNER
- - NOTE_BLOCK
- whitelisted-drops:
- - COAL
- - IRON_ORE
- - GOLD_ORE
- - REDSTONE
- - INK_SACK:4
- - DIAMOND
- - EMERALD
- - QUARTZ
- tray_pickaxe:
- tool-mode: CUBOID
- break-level: 9
- only-same-type: false
- unbreakable: true
- type: DIAMOND_PICKAXE
- name: '&4&lTRAY PICKAXE'
- lore:
- - '&f'
- - '&fThis pickaxe breaks all the dirt and'
- - '&fnetherrack blocks around you.'
- - '&f'
- - '&4&lWhitelisted Blocks:'
- - '&8- &fDirt'
- - '&8- &fNetherrack'
- enchants:
- - DIG_SPEED:10
- whitelisted-blocks:
- - DIRT
- - NETHERRACK
- sell_wand:
- tool-mode: SELL
- type: STICK
- name: '&4&lSELL WAND'
- lore:
- - '&f'
- - '&fThis wand sells all of the contents of'
- - '&fa container (chest or trapped-chest).'
- lightning_wand:
- tool-mode: LIGHTNING
- type: STICK
- name: '&4&lLIGHTNING WAND'
- lore:
- - '&f'
- - '&fThis wand creates a lightning which'
- - '&fpowers all the creeper around it.'
- harvester_hoe:
- tool-mode: HARVESTER
- radius: 1
- break-level: 1
- unbreakable: true
- auto-collect: true
- type: DIAMOND_HOE
- name: '&4&lHARVESTER HOE'
- lore:
- - '&f'
- - '&fClick on a block to harvest, replant'
- - '&fseeds and turn dirt into farmlands.'
- enchants:
- - DIG_SPEED:10
- token_trench_pickaxe:
- tool-mode: CUBOID
- uses: 500
- break-level: 3
- only-same-type: false
- unbreakable: false
- type: DIAMOND_PICKAXE
- name: '&4&lTRENCH PICKAXE'
- lore:
- - '&f'
- - '&fThis pickaxe breaks a tunnel of 3x3.'
- - '&f'
- - '&fThis item has &4{} &fuses remaining.'
- - '&f'
- - '&4&lBlacklisted Blocks:'
- - '&8- &fMob Spawner'
- - '&8- &fNote Block'
- - '&f'
- - '&fOnly ore-drops will be dropped.'
- enchants:
- - DIG_SPEED:10
- blacklisted-blocks:
- - MOB_SPAWNER
- - NOTE_BLOCK
- whitelisted-drops:
- - COAL
- - IRON_ORE
- - GOLD_ORE
- - REDSTONE
- - INK_SACK:4
- - DIAMOND
- - EMERALD
- - QUARTZ
- token_tray_pickaxe:
- tool-mode: CUBOID
- uses: 500
- break-level: 9
- only-same-type: false
- unbreakable: false
- type: DIAMOND_PICKAXE
- name: '&4&lTRAY PICKAXE'
- lore:
- - '&f'
- - '&fThis pickaxe breaks all the dirt and'
- - '&fnetherrack blocks around you.'
- - '&f'
- - '&fThis item has &4{} &fuses remaining.'
- - '&f'
- - '&4&lWhitelisted Blocks:'
- - '&8- &fDirt'
- - '&8- &fNetherrack'
- enchants:
- - DIG_SPEED:10
- whitelisted-blocks:
- - DIRT
- - NETHERRACK
- token_sell_wand:
- tool-mode: SELL
- type: STICK
- uses: 75
- name: '&4&lSELL WAND'
- lore:
- - '&f'
- - '&fThis wand sells all of the contents of'
- - '&fa container (chest or trapped-chest).'
- - '&f'
- - '&fThis item has &4{} &fuses remaining.'
- token_lightning_wand:
- tool-mode: LIGHTNING
- type: STICK
- uses: 50
- name: '&4&lLIGHTNING WAND'
- lore:
- - '&f'
- - '&fThis wand creates a lightning which'
- - '&fpowers all the creeper around it.'
- - '&f'
- - '&fThis item has &4{} &fuses remaining.'
- token_harvester_hoe:
- tool-mode: HARVESTER
- radius: 1
- break-level: 1
- unbreakable: false
- auto-collect: true
- type: DIAMOND_HOE
- uses: 5000
- name: '&4&lHARVESTER HOE'
- lore:
- - '&f'
- - '&fClick on a block to harvest, replant'
- - '&fseeds and turn dirt into farmlands.'
- - '&f'
- - '&fThis item has &4{} &fuses remaining.'
- enchants:
- - DIG_SPEED:10
- facreward_trench_pickaxe:
- tool-mode: CUBOID
- uses: 1000
- break-level: 3
- only-same-type: false
- unbreakable: false
- type: DIAMOND_PICKAXE
- name: '&4&lTRENCH PICKAXE'
- lore:
- - '&f'
- - '&fThis pickaxe breaks a tunnel of 3x3.'
- - '&f'
- - '&fThis item has &4{} &fuses remaining.'
- - '&f'
- - '&4&lBlacklisted Blocks:'
- - '&8- &fMob Spawner'
- - '&8- &fNote Block'
- - '&f'
- - '&fOnly ore-drops will be dropped.'
- enchants:
- - DIG_SPEED:10
- blacklisted-blocks:
- - MOB_SPAWNER
- - NOTE_BLOCK
- whitelisted-drops:
- - COAL
- - IRON_ORE
- - GOLD_ORE
- - REDSTONE
- - INK_SACK:4
- - DIAMOND
- - EMERALD
- - QUARTZ
- facreward_trench_pickaxe2:
- tool-mode: CUBOID
- uses: 1000
- break-level: 5
- only-same-type: false
- unbreakable: false
- type: DIAMOND_PICKAXE
- name: '&4&lTRENCH PICKAXE'
- lore:
- - '&f'
- - '&fThis pickaxe breaks a tunnel of 5x5.'
- - '&f'
- - '&fThis item has &4{} &fuses remaining.'
- - '&f'
- - '&4&lBlacklisted Blocks:'
- - '&8- &fMob Spawner'
- - '&8- &fNote Block'
- - '&f'
- - '&fOnly ore-drops will be dropped.'
- enchants:
- - DIG_SPEED:10
- blacklisted-blocks:
- - MOB_SPAWNER
- - NOTE_BLOCK
- whitelisted-drops:
- - COAL
- - IRON_ORE
- - GOLD_ORE
- - REDSTONE
- - INK_SACK:4
- - DIAMOND
- - EMERALD
- - QUARTZ
- facreward_trench_pickaxe3:
- tool-mode: CUBOID
- uses: 1000
- break-level: 7
- only-same-type: false
- unbreakable: false
- type: DIAMOND_PICKAXE
- name: '&4&lTRENCH PICKAXE'
- lore:
- - '&f'
- - '&fThis pickaxe breaks a tunnel of 7x7.'
- - '&f'
- - '&fThis item has &4{} &fuses remaining.'
- - '&f'
- - '&4&lBlacklisted Blocks:'
- - '&8- &fMob Spawner'
- - '&8- &fNote Block'
- - '&f'
- - '&fOnly ore-drops will be dropped.'
- enchants:
- - DIG_SPEED:10
- blacklisted-blocks:
- - MOB_SPAWNER
- - NOTE_BLOCK
- whitelisted-drops:
- - COAL
- - IRON_ORE
- - GOLD_ORE
- - REDSTONE
- - INK_SACK:4
- - DIAMOND
- - EMERALD
- - QUARTZ
- facreward_trench_pickaxe4:
- tool-mode: CUBOID
- uses: 1000
- break-level: 9
- only-same-type: false
- unbreakable: false
- type: DIAMOND_PICKAXE
- name: '&4&lTRENCH PICKAXE'
- lore:
- - '&f'
- - '&fThis pickaxe breaks a tunnel of 9x9.'
- - '&f'
- - '&fThis item has &4{} &fuses remaining.'
- - '&f'
- - '&4&lBlacklisted Blocks:'
- - '&8- &fMob Spawner'
- - '&8- &fNote Block'
- - '&f'
- - '&fOnly ore-drops will be dropped.'
- enchants:
- - DIG_SPEED:10
- blacklisted-blocks:
- - MOB_SPAWNER
- - NOTE_BLOCK
- whitelisted-drops:
- - COAL
- - IRON_ORE
- - GOLD_ORE
- - REDSTONE
- - INK_SACK:4
- - DIAMOND
- - EMERALD
- - QUARTZ
- facreward_sell_wand:
- tool-mode: SELL
- type: STICK
- uses: 2000
- name: '&4&lSELL WAND'
- lore:
- - '&f'
- - '&fThis wand sells all of the contents of'
- - '&fa container (chest or trapped-chest).'
- - '&f'
- - '&fThis item has &4{} &fuses remaining.'
- facreward_lightning_wand:
- tool-mode: LIGHTNING
- type: STICK
- uses: 200
- name: '&4&lLIGHTNING WAND'
- lore:
- - '&f'
- - '&fThis wand creates a lightning which'
- - '&fpowers all the creeper around it.'
- - '&f'
- - '&fThis item has &4{} &fuses remaining.'
- facreward_harvester_hoe:
- tool-mode: HARVESTER
- radius: 1
- break-level: 1
- unbreakable: false
- auto-collect: true
- type: DIAMOND_HOE
- uses: 40000
- name: '&4&lHARVESTER HOE'
- lore:
- - '&f'
- - '&fClick on a block to harvest, replant'
- - '&fseeds and turn dirt into farmlands.'
- - '&f'
- - '&fThis item has &4{} &fuses remaining.'
- enchants:
- - DIG_SPEED:10
- sand_wand:
- tool-mode: PILLAR
- cooldown: 2000
- uses: 500
- type: DIAMOND_HOE
- name: '&4&lSAND WAND'
- lore:
- - '&f'
- - '&fThis wand breaks a sand pillar.'
- - '&f'
- - '&4&lWhitelisted Blocks:'
- - '&8- &fSand'
- - '&f'
- - '&4&lUses:'
- - '&f {}'
- whitelisted-blocks:
- - SAND
- cannon_wand:
- tool-mode: CANNON
- tnt-amount: 64
- type: DIAMOND_AXE
- uses: 30
- name: '&4&lCANNON WAND'
- lore:
- - '&f'
- - '&fFill all the dispensers in a selection'
- - '&fwith 64 TNT from inventory or bank.'
- - '&f'
- - '&4&lUses:'
- - '&f {}'
- crafting_wand:
- tool-mode: CRAFTING
- type: STICK
- uses: 3000
- name: '&4&lCRAFTING WAND'
- lore:
- - '&f'
- - '&fHit a chest to auto-craft TNT!'
- - '&f'
- - '&4&lUses:'
- - '&f {}'
- craftings:
- - TNT
- builder_wand:
- tool-mode: BUILDER
- type: DIAMOND_AXE
- uses: 1000
- length: 5
- name: '&4&lBUILDER WAND'
- lore:
- - '&f'
- - '&fRight click a block to create a pillar'
- - '&fof the same to the clicked side.'
- - '&f'
- - '&4&lUses:'
- - '&f {}'
- ice_wand:
- tool-mode: ICE
- type: STICK
- uses: 300
- radius: 10
- name: '&4&lICE MELTER'
- lore:
- - '&f'
- - '&fRight click to smelt all ice in a'
- - '&fradius of 10 blocks to water.'
- - '&f'
- - '&4&lUses:'
- - '&f {}'
- drain_wand:
- tool-mode: DRAIN
- type: STICK
- uses: 300
- radius: 10
- name: '&4&lDRAIN WAND'
- lore:
- - '&f'
- - '&fRight click to remove all ice in a'
- - '&fradius of 10 blocks.'
- - '&f'
- - '&4&lUses:'
- - '&f {}'
- sort_wand:
- tool-mode: SORT
- type: STICK
- uses: 300
- radius: 10
- name: '&4&lSORTER WAND'
- lore:
- - '&f'
- - '&fRight click a chest to sort it''s contects'
- - '&f'
- - '&4&lUses:'
- - '&f {}'
Advertisement
Add Comment
Please, Sign In to add comment