Skip to content

Commit 6fa206c

Browse files
committed
add readme
1 parent 32df943 commit 6fa206c

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# AxolotlClient Waypoints
2+
3+
A minimap/worldmap and waypoints mod designed for modern versions.
4+
This means that new features are likely to only get added to the latest version of minecraft.
5+
6+
Features:
7+
8+
- Minimap
9+
- Integrates into AxolotlClient's HUD system if it is present.
10+
- World and level(/dimension)-specific waypoints
11+
- Worldmap
12+
13+
This map mod also features reasonable performance by using map color values of blocks.
14+
15+
Certain aspects of the mod can be disabled by servers:
16+
- Whether the minimap is enabled
17+
- Whether caves may be seen on the world map or the minimap
18+
- Whether caves may be seen on the world map in dimensions with roofs (Nether)
19+
20+
This can either be done by
21+
- Installing this mod on the server-side as well as on the client-side.
22+
23+
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.
24+
- Making use of system message properties for [xaero's minimap/world map](https://modrinth.com/mod/xaeros-minimap):
25+
26+
- `§f§a§i§r§x§a§e§r§o` to disable caves on both the minimap & worldmap
27+
- `§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
28+
- `§n§o§m§i§n§i§m§a§p` to disable the minimap
29+
- `§r§e§s§e§t§x§a§e§r§o` to reset all values
30+
31+
Note however that if the mod is installed on the server the use of xaero's properties will be disabled.
32+
33+
**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.

0 commit comments

Comments
 (0)