When ever I set the server to Offline mode (in server.properties), I run it and it turns back to Online mode. I don't get any errors messages, or anything. It just turns back to Online mode. Please help? (If you don't know what Offline mode is, it allows you to get in a server with a cracked client, and Online forces you to have a premium account.) I need help pretty fast, so thanks.
6
Try deleting -o false from the startup script and then setting it to false in the server.properties
In your start file like start.bat, right click and Edit, Now you will open the notebook where writes in:
java -Xmx1024M -jar craftbukkit.jar -o true
PAUSE
change this to this:
java -Xmx1024M -jar craftbukkit.jar -o false
PAUSE
Write if it works!
java -Xmx1024M -jar craftbukkit.jar -o true
PAUSE
change this to this:
java -Xmx1024M -jar craftbukkit.jar -o false
PAUSE
Write if it works!
1. Are you using a startup script?
2. Try deleting your server.properties
2. Try deleting your server.properties
u should set it false should work it works for me
