2.1.0
Major Changes
- Added Folia Support
Minor Changes
- Internally moved all teleportation calls to a utility method, which will call it async if possible, otherwise sync
- Implemented a temporary cache for last player location per world, note this doesn't persist on restarts
- Removed custom environment option as it caused more confusion than it was worth
- Added serverProperties as a commandline argument for servers that have server.properties in a different location, add: -DserverProperties=location here(config/server.properties as example) to your server startup script.
Fixes
- Fixed issues with respawns after death
- Fixed issue with gamemode/effects set on spawn in
2.0.13
- Added phantomworlds.command.phantomworlds.teleport.other which grants permission to use /pw tp on other players
- Added regenerate-missing-worlds configuration, which allows PW to regenerate previously imported worlds if they no longer exist(thanks to JeBob)
- Added /pw set backup <world> <backup(true/false)> which will let you enable/disable backups for an imported world, default is true.
- Added /pw copy <new world> <world> - 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.
- Corrected an issue auto-loading some worlds that had the world_ prefix.
- added /pw set transfer in order to allow setting portals for each world to transfer a player to different server. This may be set by nether/end portals individually for each world.
Initial Modrinth Release