- You now can use IMPORT statement to directly use class (read WIKI)
2.0.0
There were quite a lot of refactoring involving both Bukkit API and Sponge API. I designed carefully so that you do not lose your scripts, yet I highly recommend to back up all your data.
* Common
- Now CommonFunctions has shared part. The parent CommonFunctions is dedicated to neither Sponge or Bukkit. Methods in this parent CommonFunctions can be used by both Sponge and Bukkit side.
- Supposedly fixed duplicating .trg files alongside the plain files.
- Now CustomTrigger register listener individually. Each Trigger now owns individual listeners.
* Sponge
- Now officially supports Sponge API 7. Did not tested on prior versions, and there is no guarantee if it will work for prior versions too.
* Bukkit
- Refactoring of bukkit related codes together with refactoring of core codes.