mcMMO-Dev / mcMMO

The RPG Lover's Mod!
https://mcmmo.org
GNU General Public License v3.0
1k stars 859 forks source link

Authme Integration #1060

Closed NemesisMate closed 11 years ago

NemesisMate commented 11 years ago

It would be great if you could add an authme reloaded support option in config file so if the server have an authme authentication system it only saves registered user information instead of all users that logged-in once.

I have a website registration method and it's really useless to save an entry on database for each user that tried to log-in without being registered (thousands of them).

TfT-02 commented 11 years ago

This would require adding a new dependency for mcMMO, which we'd rather not do.

mcMMO does have a purge feature, which purges players which purges players with power-level 0. You can use this to get rid of those players who have logged in once.

gmcferrin commented 11 years ago

Additionally, mcMMO should only create user data for players who were successful in logging in.