-
Notifications
You must be signed in to change notification settings - Fork 28
Home
samo_lego edited this page May 29, 2020
·
19 revisions
Welcome to the SimpleAuth wiki!
Player commands:
-
/login <pass>
- logins the user -
/register <pass> <pass>
- registers the user -
/account
- managing your account-
unregister <pass>
- deletes your account -
changePassword <old pass> <new pass>
- changes your password
-
Admin commands (require op privilegies):
-
/auth
- admin command-
reload
- reloads config -
setGlobalPassword <password>
- sets the global password for the server -
setSpawn
[<dimension id> <x> <y> <z>]
- sets the spawn, where players are teleported temporarily during login proccess -
remove <uuid>
- removes user's account from database -
update <uuid> <password>
- updates user's password -
register <uuid> <password>
- creates the user account
-