I looking for plugin.

Discussion in 'Archived: Plugin Requests' started by Holls, Oct 18, 2011.

  1. Offline

    Holls

    Hi !
    I would like to ask you to make plugin, so that everyone who write command ‘/join rank in permission’ automatically join to this rank in permission (all ranks, but no ranks: Admins, Mods, VIPs etc.) and at once give permissions for the rank in game and in order to everyone can use this command ONLY ONE TIME (but no VIP, he could make it twice). I’m sure, it can be done in CommandHelper, but I don’t know how (please don’t send to me links from Wiki etc., I would like done plugin/code pleaseee).
    Very, very please :)
     
  2. Offline

    MCManager

    this belongs in Plugin requests
    this forum has alot of places where they tell you where to put it, please first read before posting.
     
  3. Offline

    Holls

    Opss, sorry, any Mods can move my topic to Plugin Requests?
     
  4. Offline

    xrobau

    I don't think it's important that you can run it twice, as if you use pex you just SET the group.

    This is a CommandHelper script, that relies on PEX.

    ~default:/upgrademe = >>>
    assign(@pinfo, pinfo())
    if(equals(@pinfo[9][0], 'default'),
    runas(~op, /pex user @pinfo[4] group set users)
    die(concat('[', Promoted, '] ', You are now a user))
    )
    msg(concat('[', Error, '] ', You are not a default users))
    <<<
     
    wraithguard01 likes this.
  5. Offline

    Holls

    So, what I need to do, if i want in rank VIP write this twice?

    Any more help?


    @UP It's not working.
     
  6. Offline

    Holls

    @Refresh

    Please answer :(
     
  7. Offline

    Holls

    @Refresh
    Pleaseee
     
  8. Offline

    Zaros

    Bumping is against the rules and will not help. If some one has not answered, they arn't going to. My final response is to use PermissionsBukkit. I believe you can set it so certain permissions can rank themselves to certain permissions
     
  9. Offline

    Holls

    But how accurately do this?
     

Share This Page