Releases: falkirks/MineReset
Support for new APIs and block names
Support for older PocketMine versions
- Support PocketMine versions that don't support
publishProgress
yet.
Bug fixes
Complete rewrite with loads of goodies!
This is the first build in the version three release series. All existing issues have been cleared and support will no longer be provided for earlier releases.
- Written entirely from scratch.
- New storage system (from SimpleWarp).
- Reset progress updates.
- Better region blocking.
- Improved level handling and storage.
- Added safety feature to /mine destroy.
- Added /mine about.
- Entities are no longer cleared (need a newer PocketMine build though).
- Added automatic reset timers (must be setup manually in the yml file).
Added permission nodes and fixed entities
- Permission nodes should now function for the most part.
- Chunks will now keep entities and tiles (note that this only works on the latest PocketMine builds).
Pre-release
This is a pre-release version and may contain bugs. Features are subject to change. This version should NOT be used in a production server. Make sure to report any issues you encounter here on GitHub. Make a backup of your mines.yml file before trying this version out in case your save data becomes corrupted.
Complete rewrite!
- Written entirely from scratch.
- Reset progress updates.
- Better region blocking.
- Improved level handling and storage.
- Added safety feature to
/mine destroy
- Added
/mine about
Pre-release
This is a pre-release version with an unstable API and may contain bugs. This version should NOT be used in a production server as it does not have any permission checking. Make sure to report any issues you encounter here on GitHub. Make a backup of your mines.yml
file before trying this version out in case your save data becomes corrupted.
Various fixes and new list command
- Various fixes and new list command (Thanks to @jasonwynn10)
Deprecation Note
This will be the final version in the 2.x series of MineReset. I intend to release a complete rewrite. I have not yet decided whether I will use the same config format/automatically upgrade to the new format.
Reset-all command and support for newer APIs
- Added
reset-all
command. Thanks to @JackNoordhuis. - Code cleanliness improvements. Thanks to @Chris-Prime
- Support for new level format. Thanks to @Infernus102
Support for API 2.0.0 and small fix for set
This will likely be the final release to support API 1.0.0 and PHP5
- Added support for API 2.0.0 and 0.16
- Fixed an issue where the set command would process incomplete pairs, now an error is generated.
Added support for block metadata
- You can now set the block metadata/damage when creating a mine (e.g: 5:1 for Spruce Wood Planks).
- Fixed undefined behaviour when setting two of the same item (they now add together instead of replacing).