Skip to content

Commands

Frederik van der Els edited this page Nov 6, 2024 · 9 revisions

SeedMapper has the following commands (in alphabetical order):

Click the command for more details. The legacy commands only work in major version 1.0.0.

SeedMapper's config can be changed by the external command /cconfig seedmapper:

/cconfig seedmapper
├─ IgnoredBlocks
│  ├─ get
│  ├─ add
│  │  └─ <value>
│  └─ remove
│     └─ <value>
├─ AutoOverlay
│  ├─ get
│  └─ set
│     └─ <value>
├─ Seed
│  ├─ get
│  └─ set
│     └─ <value>
├─ SeedResolutionOrder
│  ├─ get
│  └─ set
│     └─ <value>
├─ SavedSeeds
│  ├─ get
│  ├─ add
│  │  └─ <value>
│  └─ remove
│     └─ <value>
└─ BlockColours
   ├─ get
   ├─ put
   │  └─ <key>
   │     └─ <value>
   └─ remove
      └─ <value>

CheckSeed

Usage:

/sm:checkseed

Check the seed SeedMapper is currently using.

ClearScreen

Usage:

/sm:clearscreen

Clear all renders from the screen.

Highlight

Usage:

/sm:highlight
├─ block
│  └─ <block>
│     └─ <range>
└─ feature
   └─ slimechunk
      └─ <range>

Highlight certain blocks or regions around you.

Locate

Usage:

/sm:locate
├─ biome
│  └─ <biome>
├─ feature
│  ├─ structure
│  │  └─ <structure>
│  ├─ stronghold
│  ├─ decorator [legacy only]
│  │  └─ <decorator>
│  └─ slimechunk
└─ loot [legacy only]
   └─ <amount>
      └─ <item>

Locate biomes, features or loot closest to you.

SeedOverlay

Usage:

/sm:seedoverlay

Compare the current terrain with the original natural terrain of the world.

Source

Usage:

/sm:source
├─ run
├─ as
│  └─ <entity>
├─ positioned
│  └─ <pos>
├─ rotated
│  └─ <rot>
├─ in
│  └─ <dimension>
├─ versioned
│  └─ <version>
└─ seeded
   └─ <seed>

Change the source from which you execute the commands.

TerrainVersion

Usage:

/sm:terrainversion

Determine the terrain version of the terrain.

Clone this wiki locally