mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update README.md
Updated the method for overriding in-game username from '-name' to 'username.txt'.
This commit is contained in:
parent
54189b5d90
commit
214b9ab031
|
|
@ -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/)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue