WorldManager (Advanced MultiWorld Plugin)

WorldManager (Advanced MultiWorld Plugin) 1.2.0

Refactored some commands:

/wm copy will now create a copy of your current world which will be called CopyOfWORLDNAME
If you want to change the name, add a -n NEWNAME. For example /wm copy -n NEWNAME
If you want to copy another world you can use -w WORLD. For example /wm copy -w WORLD -n NEWNAME.
The -t parameter for teleportation still works.

/wm tp also got a big refactoring. First of all, I removed the ability to teleport other players in a world. (/wm tp WORLD PLAYER). But since the /wmtp menu got out of hands with 110 worlds... I added a search feature.
Use /wm tp -s CONTENT. For example /wm tp -s wor. This would show any worlds with "wor" in the name.
Names like "world", world1, world2, myworld, wordl etc. But no worlds like "hello".
Very helpful xd

/wm delete also got another change. You now can use /wm delete -c to delete the current world.
The c stands for "current".

I do a bigger version jump now.. WorldManager evolved very much since the addon update. (1.1.0)
v.1.2.0
- You now can use the -t parameter in /worldmanager load and /worldmanager copy to teleport to the loaded / copied world after the action finished.
- /worldmanager sync is back. I forgot to change the sub command name after changing the command format in back in v1.1.12 .

1678897433726.png
v1.1.15
Since I make my own minigames network, it was painful to convert our java maps to bedrock and then have to copy paste them in another world with the emptyworld generator. Now you can use /wm load worldname -g Generator to load a world with a specific generator. If you want to change the generator, just unload a world and load it again with the other generator.

Additional, after reloading a world, players will get teleported back where they were prior to the reload.

v1.1.14
- Removed "use own gamemode" option, replaced by "none" in the gamemode dropdown (Please check if it worked for you)
- /worldmanager info now also shows the amount of entitys and block entitys in your world.

v1.1.13
This update does not include any new features.
In prior versions of WorldManager, all commands were in one single class file.
With this update, every sub command gets its own class.
The command auto completion is now working too.
Also made Addon Page fetching async to stop freezing the main thread on slow networks.

v1.1.12
- Reloading all worlds is now working
- /wm setseed [World] (seed): World is now optional
- Addons are no longer able to inject themself multiple times (If they were reloaded with PluginManager)
- /wm rename [Old Name] [New Name]: Old Name is now optional
- /wm copy [World] (Name of Copy)*: World is now optional
- /wm copy now counts up in the name if there is no given Name of Copy (CopyOfWorld#2..)
- /wm regenerate [World]* now works without the World parameter.
- Added Command Descriptions to Aliases
- Removed entkill,clag aliases from the clearlag command
- Removed installAddon,implement aliases from the addons command
- /wm list does not show folders without a level.dat file anymore.
- /wm sync menu now has a ElementLabel instead of sending a message
- /wm sync now uses the internal WorldManager API instead of reading the config.
- Removed the locatebiome command. Not related to world management! Will get sourced out to an addon.
- Removed setbiome command. Will get sourced out to an addon.
- Addon Form Windows are now using ids instead of color codes to identify.
- Fixed some misspellings.
- Added wmBiomes Addon. (Change Biomes by selection instead the entire world)
- Added Command Data to all WorldManager Commands.

v1.1.11
  • Like
Reactions: Sirmidorii
- /wm reload (without arguments) does now work.
- /wm reload defaultworld does not longer work.
- Threw some code through a code beautifier :)
- /wm status now shows the newest version of worldmanager.
- Auto Updater now closes the InputStream and Reader.
- Updated some messages:
* Added dots to some messages.
* Changed some messages.
- Improved Alias registration.

v1.1.10
- Added WorldJoinMessage Addon ( Send messages when a User joins / leaves the world )
- Updated WorldChat Addon. It now works while using other chat formating plugins. *
- Updated MaxWorldPlayers Addon. It now shows in the /wm settings menu. *

* requires you to update those Addons

- Added alias for /wm settings. Now you can also use /wm edit.
- Added missing permission message if you dont have the permission to open the world UI
- Yes :) xd

If you are coding with the worldmanager api, and used WorldManager.plugin for some unexplainable reason, you have to change that to WorldManager.get()

1655418068857.png1655418107093.png

v1.1.9
WorldManager hit 10.000 Downloads. Thank you very much. 🥰
  • Like
Reactions: Sen
Addons can now add their own settings to the /worldmanager settings menu.

Added Addon WorldChat (Not compatible with 1.1.7 and below)

Java:
WorldManagerOption.insertCustom(new WorldManagerOption(String key, Sting display, String description, Object defaultvalue));
v1.1.8
Top