Releases: pmmp/DevTools
Releases · pmmp/DevTools
1.12.3.2 for APIs 3.0.0-ALPHA7
- Fixed a stupid Friday-evening bug in the previous revision
1.12.3.1 for APIs 3.0.0-ALPHA7
- Fixed relative make paths containing
./
breaking when --relative is used
1.12.3 for APIs 3.0.0-ALPHA7
- 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
- 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
- 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
- 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
- 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
- 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
- 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>
)