A template plugin meant to be used as a starting point for a new plugin. Fork as necessary
Find a file
2020-03-23 14:18:51 -06:00
.github removes master from branch build triggers and changes file name 2020-03-23 14:18:51 -06:00
EssentialsBuilds@855dccd0d4 Updates to add comments and better organize. Updates to Github repo for submodule and to latest release version of Essentials (1.4.31) 2020-02-13 12:40:23 -07:00
PDT.EssentialsPluginTemplate.EPI Comment updates and License added. 2020-02-13 15:59:31 -07:00
.gitignore Added .clz & .cplz to .gitignore 2020-02-26 10:45:18 -07:00
.gitmodules Updates to add comments and better organize. Updates to Github repo for submodule and to latest release version of Essentials (1.4.31) 2020-02-13 12:40:23 -07:00
LICENSE.md Comment updates and License added. 2020-02-13 15:59:31 -07:00
README.md updates readme.md to include info about the action 2020-03-23 13:22:11 -06:00

Essentials Plugin Template (c) 2020

License

Provided under MIT license

Overview

Fork this repo when creating a new plugin for Essentials. For more information about plugins, refer to the Essentials Wiki Plugins article.

This repo contains a Github Action workflow that will build this project automatically. Modify the SOLUTION_PATH and SOLUTION_FILE environment variables as needed.