Перейти к содержимому
Mineforgian

Simple Positions

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

Загрузки
268
Подписчики
2
Обновлён
11 июня 2024 г.
Лицензия
GPL-3.0-or-later

Опубликован 26 мая 2024 г.

Simple Positions

Saving and Loading Positions [Client or Server]

This mod lets you save the coordinates of your current position and retrieve them later on via commands. You can give your positions names and even add them to a custom list!

If you want to get a previously saved position, simply search for its name, list and dimension and retrieve its coordinates in your chat.

All positions are saved to a JSON file, so you have total control over your data.

For usage instructions please consult the wiki.

TLDR:

Saving position:

/pos set <dimension>.<list>.<name>

Retrieving position:

/pos get <dimension>.<list>.<name>

Ченджлог

1.20.6-1.1.1Релиз1.20.6 · 11 июня 2024 г.

Initial release for MC Version 1.20.6

1.20.4-1.1.1Релиз1.20.4 · 11 июня 2024 г.

Patch

  • Update help texts

Misc

  • Add correct licence
  • Change to ParchmentMC
1.20.4-1.1.0Релиз1.20.4 · 31 мая 2024 г.

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.

1.20.4-1.0.1Релиз1.20.4 · 27 мая 2024 г.

Hotfix

  • Fixed a bug where the dimension was not recognized correctly.
1.20.4-1.0.0Релиз1.20.4 · 26 мая 2024 г.
  • Added basic functionality of the mod

Комментарии

Загружаем…