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


How Do I give myself a rank?

Well... its not that hard:

  1. Open your mysql database and go into the accounts table
  2. 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>'
  1. You are done
⚠️ **GitHub.com Fallback** ⚠️