Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.
samo_lego edited this page Nov 3, 2020 · 10 revisions

Welcome to the SimpleAuth wiki!

Player commands:

  • /login <password> - logins the user
  • /register <password> <password> - registers the user
  • /account - managing your account
    • unregister <password> - deletes your account
    • changePassword <old password> <new password> - 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
Clone this wiki locally