Releases: BetterPvP/Mapper
Releases · BetterPvP/Mapper
Release list
1.0.11
Region selection and tag input improvements.
- Selecting overlapping regions now picks the smallest one, so labels nested inside a larger cuboid can be clicked instead of always grabbing the enclosing cuboid.
- Region display entities (e.g. perspective armor stands) can now be right-clicked directly with the delete and tag tools.
- Pattern tags such as level: now prompt for a typed value, which is validated before it is accepted.
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.
1.0.9
1.0.8
1.0.7
1.0.3
1.0.2
- Add max height to map metadata
- Fix issue where you could only right-click blocks with Point Region creator
1.0.0
Refactor JsonExportStrategy and MetadataManager for improved file han…