SignFinder
A Minecraft Fabric mod that helps locate and highlight signs based on their content. Perfect solution for finding needed information on multiplayer servers with large markets where numerous trading stalls can complicate navigation.
Key Features
- Smart sign recognition with customizable keywords
- Text, regex, and array word searches with preset saving capability
- ESP-style highlighting with color selection
- Pagination and distance-based result sorting
- Automatic highlighting removal when approaching signs
- Local search result saving
- Multi-language support: Chinese and English
How to Use
Commands
/findsign <query> # Text search
/findsign "Chinese search" # Use quotes for non-ASCII characters or text with spaces/special symbols
/findsign regex <pattern> # Regular expression search
/findsign array word1,word2 # Multi-word search (comma-separated)
/findsign preset <preset name> # Use saved preset
/findsign presets # List saved presets
/findsign clear # Clear results
/findsign export <format (TXT/JSON)> # Export last result to file
Configuration
Available via ModMenu → SignFinder → Config
Development
git clone https://github.com/jiazengp/signfinder.git
./gradlew build
Compatibility
Known compatibility issues:
- Vulkan
About versions 1.20.x and lower
The mod temporarily doesn't support Minecraft versions below 1.21. If you're using 1.20, consider using sign-searcher-updated.
License
GPLv3 License