Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

/spawn command configuration

Open
#211 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
java
Domain
game-dev

Research direction

The issue names no files or tests. Start by locating the /spawn command and its configuration handling, then trace how world-specific spawn selection works. Done means the configuration can select either each world's spawn or the main world's spawn for every /spawn execution, with coverage for both settings.

Written by the indexing model from the issue text.

Description

CMDBOOK-2295 - Reported by Amicus.Minecraft

Can the /spawn command be configured to send a player to one spawn point regardless of which world they are in?

Say I have the following worlds:

WORLD

WORLD_NETHER

CREATIVE

GASBOMBS

If a player uses /spawn in GASBOMBS, I want them to be teleported to the spawn point of WORLD, not the spawn point of GASBOMBS.

In the configuration file, this option could have two settings.

$ spawn-locations:
$ exact-spawn: false
$ main-world: WORLD
$ multiworld-spawn: false

Set "multiworld-spawn" to "true" to enable the current system of each world having its own spawn. Set it to "false" to have all '/spawn' command executions send the player to the main world's spawn.

Dominant language
Java
Stars
151
Forks
104
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from EngineHub/CommandBook

All issues in EngineHub/CommandBook

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.