Change block

Discussion in 'Archived: Plugin Requests' started by ThaMiner1, Jun 24, 2013.

  1. Offline

    ThaMiner1

    I want the it to be a kind of timer for example if you place a cobblestone and after 10 min it will become a mossycobblestone. And this would work with every block

    The only permission would be like: cb.use

    The commands should be like /cb <block> <to-block> <time>

    // Kevin
     
  2. Offline

    kezz101

    I dunno it sounds cool. I've started work on this now ThaMiner1

    I'll have it done within the next couple of days.
     
  3. Offline

    GreySwordz

    kezz101 Do you mind if I work on it as well?
     
  4. Offline

    kezz101


    Feel free :)

    You can work on it if you want to. I'll let you do it :)
     
    GreySwordz likes this.
  5. Offline

    daboross

    This sounds like a really interesting plugin, mind if I try to create it as well?
     
  6. Offline

    kezz101

    Ask GreySwordz he's dev-ing it now :)
     
  7. Offline

    timtower Administrator Administrator Moderator

    Don't ask, just make it :p
     
  8. Offline

    GreySwordz

    I call dibs on bukkitdev post! :p
     
    deleted_90837158 and timtower like this.
  9. Offline

    daboross

    Update 2!:
    GreySwordz What name are you planning on releasing under?
    I am planning on release a plugin on BukkitDev under a name such as 'TimedBlockReplace', this OK with you?

    Update 3!:
    I have finished making this plugin, and have a fully functioning (as far as I can tell) build.
    The plugin will keep overwriting the config.yml file as the server runs, so don't edit it.
    This plugin doesn't watch block destroys, only block places. When it is about to replace a block, it checks if the block is the same as when it was placed. I may change this later if it causes issues.
    Note that /timeblockreplace may be used instead of /tbr.
    1. /tbr list
    Lists all current records of blocks to change.
    2. /tbr add [from block] [to block] [time till change (in seconds)]
    Adds a given record to the list, and updates so that it will replace when a user places that block.
    3. /tbr remove [from block]
    Removes a record for a given block.
    4. /tbr ?
    Gives command help (Basically what I just said above, but with pretty colors).

    I will upload it to BukkitDev under 'TimedBlockReplace' tomorrow. Hope that won't be stealing the idea from GreySwordz, I am putting it in under a different name.

    Source: https://github.com/daboross/TimedBlockReplace
    Compiled Jar (Download): http://forums.bukkit.org/attachments/timedblockreplace-zip.14134
     

    Attached Files:

  10. Offline

    GreySwordz

    daboross no problem, I was planning on releasing under "ChangeBlock"
     
  11. Offline

    daboross

Share This Page