From b21f02d01ca99348f2647ec95e598eea2b97769f Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Fri, 10 Nov 2023 11:24:20 +0100 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4409f16..be58380 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,17 @@ # ShowControl A plugin to easily create shows with multiple elements like Animatronics, Fireworks, FlameThrowers, Spotlights, Lasers, and more! -# License -The code in this repository is licensed under the [GPL 3.0 license](https://www.gnu.org/licenses/gpl-3.0.html). +## Usage +Check out the description on [Spigot](https://www.spigotmc.org/resources/showcontrol.112641/) or [Polymart](https://polymart.org/resource/showcontrol.4793) for more information. -Additionally, please note that a small portion of the code in this repository has been copied from the OpenAudioMc project, which is licensed under the ["OpenAudioMc License & Terms Of Service"](https://account.openaudiomc.net/terms). Make sure to review the specific terms and conditions of the OpenAudioMc license before using this code. +## Developer API +This project contains a Developer API, which makes it possible to add your own show elements. For more information, check out the [JavaDoc](#). + +## License +This project is licensed under the [GNU General Public License v3.0](https://opensource.org/licenses/GPL-3.0). + +The code in this project has been inspired by code licensed under the [OpenAudioMC License & Terms of Service](https://account.openaudiomc.net/terms). For more information, visit the [OpenAudioMc](https://github.com/Mindgamesnl/OpenAudioMc) project. + +This project includes the [GuardianBeam](https://github.com/SkytAsul/GuardianBeam) library as a dependency, which is licensed under the [MIT License](https://opensource.org/licenses/MIT). + +Please review the individual licenses for more details on usage and distribution.