Hello everyone. This is the first *massive* update of 1.7.0. While it isn't feature heavy, the internal changes are necessary before we continue development. If you haven't already, PLEASE read this post before updating the plugin. Changes are as follows:
General Changes
General Changes
- Completely changed Method classes. There are now individual method classes for each element. (AirMethods, WaterMethods, etc, etc). This should be self explanatory, but should make for searching for methods MUCH easier for developers.
- Old deprecated Methods have been removed, meaning if your addon ability makes use of them, they will stop working.
- Methods has been renamed to General Methods. This effectively requires every addon / ability to be updated (Shouldn't take long for developers to update)
- New Features for TempBlocks
- getState() returns BlockState, added setState(BlockState)
- Changed Database to perform Asynchronous Tasks
- Thanks to Sothatsit, database function should be MUCH faster. There should be a visible change in performance for many server owners.