Open minecraft7net opened 6 years ago
If FastLogin purges the players independently from AuthMe, what should be removed (only the player row from database)?
basically unregister player from authme:
[02:11:52] [Thread-81/INFO]: /authme unregister: Unregister a player
[02:12:51] [Thread-81/INFO]: ==========[ AuthMeReloaded HELP ]==========
[02:12:51] [Thread-81/INFO]: Command: /authme unregister
[02:12:51] [Thread-81/INFO]: player: Player name
[02:12:51] [Thread-81/INFO]: Default: OP's only (You have permission) [02:12:51] [Thread-81/INFO]: Result: You have permission
[02:12:51] [Thread-81/INFO]: /authme unreg
but just unregister if premium login with the same username will be too simple.
upper/lowecase names are checked by authme if you set option so names can be with different cases.
"..." [19:40:41] [Netty Worker IO Thread #2/INFO]: [Lorenzo] disconnected with: Kicked whilst connecting to fantasy1: You should join using username lorenzo, not Lorenzo. "..."
and those checks are important
/authme lastlogin username TacoSpigot-b29-mysqlodbc-5.1.45.jar is running... executing command [02:18:05] [Thread-81/INFO]: [AuthMe] username last login: Wed Nov 02 23:40:49 CET 2016 [02:18:05] [Thread-81/INFO]: [AuthMe] The player username last logged in 460 days 2 hours 37 mins 16 secs ago [02:18:05] [Thread-81/INFO]: [AuthMe] Last player's IP: xxx.xxx.xxx.xxx
and it can be done on 1st login (but it may take time - those checks) or login player as non-premium and give him possibility to remove non-premium player by command/item and re-login
or another special hub for this sitiation with more information (options for dedicated hub for this/those players)
and i think - remove player from group / command send to hub server
i have mix permissionex on some servers but mostly groupmanager
Hi,
i have a request for AuthMeReloaded addon and for FastLogin addon
Addon description:
solutions for server using AuthMeReloaded and after 3-4 years start using FastLogin
addon that will:
5A. and option for manual unregister by oplayer premium /force-login 5B. auto unregister
or maybe someone had idea how to code it in AuthMe?
commands.yml (?) onJoin: {} ? onRegister: {} ?