Load/Unload/Delete World (Effect) — SkBee
Addon: SkBee · Category: Effect · Since: 1.8.0
Syntax
load world from [[world] creator] %worldcreator%Description
Load a world from a world creator. Worlds created/loaded with a world creator, are saved in the 'plugins/SkBee/worlds.yml' file and automatically loaded on server start if auto-load is enabled in the config. If you wish to import a world, just use a world creator with a name that matches that world folder. You can load a world from a name (assuming this world is in your world directory and not loaded). You can unload a world with an option to save/not save (defaults to saving). You can also delete a world, but only a custom world.
Examples
set {_w} to a new world creator named "my-world"
load world from world creator {_w}
load world "my-world"
unload world world("my-world")