How do I make authme auto login

Discussion in 'Bukkit Help' started by SwagNuke, Jan 14, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    SwagNuke

    I hate it everytime,when I start the server,and I have to login
    every single time
     
  2. Offline

    ifly6

    the point of authMe is to make you log in. Thats the point of the secondary password system.
     
  3. Offline

    SwagNuke

    Do you understand a single thing I said
    every time when I leave the server,and when I join back I have to login
    Can you understand my words now
     
  4. Offline

    ifly6

    That is the point of AuthMe. That is the point of xAuth. That is the point of all of those programmes (specifically to force people to authenticate again, and therein to prevent people from impersonating other people's accounts). And the fact that you're running them already casts suspicion on whether you're running an offline server (which are not supported on Bukkit Help, to the chagrin of many players.
     
  5. Offline

    LiLChris

    Post your start up log, I can show you a fix for it.
    Very simple too. ;)
     
  6. Offline

    Lolmewn

    I think it has to do with the server.properties too, right?

    Because there should be on option for that.
     
  7. Offline

    Godspeed

    Maybe this helps in the AuthMe config file:

    Code:
    settings:
        sessions:
            # Do you want to enable session? When enabled
            # the ip of a player will be bound to the nickname
            # of the player on login. As long as neither of those
            # two change players don't have to login on a reconnect
            enabled: false
            # After how many minutes a session should timeout?
            # 0 for unlimitted sessions
            timeout: 10
     
  8. Offline

    LiLChris

    Killed it...

    By the way this isn't the safest option to turn on, but it is the option your looking for.
     
  9. Offline

    SwagNuke

    Nvm,I had switch to CrazyLogin
     
Thread Status:
Not open for further replies.

Share This Page