Load World (Effect) — Skript
Addon: Skript · Category: Effect · Since: 2.8.0
Syntax
load [the] world[s] %strings% [with environment %-environment%]Description
Load your worlds or unload your worlds The load effect will create a new world if world doesn't already exist. When attempting to load a normal vanilla world you must define it's environment i.e "world_nether" must be loaded with nether environment
Examples
load world "world_nether" with environment nether
load the world "myCustomWorld"
unload "world_nether"
unload "world_the_end" without saving
unload all worlds