PhantomWorlds v2.0.3
Hi everyone! I've got a pretty decent sized patch update to improve the plugin further for you all.
Questions? Feedback? Issues? Suggestions?
Please let me know below!
Changelog
- Setspawn command now works on older servers - thanks to khanh for reporting the error
- unfortunately these versions don't let us set a pitch/yaw value, just coordinates... update your server! and use Java 17
- There is now a way to make PhantomWorlds not automatically load particular worlds that are managed by PhantomWorlds. Can't remember who suggested this but here you go
- Reduced file size by ~20%
- Improved world unloading function
- Update checker should not throw any stack traces if the internet connection is poor, rather just a nicer warning message that it failed
- Replaced all usage of MicroLogger with Bukkit's logger - removed all colored logging to improve compatibility with Paper's recent changes to console coloring
- Remove license.txt
- Expanded .gitignore
- Removed changelog file from repository
- Updated inbuilt Maven dependencies
- Relocated inbuilt libraries to libs package
- Set default Maven goal to clean package
- Replace use of collections framework with a simple array for contributors list
- Updated supported versions list for /pw info
- Improved tab completion for coordinate values
- Ran automatic code cleanup