Ranks - ossimc82/fabiano-swagger-of-doom GitHub Wiki
#All about server ranks here.
Number | Rank |
---|---|
0 | Normal user¹ / Guest user² |
1 | Normal user¹ / Whitelisted user² |
2 | Donator |
3 | Admin |
¹ Only applies if the whitelist is disabled
² Only applies if the whitelist is enabled
Well... its not that hard:
- Open your mysql database and go into the
accounts
table - Change the column
rank
to the number you want for your account (Look at the table at the top of this page)
- You can also use a mysql query:
UPDATE `accounts` SET `rank`=<your rank> WHERE `uuid`='<your email>'
- You are done