Releases: Buddelbubi/WorldManager
Version 1.2.3
Fixed infinite NullPointerExceptions on world regenerate while player is in world,
/wm reload -c works now
Version 1.2.2
- Restored Code to Github
- Addon Page working again
- Auto Updater should work again
Version 1.1.15
- 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 .
Version 1.1.14
Add files via upload
Version 1.1.11
- Reloading all worlds is now working
- /wm setseed [World] (seed): World is now optional
- /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.
Version 1.1.9
- 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
Version 1.1.8
Addons can now add their own settings to the /worldmanager settings menu.
Added Addon WorldChat (Not compatible with 1.1.7 and below)
WorldManagerOption.insertCustom(new WorldManagerOption(String key, Sting display, String description, Object defaultvalue));
Version 1.1.7
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
Version 1.1.6
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.
Version 1.1.5
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)