Skip to content

Releases: pmmp/DevTools

1.12.3.2 for APIs 3.0.0-ALPHA7

09 Sep 00:04
Compare
Choose a tag to compare
  • Fixed a stupid Friday-evening bug in the previous revision

1.12.3.1 for APIs 3.0.0-ALPHA7

08 Sep 20:52
Compare
Choose a tag to compare
  • Fixed relative make paths containing ./ breaking when --relative is used

1.12.3 for APIs 3.0.0-ALPHA7

08 Sep 19:15
Compare
Choose a tag to compare
  • Significant performance improvements to phar building for /makeserver, /makeplugin and ConsoleScript by using \Phar::buildFromDirectory() instead of repetetive \Phar::addFile()
  • /makeserver and /makeplugin no longer report every single file they are adding in messages - this needlessly slowed things down and spammed the user
  • /makeserver can no longer be used if the server is not running from source code.

1.12.2 for APIs 3.0.0-ALPHA7

06 Sep 13:13
Compare
Choose a tag to compare
  • ALPHA7 compatibility
  • Removed support for earlier versions
  • Fixed bad command permissions in generated plugins

1.12.1 for APIs 2.0.0, 2.1.0, 3.0.0-ALPHA1-6

23 Jun 22:55
Compare
Choose a tag to compare
  • Support for PocketMine-MP API v3.0.0-ALPHA6
  • Fixed pocketmine\PATH constant redefinition in /makeserver

1.12.0 for APIs 2.0.0, 2.1.0, 3.0.0-ALPHA1-5

18 Jun 09:26
Compare
Choose a tag to compare
  • Added support to generate skeleton plugin files using a command /genplugin
  • Fixed crashes when rebuilding phars without restarting the server
  • ConsoleScript now supports multiple comma-separated paths for the --make argument. This will be used in the future for Composer.
  • Fixed issues with path resolution in ConsoleScript causing it to attempt to add the entire disk to the phar when a path didn't exist.

1.11.3 for APIs 2.0.0, 2.1.0, 3.0.0-ALPHA1-5

28 Apr 12:24
Compare
Choose a tag to compare
  • Compatibility with PocketMine-MP API 3.0.0-ALPHA5

1.11.2 for APIs 2.0.0, 2.1.0, 3.0.0-ALPHA1-3

03 Feb 17:31
Compare
Choose a tag to compare
  • More supported API versions
  • Fixed a bug in ConsoleScript which occured when the --relative option was not supplied

1.11.1 for APIs 2.0.0, 2.1.0

22 Jan 12:07
Compare
Choose a tag to compare
  • Fixed folder plugins not loaded after server reload
  • Fixed some issues with ConsoleScript phar metadata
  • Added support for custom phar stubs (command line option --stub <stub path>)