HomeJavaDatapacksWorld Start Commands
World Start Commands
DatapacksJava

World Start Commands

by _speev_ · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.20.3–1.20.6 · Data pack⬇ Download for 1.19.4–1.20.2 · Data pack⬇ Download for 1.20.3–1.20.6 · Fabric⬇ Download for 1.19.4–1.20.2 · Fabric⬇ Download for 1.20.3–1.20.6 · Forge⬇ Download for 1.19.4–1.20.2 · Forge⬇ Download for 1.20.3–1.20.6 · NeoForge⬇ Download for 1.19.4–1.20.2 · NeoForge⬇ Download for 1.20.3–1.20.6 · Quilt⬇ Download for 1.19.4–1.20.2 · Quilt
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
World Start Commands — screenshot 1

Overview

This Mod/Datapack can execute any command on starting a world

The default way of the world counting as "started" is, when a player picks up any wooden log.

Once all players have done so, the commands get executed and you're ready to play!

Usage

This pack is intended to use for modpacks or other projects where a special setup has to be done before being able to properly play. All commands which you want to have executed have to be written in the "setup.mcfunction" under data/world_start/functions. (Copy the file onto desktop, edit it, replace old one)

Why two versions

I've decided to make two seperate versions of this pack. One, which is very simple and easy to use and another, fancier version. The fancy version keeps track of who has already "started" and once all players did, it will count down and then "start" the world. The two function identically, it's just for personal preferrence if you like it simple or fancy.

How to customize

You will have to edit the pack/mod to write the commands into it. Here is a detailed step by step guide for this:

Mod version:

  1. Rename the mod file from .jar to .zip.
  2. Follow instructions for datapack version.
  3. Once you're done, rename it back to .jar

Datapack version:

  1. Open the .zip file and find the "setup.mcfunction" under data/world_start/functions .
  2. Copy the file onto your desktop (out of the .zip archive).
  3. Open the file with any text editor.
  4. You should find the command "say setup complete". This is the default example command.
  5. For the fancy version, it has two more commands, which just clear a few displays. (Do not remove)
  6. Delete the default command and add the commands you need to the file. Don't include the slash. Command execution order is the top command first and bottom one last. All happen at the same time though.
  7. Once all commands are written down, save it and place it back in the .zip folder. It will ask to if you wish to replace the old file which you do.
  8. The pack is done! Now you just have to load it into Minecraft and you're ready to go!
  9. If the world is already running, you will have to do /reload to apply the changes to the game.

Setting a different start

The way of detecting if a player has started to play is by an invisible advancement. It detects if the player has obtained any wooden log and gives a function if they have. This is of course also customizable. I recommend reading the wiki page about advancement triggers if you want to change the way the world starts. Just replace the "world_start" advancement in the pack.

Other

Of course you can use this in your modpack. Feel free to edit this to your liking and include it. I just dont want you to publish this exact version with one tiny change and claim it as your own.

The datapack is marked as incompatible for some versions, but it should still work fine.

Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more