Gather ores/logs, without the block being destroyed

Discussion in 'Archived: Plugin Requests' started by BloodyHunter163, Aug 31, 2013.

  1. Offline

    BloodyHunter163

    I played on a server where you could gather wood without breaking the tree. this can be useful for survival servers or apocalypse server, lets you can gather wood with a wooden axe, you strike the tree, gives you one log.

    That Would be great, that way players could build things without breaking the environment.

    There is probably a plugin like that already, but I looked for it for 2 days I I still can't find it, maybe it is a personal plugin.

    It would also be great if you could destroy only the blocks placed by players, although it isn't necessary since its easily configurable by tricking the game or texture, exemple: wooden planks have wood planks texture, sponge do too. players can break planks but not the sponge, which looks like the same.

    Anyways. Request: Plugin to destroy blocks (chosen in a config.yml) but to respawn them instantly (that do not despawn).
    or: link to already-created-plugin-that-is-exactly-what-I-request
     
  2. Offline

    Chaositic

    I have a way to do this for you using Skript and this code being an example that I've tested:
    Code:
    on break of log:
        cancel event
        give 1 log to player
    But it will no doubt take some time to get everything you need set up so I'm willing to help you out over skype with this. I've already assisted someone with skript on skype and I have no problems with helping another person with it so if you're interested, please pm me your skype and we can go ahead with it.

    Note: That code works perfectly but it gives back a birch log every time.

    Looking forward to hearing from you.
     
  3. I'll make that for you :)
     
  4. Offline

    K3YD0N

Share This Page