Update README.md

Updated the method for overriding in-game username from '-name' to 'username.txt'.
This commit is contained in:
Slenderman 2026-03-03 03:02:31 -05:00 committed by GitHub
parent 54189b5d90
commit 214b9ab031
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,13 +33,7 @@ Basic LAN multiplayer is available on the Windows build
- Other players on the same LAN can discover the session from the in-game Join Game menu - Other players on the same LAN can discover the session from the in-game Join Game menu
- Game connections use TCP port `25565` by default - Game connections use TCP port `25565` by default
- LAN discovery uses UDP port `25566` - LAN discovery uses UDP port `25566`
- You can override your in-game username at launch with `-name` - You can override your in-game username at launch with `username.txt`
Example:
```powershell
Minecraft.Client.exe -name Steve
```
This feature is based on [LCEMP](https://github.com/LCEMP/LCEMP/) This feature is based on [LCEMP](https://github.com/LCEMP/LCEMP/)