5
5
[ ![ ] ( https://github.com/Despical/CommandFramework/actions/workflows/build.yml/badge.svg )] ( https://github.com/Despical/CommandFramework/actions/workflows/build-commandframework.yml )
6
6
[ ![ ] ( https://img.shields.io/github/v/release/Despical/CommandFramework )] ( https://github.com/Despical/CommandFramework/releases/latest )
7
7
[ ![ ] ( 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 )
10
10
11
11
This framework is very lightweight annotation based command system that works similar to Bukkit's event system. It removes the necessity to
12
12
add 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
18
18
- [ Wiki] ( https://github.com/Despical/CommandFramework/wiki )
19
19
- [ JavaDocs] ( https://javadoc.jitpack.io/com/github/Despical/CommandFramework/latest/javadoc/index.html )
20
20
21
- ## Donations
22
- - [ Patreon] ( https://www.patreon.com/despical )
23
- - [ Buy Me A Coffee] ( https://www.buymeacoffee.com/despical )
24
-
25
21
## Using Command Framework
26
22
The project isn't in the Central Repository yet, so specifying a repository is needed.<br >
27
23
To 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 {
193
189
}
194
190
```
195
191
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
-
201
192
## Contributing
202
193
203
194
I 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
208
199
209
200
You can learn more about contributing via GitHub in [ contribution guidelines] ( ../CONTRIBUTING.md ) .
210
201
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
+
211
207
## Known issues
212
208
* ~~ Cooldowns are not working command based.~~
213
209
* ~~ Framework can't detect the sub commands when a sub command registered with the name of main command.~~
0 commit comments