WorldManager Plugin by WeLoveSpigotPlugins
Feel free to use this plugin if multiverse has got too many features you don't use or you don't want to have.
Commands:
- /WM - Description (wm.description)
- /WM List - Show all maps (wm.list)
- /WM Delete - Delete map (wm.delete)
- /WM Import - Import a not loaded map (wm.import)
- /WM Unload - Unload an imported map (wm.unload)
- /WM Teleport - Teleport to a map (wm.teleport)
- /WM Resetspawnlocation - Reset the spawnlocation of a map (wm.resetspawnlocation)
- /WM Setspawnlocation - Set the spawnlocation of a map (wm.setspawnlocation)
- /WM Create - Create a new world (wm.createworld)
Developer API:
Spoiler: Open Developer API
Get the WorldContainer Object:
Useful Methods:
Code (Java):
final WorldContainer worldContainer
= WorldContainer.
getWorldContainerMap
(
).
get
(
"world_name"
)
;
Code (Java):
Location location
= worldContainer.
getSpawnLocation
(
)
;
// Current spawnlocation
final String worldName = worldContainer. getName ( ) ; // Get name of the worldcontainer
worldContainer. deleteWorld ( ) ; // Delete the worldcontainer
worldContainer. loadWorld ( ) ; // Load the worldcontainer
worldContainer. createWorld (World. Environment. NORMAL ) ; // Create a new worldcontainer
final String worldName = worldContainer. getName ( ) ; // Get name of the worldcontainer
worldContainer. deleteWorld ( ) ; // Delete the worldcontainer
worldContainer. loadWorld ( ) ; // Load the worldcontainer
worldContainer. createWorld (World. Environment. NORMAL ) ; // Create a new worldcontainer
If you find bugs please contact me via PM.
I'll fix them as soon as possible.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.8
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Simple WorldManager Plugin | Multiverse Style is a free Minecraft Java mod. Compatible with Minecraft 1.8. Downloaded 5,128 times (via Spigot). Download it and open it directly in the game.