You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Writerside/topics/Role-Requirement-Type.md
+11-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Role Requirement Type ✏️
2
2
3
-
Role requirements describe which requirement has to be met to receive a given role, depending on the server member's data and their linked accounts.
3
+
Role requirements describe which requirement has to be met to receive a given role, depending on the server member's
4
+
data and their linked accounts.
4
5
This is checked every time the users roles are synced.
5
6
6
7
## Possible values
@@ -26,11 +27,17 @@ This is checked every time the users roles are synced.
26
27
- Extra data is [parsed](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.time/-duration/-companion/parse.html)
27
28
as a [duration](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.time/-duration/to-string.html)
28
29
- Hypixel Rank
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).
30
+
- The Hypixel rank is parsed to a number, with Player (no rank) being 0, VIP being 1, and so on. You can see the
0 commit comments