Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Global password

samo_lego edited this page Aug 23, 2020 · 1 revision

Locking server with global password

You can set global password for server. Setting it means users won't be able to register using their own password, nor will they be able to update it / unregister their account.

Global password can be set in-game / using console with the following command;

/auth setGlobalPassword <password>

This will enable globalPassword config boolean, as well as write it (hashed) in config file.

Clone this wiki locally