Giving VIP's a one time nick change

Discussion in 'Bukkit Help' started by Tinkerballs, Jun 12, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    Tinkerballs

    I want to offer my VIP's a one time nick change. How would I go about doing this?

    I know how to give them the permissions for the command /nick, however I only want them to be able to use it one time.
     
  2. Offline

    Necrodoom

    could probably hook it up with a plugin like commandhelper or variable triggers to wipe the permission on /nick.
     
  3. Offline

    Tinkerballs

    Hmm, tried commandhelper but that's not really of any use.. Anybody else any ideas?
     
  4. Offline

    computerman_

    Try skript much more easyer

    here is how you would write it with skript:
    Code:
    command /nick <text>:
    permission: permission.you.want
    usage:/nick <Nickname>
    trigger:
    execute console command "/enick %player% %argument%"
    execute console command "/pex user %player% remove permission.you.want"
    Message "&6You nick name is now %argument%"
    
    but with tabs bukkit code messaed it up

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
Thread Status:
Not open for further replies.

Share This Page