You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WORLDSPLAYER_JAR=/path/to/worlds.jar make decompile
57
55
58
56
# Edit the source files in the source directory
59
57
find source -type f -name "*.java" -exec sed -i.bak 's/this\.setName(longID);/this.setName(longID + " (" + longID + ")");/' {} \;
60
58
61
59
# Recompile WorldsPlayer
62
-
JAVAC=/path/to/javac bin/recompile
60
+
JAVAC=/path/to/javac make compile
63
61
64
62
# Copy worlds.jar to your WorldsPlayer client
65
-
cp out/worlds.jar /path/to/worlds.jar
63
+
WORLDSPLAYER_JAR=/path/to/worlds.jar make install
66
64
```
67
65
68
66
Now that we've changed the username format from `username` to `username (username)`, we can run WorldsPlayer to verify that the change has been applied.
0 commit comments