OCAIP
What does this modification do?
This mod expands authorization capabilities in offline mode while preserving standard online connection functionality. It addresses the problem of account trolling when playing in local networks and also supports the use of skins.
How it works
The system operates as follows:
- The client automatically generates a private key (this is similar to a password but more secure)
- When connecting to the server, a connection is established
- If the client is connecting for the first time, the server requests a registration password or proof of work
- The server saves the public key, making subsequent connections fast and convenient
More detailed configuration information can be found in the README file on GitHub.
Installation
Install OCAIP on both client and server for the system to function properly.