lenis0012 / LoginSecurity

Lightweight and secure user authentication for Bukkit Minecraft servers
https://www.spigotmc.org/resources/loginsecurity.19362/
Apache License 2.0
104 stars 87 forks source link

New features to do #91

Open Tzzzt123 opened 7 years ago

Tzzzt123 commented 7 years ago

Player commands: /unregister : Unregister yourself /email add : add email adress to be able to get the password if lost /email list : List player's email adresses

Admin commands: /lac changepass: Change a player's password /lac reload: reload login security plugin config

Fix these bugs: Shortened commands don't work Upper lowercase should be same username.

Add this option to config.yml: Max accounts per IP

Add this features too: Bungee cord support Be able to use same database in two different servers Example: I have a normal games server and a minigames server with different IP and I don't use Bungeecord. Then i want players to be able to register at normalGames server and then they can log in with the same password in the MiniGames server. (The other way around) (the databases should be linked so both servers use same database)

Thanks for adding or thinking to implement that: Tzzzt123

lenis0012 commented 7 years ago

Bungeecord is in #61 Reload was added, as mentioned in #42 . It will be in the next update Unregister was suggested in #89 Shortened commands were fixed for next release, as mentioned in #81

These issues are new.

And I do not know what you mean by

Also please note that other than critical bugs, everything that isn't currently marked as 2.2 will probably not be in the 2.2 update. But I do like 2 suggestions you added. thanks for your continues support btw =)

Tzzzt123 commented 7 years ago

@lenis0012 example for Upper/lowercase thing: PLayer and Player should be the same user instead of two separate users. Thanks

Tzzzt123 commented 7 years ago

@lenis0012 and the thing to link servers: I don't want to link my servers using BungeeCord. I think of having two separate servers using same data base! Please look to it:

Example: Server1, IP: 1.1.1.1 uses database of Server1 Server2, IP: 2.2.2.2 uses database of Server1 too

Thanks for looking to it