-
Notifications
You must be signed in to change notification settings - Fork 25
Home
Nikita edited this page Feb 2, 2022
·
19 revisions
You can find explanation for configuration file here.
Also check permission for them
-
/login <password>
,/l <password>
- logins the user -
/logout
- de-authenticate 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
Note: As a password you can usesingleWord
,words_with_underscores
,"quoted phrase"
or"phrase with &$@#"
-
-
/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 teleported temporarily during login process -
remove <uuid>
- removes user's account from database -
update <uuid> <password>
- updates user's password -
register <uuid> <password>
- creates the user account -
uuid <player>
- give correct offline uuid fot that player nickname in lower case -
addToForcedOffline <player>
- add player inforcedOfflinePlayers
list -
list
- print all registered players- Note: right now show only that players who are a login since last start
-