Skip to content

Commands

Frederik van der Els edited this page Aug 25, 2025 · 12 revisions

SeedMapper has the following commands (in alphabetical order):

BuildInfo

Usage:

/sm:buildinfo

Check the version of SeedMapper that is currently being used.

CheckSeed

Usage:

/sm:checkseed

Check the seed SeedMapper is currently using.

Clear

Usage:

/sm:clear

Clear all renders from the screen.

Config

Usage:

/sm:config
├─ PixelsPerBiome
│  ├─ get
│  ├─ reset
│  └─ set
│     └─ <value>
├─ Seed
│  ├─ get
│  ├─ reset
│  └─ set
│     └─ <value>
├─ SeedResolutionOrder
│  ├─ get
│  ├─ reset
│  └─ set
│     └─ <value>
├─ SeedMapThreads
│  ├─ get
│  ├─ reset
│  └─ set
│     └─ <value>
├─ SavedSeeds
│  ├─ get
│  ├─ reset
│  ├─ add
│  │  └─ <value>
│  └─ remove
│     └─ <value>
├─ OreAirCheck
│  ├─ get
│  ├─ reset
│  ├─ comment
│  └─ set
│     └─ <value>
└─ ToggledFeatures
   ├─ get
   ├─ reset
   ├─ add
   │  └─ <value>
   └─ remove
      └─ <value>

Change SeedMapper's configuration settings.

Discord

Usage:

/sm:discord

Sends the link to my Discord server.

Highlight

Usage:

/sm:highlight
├─ block
│  └─ <block>
│     └─ <chunks>
└─ orevein
   └─ <chunks>

Highlight certain blocks or regions around you.

Locate

Usage:

/sm:locate
├─ biome
│  └─ <biome>
├─ feature
│  ├─ <structure>
│  │  └─ <variantdata>
│  └─ stronghold
├─ loot
│  └─ <amount>
│     └─ <item>
├─ slimechunk
├─ spawn
└─ orevein

Locate biomes, features, loot and more closest to you.

SeedMap

Usage:

/sm:seedmap

Open an explorable seed map.

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 command.

StopTask

Usage:

/sm:stoptask

Stop the task that is currently being executed in the background.

Clone this wiki locally