promotional bannermobile promotional banner

Simple Positions

Using chat commands you can save and retrieve coordinates in your world.

File Details

SimplePositions 1.20.4-1.1.0

  • R
  • Jun 6, 2024
  • 26.43 KB
  • 18
  • 1.20.4
  • Forge

File Name

simplepositions-1.20.4-1.1.0.jar

Supported Versions

  • 1.20.4

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:simple-positions-1032007:5404468")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

New Release

  • Added new action /pos near [<radius>].
  • Automatic increments.

New action "near"

With this you can look for the nearest position to you (without specifying a radius) or positions within a given radius in a sphere around you. Note, that the distance is calculated using the euclidian distance, but for better approximation, the manhattan distance is shown in chat.

Example nearest position:

/pos near

Example with radius:

/pos near 20

Automatic increments

Adding a % at the end of a name when setting or updating positions will now look for the next number that is available counting up following the name pattern. When using this pattern make sure that you enclose your position name with quotes. Examples (empty list of positions):

/pos set "world.default.tree-%"

will add world.default.tree-0.

Repeating this command will then add world.default.tree-1, [...].tree-2, and so on. This auto increment wildcard can only be used as the last character of a name.

Full Changelog: https://github.com/marcbeat/simple-positions/compare/v1.20.4-1.0.1...v1.20.4-1.1.0