Release 2.0.0
This update adds support for Sponge API 7. The project has been modularized into two subprojects, SkyChanger-Bukkit and SkyChanger-Sponge. All Bukkit functionality has been ported to sponge. If anything is missing or broke, please file an
issue.
Breaking API Changes
If your plugin depends on SkyChanger, you will need to make the following changes.
- Update your maven/gradle to point to SkyChanger-Bukkit. The SkyChanger project is now deprecated and will be removed eventually.
- Change all packages com.dscalzi.skychanger to com.dscalzi.skychanger.bukkit.
All 2.x.x versions are INCOMPATIBLE with 1.x.x. Please update as soon as possible.
Changes
Normally I would list all relevant commits, but there are too many with this update. You can find the full changeset
here.