Something akin to the /execute command

Discussion in 'Archived: Plugin Requests' started by Zombiebrine_, Apr 22, 2014.

  1. Offline

    Zombiebrine_

    I need a plugin that allows me to execute commands relative to a player. And full scoreboard functionality would be great (IE @a[score_a_min=1] being considered as it would normally be.). I dont need the @e parameter. So this command
    Code:
    /execute @a[score_a_min=1] ~ ~ ~ scoreboard players set @a[r=5] b 1
    Would set everyone within 5 blocks of someone with an a score of at least 1 to an b score of 1
     
  2. Offline

    Garris0n

    Couldn't you just...use the /execute command?
     
  3. Offline

    Necrodoom

    I recall it being added in 1.8?
     
  4. Offline

    Garris0n

    So be patient and wait a little while :p
     
  5. Offline

    illkickubout

    I don't think he wants to wait anywhere from 3 to 12 months for a bukkit build that actually has execute. If its possible, I'd love it done as well.
     
  6. Offline

    Garris0n

    I suppose if it's only for players you could just use a sudo command.
     
  7. Offline

    illkickubout

    Sudo forces them to run a command with their permissions, execute has the console run it at the location of the player. Sudo also won't work with the command he listed because players can't use @a[r=5]
     
  8. Offline

    Zombiebrine_

    Hell, if someone could make it so there was a command that ran JUST the command I listed properly, I would be very very grateful.
     

Share This Page