[REQ]Right Click Block to Change

Discussion in 'Archived: Plugin Requests' started by mig4ng, Sep 22, 2012.

  1. Plugin category: Mechaniscs

    Suggested name: PressToChange

    What I want: I'm preparing a new server, but I've been thinking how to make it easier and more functional? Yea, we all have this problem, sometimes we go deep to get a lava bucket like 10minutes searching when we found a lava source, we go to our little house to make a cubble stone generator or something, we put the lava in the wrong place and BOOM! Obsidian, than we need to go deep again... My ideia is, when someone press right click in the obsidian it transforms again in lava, this way lots of work transforms on a right click. Someone can make it easily i think, but why not make a config file with what to transform in what when someone right click it?

    I think it will take about 10/15min to make, if someone make it for me I would be very thankful!
    Sorry about my poor english, I don't make it myself because I don't know java unfortually :S
    Thanks in advance.

    Ideas for commands: No commands, we want it simple. We can make a command like /ptcb <first block id> <second block id> for admins only, so this way we can configurate from ingame.

    Ideas for permissions: presstochange.click Set this permission to allow players to change block by right clicking.
    presstochange.admin Set this permission to allow players to use the ptcd command.

    When I'd like it by: Soon as possible.

    REALLY Thanks
     
  2. Offline

    Muddr

    I can do this in a few hours, if no on else take it on. but I'm busy right now..
     
  3. no problem, i've already done this with Skript :D
    Thanks anyway Muddr ;)

    If someone need the script of Skript:
    Code:
    on rightclick on obsidian:
        set block to lava
        message "<gold>Your lava source is now fixed"
     
    np98765 likes this.
  4. Offline

    Kodfod

    Glad to see someone else uses Skript! Such a useful tool!
     
    np98765 likes this.
  5. Offline

    Muddr

    No Problem :)
     
  6. Yea, i discovered yesterday, but it's really usefull for the ppl that can't write in java...
     
    Kodfod and np98765 like this.

Share This Page