This is a minecraft fabric mod that hides your password as you type when using login commands (customizable), often used on non-premium servers.
You can download this mod on modrinth. https://modrinth.com/mod/nopeeking
- Make sure you have git and jdk 21 installed. If not, check these links out: https://git-scm.com/downloads, https://www.oracle.com/java/technologies/downloads. You can also try to install these programs with your distro's package manager.
- Clone the repo:
git clone https://github.com/Blayung/no-peeking.git; cd no-peeking
- Compile the mod:
./gradlew build
- Now the mod jar file should be in the
./build/libs
folder.