Skip to content

Releases: BetterPvP/Mapper

1.0.11

Choose a tag to compare

@braulio-dev braulio-dev released this 04 Jun 03:20

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

Choose a tag to compare

@braulio-dev braulio-dev released this 03 Jun 23:45

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

Choose a tag to compare

@braulio-dev braulio-dev released this 10 Apr 16:51
Tags

1.0.8

Choose a tag to compare

@braulio-dev braulio-dev released this 02 Apr 18:11

Full Changelog: 1.0.4...1.0.8

1.0.7

Choose a tag to compare

@braulio-dev braulio-dev released this 16 Apr 19:32

InputStream alternatives

1.0.3

Choose a tag to compare

@braulio-dev braulio-dev released this 16 Apr 18:44
  • Fix selecting certain blocks

1.0.2

Choose a tag to compare

@braulio-dev braulio-dev released this 15 Mar 03:12
  • Add max height to map metadata
  • Fix issue where you could only right-click blocks with Point Region creator

1.0.0

Choose a tag to compare

@braulio-dev braulio-dev released this 11 Mar 18:55
Refactor JsonExportStrategy and MetadataManager for improved file han…