Timed permissions

Discussion in 'Plugin Development' started by ARH720, Jun 20, 2016.

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

    ARH720

    How i can do timed permissions groups (with PEX)
    Saying timed I mean for 30 days
    I dont found how to timed ranks with pex groups

    Sorry for my English [sheep]

    EDIT: I asking about how is method for java plugin?
     
    Last edited: Jun 22, 2016
  2. Offline

    MisterErwin

  3. Offline

    ARH720

    I was asking about how to add that to mine plugin
     
  4. Offline

    timtower Administrator Administrator Moderator

    You could just run the command.
     
    MisterErwin likes this.
  5. Offline

    MisterErwin

    Or if you want to use the API: PermissionsUser#addGroup(String, String, long)
    (The parameters are groupName, worldname, lifeTime);
     
Thread Status:
Not open for further replies.

Share This Page