Server.Properties error...

Discussion in 'Bukkit Help' started by doglover129, Sep 20, 2013.

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

    doglover129

    Server OS: Ubuntu 13.04
    Java: 7
    Craftbukkit versions: Latest Recomended (1.6.2) and Dev (1.6.4)
    Memory: 1024
    Error:
    When I start the server, it says,
    Code:
    20:38:46 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    20:38:46 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    20:38:46 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    20:38:46 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
    Which I have seen before, but in the server.properties, It is set to true. I have tried to delete the server.properties and let it create a new one on start up, same error. Any one else? Or is it possible this got moved to a different file and the error code was not fixed?
     
  2. Offline

    c0mp

    doglover129 What's your startup command (or the contents of your startup script)?
     
  3. Offline

    12AwsomeMan34

    doglover129
    Change your start-up script in the .bat file to
    Code:
    java -Xms2018M -Xmx2018M -jar craftbukkit.jar -o true
    PAUSE
    Notice the "true" in there, that tells bukkit your server is non-offline. Bukkit ignores the online-mode:true/false and runs off of whats in the run.bat for offline/online modes
     
Thread Status:
Not open for further replies.

Share This Page