[INACTIVE][FUN] DropBuild v1.21 - Throw items to build! [438]

Discussion in 'Inactive/Unsupported Plugins' started by recanu, Feb 13, 2011.

  1. Offline

    recanu

    DropBuild v1.21 (Build 438)

    DropBuild adds the command /drb. Using this command will toggle your "throw items to build" mode. If the mode is enabled, just press Q to throw an item. When the items touches a wall or the ground, a new block with the type of the thrown item will appear. Entering /drb once again, will turn off the "throw items to build" mode.

    Features:
    • Throw items to build
    • Permission support
    Configuration

    Code:
    # This is the configuration file of DropBuild
    # Lines with # are comments and are ignored
    # Distance is a value indicating how far a block needs to be away from another
    # block to be placed when thrown.
    # Ex: When set to 2, there's always 1 block space between the block placed and collided block.
    # Never set the value less than 0.125, else the block will not be placed because the item is floating
    items:
        distance: 0.2
    This is the default configuration (located in /plugins/DeathChest/config.yml).
    Distance is kinda hard to explain, just try out different values and look at their results.


    Permission Nodes:
    • 'DropBuild.use' - allows people to use the /drb command.
    Note that when NOT having the permission plugin, everyone will have the Permission 'DropBuild.use'.

    Download DropBuild (v1.21)
    Changelog:
    Version 1.21
    • Updated to work with newer bukkit versions (tested with 438)
    Version 1.2
    • Added requirements for some blocks: seeds only on soil, cactus only on sand with no blocks around, sugar canes only on dirt near water
    • Fixed attachables bug: Ladders, Signs, Levers, Buttons and Torches now attach properly to the touched block.
    • Added new item: bonemeal. Throw it on a sapling to turn it into a tree (65%), a big tree (10%) or a birch(25%)
    Version 1.1
    • Added new items: seeds turn into crops, wood doors can be thrown, a lava bucket spreads out lava, a water bucket spreads out water, flint and steel creates fire.
    • Fixed colored wool problem: now always drops the wool with the correct color.
    Version 1.0
    • First public release.
    Bugs:
    • None known at the moment!
    TODO
    • Add iron doors to the items you can throw. - Added in v1.2
    TODO nodes marked as 'Done' are already coded and will be added in future releases.

    Info:
    The plugin was tested with craftbukkit build 304+. It may work with older versions, but this can lead to errors or other unwanted results. Please submit bugs & suggestions.
     
    Misha and chibirubara like this.
  2. Offline

    Snowl

    This. Is. Awesome :D
     
  3. Offline

    chibirubara

    Woah! I LOVE IT! Only improvement I can think of would be the option of having flint+steel turning into fire, and perhaps water/lava buckets spilling out the water/lava. Would make for some interesting pvp. No rush tho, this is freaking awesome in its own right.
     
  4. Offline

    Xemnas33

    Knew someone would do this! :D
     
  5. Offline

    recanu

    Updated to version 1.1. See changelog for further information.
     
  6. Offline

    chibirubara

    Sweet! Thanks man!
     
  7. Offline

    arishoham

    Nice mod! I was waiting for something like this. but would there be a way to add that saplings turn into trees? or use bonemeal from a distance?
     
  8. Offline

    recanu

    Updated to v1.2. Changelog:
    • Added requirements for some blocks: seeds only on soil, cactus only on sand with no blocks around, sugar canes only on dirt near water
    • Fixed attachables bug: Ladders, Signs, Levers, Buttons and Torches now attach properly to the touched block.
    • Added new item: bonemeal. Throw it on a sapling to turn it into a tree (65%), a big tree (10%) or a birch(25%)
     
    arishoham likes this.
  9. Offline

    jascotty2

    found a bug: throwing an item on top of something that you can't place on top of
    (throwing a bunch of redstone onto a block with redstone)
    drops stay on the ground, pick them up, destroy what was placed first, and it replenishes itself the # of times you first dropped (18 turns into 35, 35 to 69, etc)
     
  10. Offline

    Johannes

  11. Offline

    jascotty2

    same here
     
  12. Offline

    Bliss

    I don't suppose we could get the source for this? I want to make a simple mod that takes saplings that fall, and automatically plants them...
     
  13. Offline

    ark3typ3

    I wouldn't mind an update for the latest craftbukkit
     

Share This Page