6
1
Fork
You've already forked AxolotlClient-waypoints
0
Opinionated vanilla-friendly waypoints/minimap mod
  • Java 100%
moehreag 91644b7211
Some checks failed
Automated build / build (push) Failing after 2m21s
Release / Tagged Release (push) Failing after 2m24s
bump version to release
2026年06月24日 22:43:06 +02:00
.forgejo/workflows port to 26.2 2026年06月15日 15:28:28 +02:00
common fix round map tooltip 2026年06月16日 16:35:49 +02:00
gradle/wrapper bump version to release 2026年06月24日 22:43:06 +02:00
versions bump version to release 2026年06月24日 22:43:06 +02:00
.editorconfig bump axolotlclient dependency 2025年08月30日 14:02:20 +02:00
.gitattributes initial commit 2025年07月22日 11:48:23 +02:00
.gitignore initial commit 2025年07月22日 11:48:23 +02:00
build.gradle.kts update fmjs 2026年06月16日 16:21:48 +02:00
CHANGELOG.md update fmjs 2026年06月16日 16:21:48 +02:00
formatting.xml initial commit 2025年07月22日 11:48:23 +02:00
gradle.properties bump version to release 2026年06月24日 22:43:06 +02:00
gradlew port to 26.1 2026年04月05日 10:32:27 +02:00
gradlew.bat port to 26.1 2026年04月05日 10:32:27 +02:00
HEADER update header 2025年07月22日 11:48:51 +02:00
LICENSE [skip] update license copyright date 2025年07月22日 13:46:54 +02:00
README.md correct modrinth dependencies 2025年08月30日 14:09:37 +02:00
settings.gradle port to 26.2 2026年06月15日 15:28:28 +02:00

AxolotlClient Waypoints

A minimap/worldmap and waypoints mod designed for modern versions. This means that new features are likely to only get added to the latest version of minecraft.

Features:

  • Minimap
    • Integrates into AxolotlClient's HUD system if it is present.
  • World and level(/dimension)-specific waypoints
  • Worldmap

Certain aspects of the mod can be disabled by servers:

  • Whether the minimap is enabled
  • Whether caves may be seen on the world map or the minimap
    • Whether caves may be seen on the world map in dimensions with roofs (Nether)

This can either be done by

  • Installing this mod on the server-side as well as on the client-side.

    It will then generate a config file for these options on the server and send them to the client. You can edit the config file and then use the /axolotlclient_waypoints reload command to load the edited config or modify it using /axolotlclient_waypoints modify_config <property> <value>. After running either command the values will be sent to all connected players again.

  • Making use of system message properties for xaero's minimap/world map:

    • §f§a§i§r§x§a§e§r§o to disable caves on both the minimap & worldmap
    • §x§a§e§r§o§w§m§n§e§t§h§e§r§i§s§f§a§i§r to allow caves on the world map in dimensions with roofs
    • §n§o§m§i§n§i§m§a§p to disable the minimap
    • §r§e§s§e§t§x§a§e§r§o to reset all values

Note however that if the mod is installed on the server the use of xaero's properties will be disabled.

Disclaimer: Despite the system described above this mod does not have capabilities to disable itself on servers that do not allow usage of minimaps. It is your responsibility to adhere to server rules.