Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 1.04 KB

README.md

File metadata and controls

13 lines (8 loc) · 1.04 KB

LegionPE-Theta-Base

Follow us on Twitter: @LegionPE

Join the chat at https://gitter.im/LegionPE/LegionPE-Theta-Base LegionPE open-source framework plugin: LegionPE Theta Base

In order to protect server safety, there is an **credentials** line in .gitignore. In the real repo, it stores the credentials as constants, like MySQL connection details, IRC webhook paths, etc. In order to make it work with IDEs, I have created a stub script to replace it.

The content of this repo is licensed under the GNU Lesser General Public License v3. The full copy of the license is available here.

This Base "library" has an abstract class legionpe\theta\BasePlugin, which is to be extended by implementations of LegionPE-Theta servers. If you would like to test this "library", please create your own implementation.