Permissions

The plugin allows the use of .* permissions, so timedrank.* would give all of TimedRanks permissions to a player. timedrank.message.promotion.groupname is just included to show that you can use the group names defined in the config. If you had a group named foo, and you wanted group bar to see the promotion messages, give group bar timedrank.message.promotion.foo

    timedrank.time.self:
        description: Allows use of the tr command.
        default: true
    timedrank.time.others:
        description: Allows the user to check other users' playtime.
        default: op
    timedrank.set.time.others:
        description: Allows the user to set the play time of users using seconds.
        default: op
    timedrank.set.deaths.others:
        description: Allows the user to set the rank of a user to the specified time needed to be at the given rank.
        default: op
    timedrank.set.rank.others:
        description: Allows the user to set the play time of users.
        default: op
    timedrank.set.time.self:
        description: Allows the user to set the play time of users using seconds.
        default: op
    timedrank.set.deaths.self:
        description: Allows the user to set the rank of a user to the specified time needed to be at the given rank.
        default: op
    timedrank.set.rank.self:
        description: Allows the user to set the play time of users.
        default: op
    timedrank.exempt.rank:
        description: Prevents the player from being ranked
        default: op
    timedrank.exempt.death:
        description: Prevents the user from being demoted on death
        default: true
    timedrank.list:
        description: Allows the user to list the top 5
        default: true
    timedrank.message.promotion.groupname:
        description: Allows the user to see welcome to group messages when player is promoted to said groupname
        default: op
    timedrank.message.demotion.groupname:
        description: Allows the user to see demotion to group messages when player is demoted to said groupname
        default: op