You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,15 @@ If you run into issues, contact your launcher's support.
28
28
Before using any of these commands, make sure the seed has been configured using `/sm:config Seed set <seed>`.
29
29
30
30
### Seed map
31
-
Usage: `/sm:seedmap`
31
+
Usage: `/sm:seedmap`.
32
32
33
33
Opens an explorable seed map based on the configured seed. You can move the map by dragging the mouse, and zoom in or out by using the scroll wheel. You can toggle what features are visible by clicking the feature toggles at the top of the screen. This command is especially useful in combination with the `/sm:source` command!
34
34
35
+
### Seed minimap
36
+
Usage: `/sm:minimap [show|hide]`.
37
+
38
+
Displays a minimap based on configured seed in the heads-up display (HUD). Depending on whether the `RotateMinimap` config is enabled, the minimap will rotate with the player. The minimap displays the same features as the seed map (see above). Changing dimension will automatically update the minimap. The configs `MinimapOffsetX`, `MinimapOffsetY`, `MinimapWidth` and `MinimapHeight` can be used to further customise the minimap.
39
+
35
40
### Biome locating
36
41
Usage: `/sm:locate biome <biome>`.
37
42
@@ -45,20 +50,20 @@ Locates a given structure closest to the player. All structures in all dimension
45
50
### Ore vein locating
46
51
Usage: `/sm:locate orevein (copper|iron)`.
47
52
48
-
Locates an [ore vein](https://minecraft.wiki/w/Ore_vein) closest to the player. The coordinates of the first ore vein block found will be returned. After this, you can use [`/sm:highlight orevein [chunks]`](#ore-vein-highlighting) to highlight the other ores.
53
+
Locates an [ore vein](https://minecraft.wiki/w/Ore_vein) closest to the player. The coordinates of the first ore vein block found will be returned. After this, you can use [`/sm:highlight orevein [<chunks>]`](#ore-vein-highlighting) to highlight the other ores.
Locates chest loot closest to the player. All versions from 1.13 onwards are supported. SeedMapper will search through the chest loot of structures to find loot that matches the item and enchantment conditions. Note that queries for unobtainable loot and illegal enchantment combinations are not prevented by the command. If a search is taking too long, you should probably cancel it using `/sm:stoptask`.
54
59
55
60
### Ore highlighting
56
-
Usage: `/sm:highlight block <block> [chunks]`.
61
+
Usage: `/sm:highlight block <block> [<chunks>]`.
57
62
58
63
Highlights the specified block in the world. All versions from 1.13 onwards are supported. Due to high dependence on the [`OCEAN_FLOOR_WG`](https://minecraft.wiki/w/Heightmap#OCEAN_FLOOR_WG) heightmap, coal, copper and emerald ore locations may be off.
59
64
60
65
### Ore vein highlighting
61
-
Usage: `/sm:highlight orevein [chunks]`.
66
+
Usage: `/sm:highlight orevein [<chunks>]`.
62
67
63
68
Highlights ore veins in the world. Raw ore blocks that generate as part of the ore vein are highlighted distinctly. Filler blocks are ignored.
0 commit comments