/PocketminePluginTemplate

A template for creating new pocketmine plugins.

Primary LanguagePHPThe UnlicenseUnlicense

TemplatePlugin

A template for building pocketmine plugins!

Usage

  1. Run composer setup to add a phpstan configuration (phpstan.neon file).
  2. Rename folders src/Author/TemplatePlugin to src/<AuthorName>/<PluginName>.
  3. Update the namespace of Main.php.
  4. In plugin.yml change name, author, and main.
  5. Select a license, and place it in the file LICENSE.
  6. In composer.json change name, description, and license.

License

This template repository uses The Unlicense, and is in the public domain. You may add whatever license you like to your plugin after applying this template.

Make sure to change the license in the LICENSE file and in the composer.json