Skip to content

Releases: Buddelbubi/WorldManager

Version 1.2.3

24 Aug 14:23
Compare
Choose a tag to compare

Fixed infinite NullPointerExceptions on world regenerate while player is in world,
/wm reload -c works now

Version 1.2.2

24 Aug 08:07
Compare
Choose a tag to compare
  • Restored Code to Github
  • Addon Page working again
  • Auto Updater should work again

Version 1.1.15

15 Mar 16:35
7935c3e
Compare
Choose a tag to compare
  • 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

11 Mar 11:59
1dc0697
Compare
Choose a tag to compare
Add files via upload

Version 1.1.11

18 Jul 12:49
3ac3569
Compare
Choose a tag to compare
  • 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

16 Jun 22:34
830390a
Compare
Choose a tag to compare
  • 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

28 May 19:16
d835e20
Compare
Choose a tag to compare

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

28 Mar 06:24
13e8c73
Compare
Choose a tag to compare

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

21 Mar 20:11
579ec19
Compare
Choose a tag to compare

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.

Download WorldManager v1.1.6

Version 1.1.5

20 Mar 00:32
ce23d88
Compare
Choose a tag to compare

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)

Download WorldManager v1.1.5