Skip to content

Releases: falkirks/MineReset

Support for new APIs and block names

26 Feb 18:05
4f2bc87
Compare
Choose a tag to compare
  • Added several new safety checks for mines.
  • Added experimental support for block names.
  • Support up to ALPHA 11.

Support for older PocketMine versions

05 May 23:55
Compare
Choose a tag to compare
  • Support PocketMine versions that don't support publishProgress yet.

Bug fixes

05 May 23:34
Compare
Choose a tag to compare
  • Fixed an issue with level comparison when creating mines.
  • Fixed an issue which allowed mines with percent values that didn't add up to 100.

Complete rewrite with loads of goodies!

05 May 20:40
Compare
Choose a tag to compare

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

25 Apr 02:42
Compare
Choose a tag to compare
  • 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!

17 Apr 22:45
Compare
Choose a tag to compare
Complete rewrite! Pre-release
Pre-release
  • 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

15 Apr 16:04
Compare
Choose a tag to compare
  • 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

18 Feb 16:10
Compare
Choose a tag to compare

Support for API 2.0.0 and small fix for set

23 Nov 05:44
Compare
Choose a tag to compare

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

18 Aug 17:48
Compare
Choose a tag to compare
  • 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).