55[ ![ ] ( https://github.com/Despical/CommandFramework/actions/workflows/build.yml/badge.svg )] ( https://github.com/Despical/CommandFramework/actions/workflows/build-commandframework.yml )
66[ ![ ] ( https://img.shields.io/github/v/release/Despical/CommandFramework )] ( https://github.com/Despical/CommandFramework/releases/latest )
77[ ![ ] ( https://jitpack.io/v/Despical/CommandFramework.svg )] ( https://jitpack.io/#Despical/CommandFramework )
8- [ ![ License: GPL v3 ] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( ../LICENSE )
9- [ ![ ] ( https://img.shields.io/badge/JavaDocs -latest-lime.svg )] ( https://javadoc.jitpack.io/com/github/Despical/CommandFramework/latest/javadoc/index.html )
8+ [ ![ ] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( ../LICENSE )
9+ [ ![ ] ( https://img.shields.io/badge/javadoc -latest-lime.svg )] ( https://javadoc.jitpack.io/com/github/Despical/CommandFramework/latest/javadoc/index.html )
1010
1111This framework is very lightweight annotation based command system that works similar to Bukkit's event system. It removes the necessity to
1212add commands to your plugin.yml but will still allow you to set command usage, description, permission, aliases, sender type, cooldown, minimum
@@ -18,10 +18,6 @@ and maximum argument length through the code and adds a bunch of new methods to
1818- [ Wiki] ( https://github.com/Despical/CommandFramework/wiki )
1919- [ JavaDocs] ( https://javadoc.jitpack.io/com/github/Despical/CommandFramework/latest/javadoc/index.html )
2020
21- ## Donations
22- - [ Patreon] ( https://www.patreon.com/despical )
23- - [ Buy Me A Coffee] ( https://www.buymeacoffee.com/despical )
24-
2521## Using Command Framework
2622The project isn't in the Central Repository yet, so specifying a repository is needed.<br >
2723To add this project as a dependency to your project, add the following to your pom.xml:
@@ -193,11 +189,6 @@ public class ExampleClass extends JavaPlugin {
193189}
194190```
195191
196- ## License
197- This code is under [ GPL-3.0 License] ( http://www.gnu.org/licenses/gpl-3.0.html )
198-
199- See the [ LICENSE] ( https://github.com/Despical/CommandFramework/blob/main/LICENSE ) file for required notices and attributions.
200-
201192## Contributing
202193
203194I accept Pull Requests via GitHub. There are some guidelines which will make applying PRs easier for me:
@@ -208,6 +199,11 @@ I accept Pull Requests via GitHub. There are some guidelines which will make app
208199
209200You can learn more about contributing via GitHub in [ contribution guidelines] ( ../CONTRIBUTING.md ) .
210201
202+ ## License
203+ This code is under the [ GPL-3.0 License] ( http://www.gnu.org/licenses/gpl-3.0.html ) .
204+
205+ See the [ LICENSE] ( ../LICENSE ) file for required notices and attributions.
206+
211207## Known issues
212208* ~~ Cooldowns are not working command based.~~
213209* ~~ Framework can't detect the sub commands when a sub command registered with the name of main command.~~
0 commit comments