Skip to content

Load World

MoSadie edited this page Jan 20, 2022 · 1 revision

Description

Load a specified Minecraft world when triggered. This will silently fail if the world name does not exist.

Automatically saves the world in singleplayer and disconnects from a server in multiplayer, if required. Can be triggered from any screen, including the main menu.

Configuration Options

  • Title (optional): An optional title to display on the key. Customize location and font using the T icon to the right of the text box.
  • Minecraft IP (required): The address that the EffectMC mod is running on. (Example: http://localhost:3000)
  • World (required): The name of the world to load. Must match the world folder name shown in the World Selection screen. (See image below)

Screenshot of the world select screen, the world folder name is underlined

Example Configuration

Screenshot of Elgato Stream Deck software with a title, Minecraft IP, and World set for the Load World action

In-Game Experience

In-World

Gif of the player staring at a sign saying "Currently on: World 1", looks over to a sign saying "Pressing Load World Key", screen jumps to the world loading screen, then player spawns at sign saying "Currently on: A DIFFERENT world!"

From Main Menu

Gif of the main menu, then jumps to the world loading screen. The player spawns in looking at a sign that says "Currently on: World 1"

Advanced: HTTP Request Information

  • Method: GET
  • Endpoint: /loadworld
  • Parameters:
    • device: Device ID (String)
    • world: The folder name of the world to load. (String)