Weird Online Mode Issue

Discussion in 'Bukkit Help' started by Airbornz, Feb 26, 2015.

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

    Airbornz

    Hello,

    Today when starting up my Bukkit server I noticed a warning:

    **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!

    Even though my run.sh has "-o true" and my server.properties "online-mode: true" it still is returning a false value...
     
  2. Offline

    shades161

    try deleting the server.properties file and having it generate a new one.
     
  3. Offline

    Airbornz

    Thanks for the post, I have already tried this unfortunately.

    Mind as well leave this info:

    Running a VPS, with Ubuntu installed, craftbukkit version 1.7.9-R0.2-13-gf6dffcf-b3102jnks
     
    Last edited by a moderator: Feb 28, 2015
  4. Offline

    Bobcat00

    Can you post the full command you use to start the server?
     
  5. Offline

    Airbornz

    Its the default linux start, copied directly from the official bukkit page, the only thing I did was change the ram amounts.

    Code:
    java -Xmx7G -Xms5G -jar craftbukkit.jar -o true
     
    Last edited: Feb 28, 2015
  6. Offline

    Bobcat00

    And what version are you running?
     
  7. Offline

    Airbornz

    @Bobcat00

     
  8. Offline

    Bobcat00

    I don't have any explanation. Can you cut & paste your actual command line? And your server.properties and startup log file using pastebin?

    Are you sure you're looking in the correct directory for your server.properties? No aliases or anything defined for commands that would change what you're actually doing?
     
Thread Status:
Not open for further replies.

Share This Page