https://github.com/maxlego08/authme
Packet authentication system for minecraft server 1.7.10
https://github.com/maxlego08/authme
Last synced: 3 months ago
JSON representation
Packet authentication system for minecraft server 1.7.10
- Host: GitHub
- URL: https://github.com/maxlego08/authme
- Owner: Maxlego08
- License: mit
- Created: 2019-09-09T12:58:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T09:43:53.000Z (over 5 years ago)
- Last Synced: 2025-01-01T20:11:53.892Z (5 months ago)
- Language: Java
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Authme
Packet authentication system for minecraft server 1.7.10, You also have an email verification system
# How to install ?
* EnumConnectionState
In the EnumConnectionState class you must add in PLAY
```java
this.func_150756_b(110, PacketClientAuth.class);
this.func_150751_a(110, PacketServerAuth.class);
```# Features
* Password hashed in SHA512 with a different salt per user
* Custom inventory to register, login, confirm your email
* Verification and notification by mail
* User limitation system by ip and mac address
* Only works for servers modded in 1.7.10# Commandes
* /authme - See all available commands
* /authme reload - Reload configuration
* /authme setmail \ - Check your email
* /authme verifmail \- Check the code to confirm your email
* /authme setlocation - Put the player connection area
* /authme notif - Enable or disable email notifications
* /authme login - Enable or disable email connection
* /authme forcelogin \ - Force a player's connection
* /authme register \ \ - Force a player's registration
* /authme unregister - Delete his account
* /authme stats - See the number of users
* /authme version - See plugin version
* /authme show \ - View player information
* /authme bls - View blacklist players
* /authme bladd \ - add player in blacklist
* /authme blremove \ - remove player from blacklist