[SOLVED] Using bukkit offline @ localhost

Discussion in 'Plugin Development' started by w00tklumpWn, Jan 19, 2012.

Thread Status:
Not open for further replies.
  1. Hi!

    I'm really like bukkit, but i have just little time. I'm forced to mostly develope offline on trainjourneys etc, bukkit server works brilliant on localhost, but i can't join the server with Minecraft-Client:

    "Connection lost: Internal client error: java.net.UnknownHostException: session.minecraft.net"

    Is there any official workaround to this? Or do i need to get a "cracked" minecraft version, that does not request the minecraft authentication server (which i assume what the problem is)?

    best regards, w00tklumpWn
     
  2. Change the following line in your server.properties
    Code:
    online-mode=false
    This will set your server in offline mode and you can access the server through an offline client. Just a warning. This will also open up your server for people who haven't bought Minecraft and is therefor not secure. But for localhost testing it's perfect!
     
    w00tklumpWn likes this.
  3. Godlike! I love you!
     
Thread Status:
Not open for further replies.

Share This Page