1.0.10
Tag system reworked into an extensible matcher model.
- Tag is now an abstract matcher; SimpleTag matches an exact value, PatternTag matches many values via regex (e.g. level:37 and level:30).
- Tags support multiple regions and are no longer registered one by one.
- Tags expose usage and description metadata.
- New command: /mapper tags lists every tag available for a region with its usage and description.
- Added jitpack.yml pinning JDK 21 so the artifact builds on JitPack.