Jackhammers

Discussion in 'Plugin Requests' started by Donald for Dictator, Aug 8, 2016.

Thread Status:
Not open for further replies.
  1. Update done.

    • Fixed version incompatibility error
    • Made gamemode creative don't receive the drops of the 3 blocks
    • Item can be editable with /jackhammer setitem (hold new item in your hand), it can be any item. Permission is jackhammer.setitem
    • When editing the item, every old jackhammer item in the online player's inventory get's replaced by the new one.
    • Aliases for the command are now: jackhammer, jackhammers or jh
    • Block amount can be changed in config.yml: negative number: breaks n blocks below it, positive number: breaks n blocks above it.

    Downloadlink is the same as above (https://www.dropbox.com/s/nnmtzzwt2ks82c5/Jackhammers.jar?dl=0)
     
    Last edited: Sep 4, 2016
  2. @FisheyLP You're the best, sorry I took so long to respond, I couldnt remember my password for a while,

    It all works fine, but just some more suggestions if you ever wanted to add it to bukit dev or just for me <33333

    • /jh buy - Buys a jackhammer for a configurable price
    • Ability to mine up and down - in config it would be: break-blocks: -1 1
    • Auto smelt
    • different jackhammers - Different tiers that mine a different amount of blocks (Or cost a different amount)
    Config would look a little like

    #Infinite amount of tier (idk if thats possible) To add more paste it below the row of comments
    Tier 1:
    ==: org.bukkit.inventory.ItemStack
    type: DIAMOND_PICKAXE
    meta:
    ==: ItemMeta
    meta-type: UNSPECIFIC
    display-name: JackHammer v 1
    enchants:
    DIG_SPEED: 5
    DURABILITY: 5
    LOOT_BONUS_BLOCKS: 3
    ###Amount of blocks to break Negative numbers go down, Positive numbers go up###
    break-blocks: -1 1
    ###In game cost###
    cost: 100000
    ############################################################
    Tier 2:
    ==: org.bukkit.inventory.ItemStack
    type: GOLD_PICKAXE
    meta:
    ==: ItemMeta
    meta-type: UNSPECIFIC
    display-name: JackHammer v 2
    enchants:
    DIG_SPEED: 7
    DURABILITY: 7
    LOOT_BONUS_BLOCKS: 5
    ###Amount of blocks to break Negative numbers go down, Positive numbers go up###
    break-blocks: -2 2
    ###In game cost###
    cost: 200000
     
Thread Status:
Not open for further replies.

Share This Page