Pmmp DevTools Versions Save

Development tools plugin for PocketMine-MP

1.17.1

9 months ago

Changes since 1.17.0

  • Fixed crashes in /checkperm, /extractplugin and /genplugin related to PM5 Translatable changes

1.17.0

11 months ago

Changes since 1.16.x

  • Support for PocketMine-MP 5.0.0

1.16.0

1 year ago

Changes since 1.15.0

  • Added command /handlers [partialEventName]: Lists event handlers registered to event classes matching the input
  • Added command /handlersbyplugin <pluginName>: Lists event handlers registered by the given plugin

1.15.0

2 years ago
  • Support for PocketMine-MP 4.0.0
  • Added /listperms command, which allows you to see all of the permissions a user has been granted or denied.
  • /genplugin now generates plugins in PSR-4 structure using src-namespace-prefix (new feature in 4.0.0).
  • /makeplugin no longer supports building FolderPluginLoader as a separate plugin (this was anyway broken for a long time and nobody complained, so clearly nobody cares that much)
  • ConsoleScript now allows including single files by passing them via --make
  • Now uses src-namespace-prefix to get rid of useless subdirectories in src.

1.14.2

3 years ago
  • ConsoleScript and /makeplugin now generate a phar stub which doesn't require the phar extension.

1.14.1

3 years ago
  • PocketMine-MP 3.13.0 is now required as a minimum.
  • Code is now analysed using PHPStan on level 6.
  • Fixed /genplugin crash on PHP 7.4.

1.14.0

4 years ago
  • Removed /makeserver. This command is now redundant with the introduction of a specialized build script in PocketMine-MP itself.
  • Cleaned up README: now provides more useful information.

1.13.5

4 years ago
  • /genplugin now generates a true skeleton plugin without extra useless junk.

1.13.4

4 years ago
  • Fixed --make paths matching prefix instead of full folder name

1.13.3

5 years ago

This release requires PocketMine-MP 3.4.0 or any later minor/patch release.

  • Fixed crash in /makeplugin and /makeserver when phar.readonly=1.