Problem/Bug Command Error

Discussion in 'General Help' started by Duckkly, May 13, 2015.

Thread Status:
Not open for further replies.
  1. Ok So i know this aint gonna be much help but i was wondering does anybody have a soloution to where if you have a command on an item e.g. powertool on a stick and when u left click while on the ground it wont work only when you are in the air, I am running minecraft 1.8
     
  2. Offline

    nbrandwine

    You can make an addon for it, kind of.

    Just replicate the powertool command, and where it does the code just put a
    Code:
    if(player.isFlying())
        {
                // do your powertool
        } else
        {
                // dont do powertool
        }
    around it.
     
  3. Offline

    timtower Administrator Administrator Moderator

    Moved to Bukkit alternatives
     
  4. Ok maybe i forgot to also state im new in this field and i need guidence for the answer you have given me
     
  5. Offline

    bacon_fish

    You would write what Duckkly said in the config.yml file i'm pretty sure. Correct me if i'm wrong
     
Thread Status:
Not open for further replies.

Share This Page