• Register
Welcome to Minecraft Help - Questions & Answers

Here you can ask Minecraft related questions or help other players by answering their questions.
Community driven website maintained by Minecraft Servers - A list with thousands of playable servers for Minecraft.

We recommend Mojangs new official bug tracker, letting them know about errors, will help speed up development to close bugs. Visit at Minecraft Bug Tracker
  • Minecraft Skins
  • Minecraft Stats
  • bukkit sever????

    +1 vote
    so i have a bukkit server i just made, i turn the server properties to -onlinemode false- but every time i trie to open the server onlinemode changes to true so now i cant get on. does anybody know how to fix this?
    asked Aug 23, 2013 in Bukkit / CraftBukkit by jacobjohnson13 (130 points)
      

    1 Answer

    0 votes

    Bukkit does not support it so you need to do certain things. You probably should be connecting from a legit account but I will tell you how to fix it. You know that batch file you use to open up your bukkit server? You need to edit it. Change it from:

    java -XmxXXXXM -jar craftbukkit.jar -o true
    PAUSE

    To:

    java -XmxXXXXM -jar craftbukkit.jar
    PAUSE
     
     
    Just remove the -o true in the file and set your online mode to false again.
    answered Sep 5, 2013 by anonymous
    ...