Name Detect is a client-side Minecraft mod that allows players to search for specific substrings within the names of players currently on the server. It provides a simple command to count and display the occurrences of a given text within player names.
- Searches through all player names on the current server.
- Uses the
/detectname {word}command to find and count occurrences. - Works entirely on the client-side, requiring no server modifications.
- Minecraft 1.21.1
- Fabric Loader (0.15.7 or later)
- Fabric API (0.115.0+1.21.1)
- Download and install Fabric Loader from FabricMC.
- Install Fabric API from Modrinth or CurseForge.
- Download the latest
namedetect-x.x.x.jarfrom the Releases. - Move the
.jarfile into your.minecraft/mods/folder. - Launch Minecraft with the Fabric Loader profile and enjoy!
/detectname {word}
- Example:
/detectname Stevewill count all players whose names contain "Steve".
- Clone the repository:
git clone https://github.com/cellfone/detectname.git cd detectname - Setup the development environment:
./gradlew build
- The built mod will be in
build/libs/.
- If you find a bug or want to request a feature, open an issue on GitHub Issues.
- Contributions are welcome! Fork the repo and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.