Hello! I've created a PHP library to build PocketMine plugins easily. Essentially, this is like DevTools, except it is in a library form and does not require a running PocketMine instance. The aim of this tool is to make plugin building easier on for example, websites and web services. Unlike the DevTools console version, this also includes plugin metadata in the .phar itself - it's just an extra, not really necessary feature. Try it out for yourself! The usage is in the Github README. Github: https://github.com/sekjun9878/makeplugin Packagist: https://packagist.org/packages/sekjun9878/makeplugin How to include in your own Composer project: Code: php composer.phar require sekjun9878/makeplugin 1.0.0 This plugin has been tested and works properly, but please tell me if there are any bugs. The software is under the MIT license.