:gear: **Commands and Permissions**
`/autorank reload` - Reloads configs and restarts auto rank task.
`/autorank playtime ` - Shows the amount of minutes a player has played on the server.
`/autorank nextrank ` - Shows a number of minutes left before the next rank up.
autorank.exempt - Exempts player from auto rank check. autorank.reload - Allows a player to use /autorank reload autorank.playtime - Allows a player to use /autorank playtime autorank.nextrank - Allows a player to use /autorank nextrank
:clipboard: **Autorank.conf Example**
//Name can be anything
rank1 {
group="Member" //Case Sensetitive (at least for PEX)
time=10 //In Minutes
}
rank2 {
group="SrMember"
time=120
}
:bulb: **Possible Features**
Use StatisticData when it’s implemented
Using StatisticData give more options for automatic ranking such as player kills, deaths, etc.
This could be certainly interesting with being linked to player achievements and even mob kills. Does this tie in with PEX for giving groups and command permissions?
This will be a cool additional feature when added. As an addition maybe you could also use a plugin such as a Votifier equivilent to determine rank ups. As another additional addition maybe you could allow conditionals such as voted 1 time and played 60 minutes!
**Side Notes**
I am thinking of doing a separate plugin that allows server owners to make more complex auto ranking and reward patterns and keeping this plugin as a simple plugin for new server owners. I want to hear people's thoughts on this.
What I mean is instead of it being based around just ranking a player up you could also give them an item or some money or all of these things. Also instead of just testing playtime you can test for player kills or amount of votes or all of these things. In addition you can give rewards for triggers such as killing a certain mob or going to a location. Also I build it in a way that other developers can add there own rewards, tests, and triggers.
Decided to give the plugin a go again. Something is definitely not right and should have been reported - I cannot put users in parent groups, even when it confirms that the promotion was successful. Could you look into this?