Skip to content

Commit e97f65d

Browse files
committed
Added an explanation for newly implemented role requirements.
1 parent 13c5b42 commit e97f65d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Writerside/topics/Role-Requirement-Type.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@ This is checked every time the users roles are synced.
2626
- Extra data is [parsed](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.time/-duration/-companion/parse.html)
2727
as a [duration](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.time/-duration/to-string.html)
2828
- Hypixel Rank
29-
- WIP, not implemented yet
29+
- The Hypixel rank is parsed to a number, with Player (no rank) being 0, VIP being 1, and so on. You can see the full list of possible ranks [here](https://github.com/dungeon-hub/hypixel-wrapper/blob/main/src/main/kotlin/net/dungeonhub/hypixel/entities/player/KnownRank.kt).
3030
- Guild Membership
3131
- WIP, not implemented yet
3232
- Guild Rank
3333
- WIP, not implemented yet
3434
- Magical Power
35-
- WIP, not implemented yet
3635
- Class Average
3736
- Highest Crit Damage
3837
- WIP, not implemented yet

0 commit comments

Comments
 (0)