From 214b9ab0313b15f1f4c1cb5f6924a2278df3a41e Mon Sep 17 00:00:00 2001 From: Slenderman Date: Tue, 3 Mar 2026 03:02:31 -0500 Subject: [PATCH] Update README.md Updated the method for overriding in-game username from '-name' to 'username.txt'. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 999626e9a..bc45ef229 100644 --- a/README.md +++ b/README.md @@ -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 - Game connections use TCP port `25565` by default - LAN discovery uses UDP port `25566` -- You can override your in-game username at launch with `-name` - -Example: - -```powershell -Minecraft.Client.exe -name Steve -``` +- You can override your in-game username at launch with `username.txt` This feature is based on [LCEMP](https://github.com/LCEMP/LCEMP/)