Open Screen - MoSadie/EffectMC GitHub Wiki
Description
Disconnect from the current world/server and display a configurable screen.
Automatically saves the world in singleplayer and disconnects from a server in multiplayer, if required. Can be triggered from any screen.
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
) - Screen (required): Determines what screen will appear. Options are
Main Menu
,Server Select
,Server Direct Connect
,World Select
, andWorld Create
.
Example Configuration
In-Game Experience
Cycling through the screens
From In-World
Advanced: HTTP Request Information
- Method: GET
- Endpoint:
/openscreen
- Parameters:
device
: Device ID (String)screen
: The screen to go to. Accepted values:MAIN_MENU
,SERVER_SELECT
,SERVER_DIRECT_CONNECT
,WORLD_SELECT
,WORLD_CREATE