Skip to content

Releases: TheNewEconomy/PhantomWorlds

2.0.12

01 Aug 00:49
Compare
Choose a tag to compare
  • Added /pw copy - creates a copy of the world with the name new world. This command also loads and imports the new world into the PW data system.

2.0.11

28 Jul 01:36
Compare
Choose a tag to compare
  • Corrected an issue auto-loading some worlds that had the world_ prefix.

Full Changelog: 2.0.5...2.0.11

https://www.spigotmc.org/resources/phantomworlds.84099/update?update=554938

2.0.5

18 Feb 22:02
Compare
Choose a tag to compare

Changes

  • Added /pw load - Loads a currently unloaded world.
  • Added /pw import - Imports a non PW managed world
  • Added /pw backup - Creates a backup of the specified world.
  • Added /pw delete - Deletes the specified world.
  • Added /phantomworlds set command set
    • /phantomworlds set whitelist - used to enable whitelist for the world
    • /phantomworlds set gamemode - used to set the gamemode of a world
    • /phantomworlds set effects - used to set potion effects
    • /phantomworlds set portal - used to set the destination of nether/end portals for a world
  • Added unloaded/archived worlds to /pw list
  • Added config to respawn players at world spawn if they have no bed.
  • Added spawn world config
  • Added config to auto backup worlds
  • Added potion effects config per world to give effects on world join
  • Added config to control world that you portal to from worlds
    • Simply add .end or .nether to your world's data in data.yml(command coming soon), remember to reload after modifying.
  • Added gamemode option per world
  • Added whitelist/blacklist options for worlds
    • use /phantomworlds set whitelist true to enable whitelist
      • This will then require users to have the node phantomworlds.world.access.world name in order to tp to it.
    • Add node phantomworlds.world.deny.world name in order to deny player access to a world regardless of whitelist status

Fixes

  • Fixed incompatibilities with other plugins by loading on startup(contributed by LittleShyStar02)
  • Fixed issue where /pw setspawn was getting rounded thanks to Minecraft internals.