Skip to content

Whether an update to 1.4.7? #24

@rgb2hsl

Description

@rgb2hsl

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 (

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions