WorldManager (Advanced MultiWorld Plugin)

WorldManager (Advanced MultiWorld Plugin) 1.2.3

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
I was dumb.. I used return instead of continue in a for loop...

Ah.. And I removed the "Sourcecode" folder. (The folder I put all the sources in to upload them to github). Reduced the file size for like 20kb

v1.1.7
You now can change the thumbnail in the /worldmanager teleport menu. Its only changeable in the config. Not ingame.

Also improved caching,
Fixed Bug bed respawn bug.
Some optical changes.

v1.1.6
The plugin now uses its own World Class and used World Objects in the cache instead of configs.
It will probably use more ram, but it is more performant and elegant.
The World Class was added for a while now, but the plugin didn't use it.

Also renamed some classes and methods.

- Changed World Setting "respawndefaultworld" to "respawnworld". You can now select the respawn world.
- /worldmanager setdefault [world] now saves the setting in the server.properties. (no loss after reboot)
- AutoUpdater now overwrites the file independend from the file name.
- Fixed empty world config files!! (Finally found out why this was happening)

v1.1.5
Instead of an extremly big class with all the addon data hardcoded, WorldManager now fetches the addons from https://raw.githubusercontent.com/Buddelbubi/WorldManager/main/addons

I also removed the /wm update command because worldmanager has an auto updater.

And I changed most of the No Permission messages to see which permission you need.

v1.1.4
Uhh. I made some inprovements over time. But I dont remember which.
So I will list everything I found.

So added API 1.0.13 to the supported apis,
Added an image link in plugin.yml to to display this image in PluginManager
Added Addons: WorldWhitelist by Buddelbubi, MaxWorldPlayers by Buddelbubi
Added /worldmanager version command? or maybe just forgot to document it.

v1.1.3
Added a /locatebiome command because Nukkit does not have one.
Can be executed with /locatebiome or /wm locatebiome
The args are: /wm locatebiome (biome) [range] {true/false}
The {true/false} sets if you want to get teleported to the location.
Range and the teleport boolean are optional.

Also added an Auto-Updater.
Enabled by default. Can be disabled if you create a file in your plugins folder called worldmanager.yml with the content
autoupdate: false
The file isn't generated by default. You have to create it by your own.

Also patched some bugs like when a file is in your world folder or /wm list shows files in your worldsfolder.

And in this update I removed the max players per world due a nukkit bug. (Nukkit sometimes returns the max player count as 0)

v1.1.2
Now you can sync gamerules and worldsettings easy
Just do /wm sync (templateworld) and a UI opens to select the worlds.
This is useful to save some time while changing the world gamerules on every level

v1.1.1
1622721381914.png


WorldManager Lite has the core version of WorldManager. Excluding everything which is using configs.
Like the WorldManager Settings. This will save storage and ram.
Also removed some Events to save CPU power.
WorldManager by its own isn't using much ram, so you dont have to use this. This is only for servers with extreamly low specs.
Like if you have a Minigames Network where the servers run with 50mb of ram you want so save ram everywhere where it is possible.
And its still better than MultiWorld. Even the normal WorldManagers file size is smaller than MultiWorlds, even if it has way more features. And this file is even smaller.
Its not recommended for any 24/7 servers.


So only use it on your CloudNet SubServers which run with the bare minimum. Otherwise its just a loss of features.

You can Download WorldManager Lite here!
Top