
SimpleAuth
SimpleAuth
Looking for a way to protect your server from unwanted visitors without using a whitelist? Or do you need an additional authentication layer for players?
This mod is perfect for these purposes - it restricts movement, block destruction, and other actions for players who haven't registered or logged in. There's also an option to set a global password - see the documentation for details.
Make sure to download the correct version depending on whether you're using Fabric or Forge on your server!
Main Features
(All settings are available in the configuration file.)
- Automatic authorization for players who purchased Minecraft
- Online UUID for players in online mode
- Movement restriction for unauthorized players
- Protection against block interactions
- Inventory protection (item moving and dropping)
- Session system
- Coordinate protection
- Prevention of "Login from another location" situation
- And many other features (details in documentation)
Language Support
Available translation languages can be viewed in the project repository.
Additional Information
- Command list available in GitHub documentation
- Configuration file information
- Having issues? Report them in the GitHub issue tracker
- Want the latest versions? Get the latest development builds
Used Libraries:
- Argon2 (LGPLv3)
- BCrypt (Apache 2)
- Bytes (Apache 2)
- leveldb (BSD-3-Clause)
- JNA (Apache 2 || LGPLv3)