forked from cjariebs/AuthPlayer
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I try to use your concept to make mixedmode auth for 1.4.6 server, but it seems like server or client makes some more checks, don't just to checkserver.jsp, or i don't understand, how works the whole system.
i use your file checkserver.php woth apache, if i try to make request to session.minecraft.net from my server, it will return "YES" - all clear
and i take your
public void onPlayerPreLogin(PlayerPreLoginEvent event){
//if this person would have been allowed, but is not because of failing the verify, let them in
if (event.getResult() != PlayerPreLoginEvent.Result.ALLOWED){
event.allow();
}else{
}
}Event, put it in my plugin.
Is there all need to work correctly? I still take a "user not premium" error (
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels