Description
SignFinder
A Minecraft Fabric mod that finds and highlights signs based on content with search capabilities.
Features
- Smart sign detection with configurable keywords
- Text, regex, and array search with presets
- ESP-style highlighting with customizable colors
- Pagination and distance sorting
- Auto-removal when approaching signs
Installation
- Install Fabric Loader
- Download from Modrinth
- Place in
modsfolder
Usage
Commands
/findsign <query> # Text search
/findsign "中文查询" # Chinese text search (use quotes for non-ASCII)
/findsign regex <pattern> # Regex search
/findsign array word1,word2 # Multi-word search (comma-separated)
/findsign preset <name> # Use preset
/findsign presets # List saved presets
/findsign clear # Clear results
/findsign export <format> # Export last search result to file (TXT/JSON)
Configuration
Access via ModMenu → SignFinder → Config
Development
git clone https://github.com/jiazengp/signfinder.git
./gradlew build


