Tell me more ×
Arqade is a question and answer site for passionate videogamers on all platforms. It's 100% free, no registration required.

How do I change my name in Minecraft multiplayer offline mode in windows?

share|improve this question

3 Answers

Open up a notepad file, and put this command into it.

java -Xms512m -Xmx1024m -cp "%APPDATA%\.minecraft\bin\*" \
-Djava.library.path="%APPDATA%\.minecraft\bin\natives" \
net.minecraft.client.Minecraft "yourusername"

Replace yourusername with whatever name you wish. Save the notepad file as CUSTOMNAME.bat

You can use that file to now run minecraft with your name changed. (you may have to go into your folder options and enable the viewing of system files to see the customname.bat after you have saved it depending on your current windows settings)

share|improve this answer
java -Xincgc -Xmx1024m -cp "%APPDATA%\.minecraft\bin\minecraft.jar;%APPDATA%\.minecraft\bin\lwjgl.jar;%APPDATA%\.minecraft\bin\lwjgl_util.jar;%APPDATA%\.minecraft\bin\jinput.jar" -Djava.library.path="%APPDATA%\.minecraft\bin\natives" net.minecraft.client.Minecraft>debug.txt 2>&1
share|improve this answer

The easiest way that I know of is to use a cracked client. That way you can easily change your username and keep track of different usernames that you have used on different servers.

share|improve this answer

protected by Community Aug 10 '12 at 17:20

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.