Skip to content

Commit e6dc35f

Browse files
committed
Update READMe.md
1 parent 260f365 commit e6dc35f

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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

1111
This framework is very lightweight annotation based command system that works similar to Bukkit's event system. It removes the necessity to
1212
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
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
2622
The project isn't in the Central Repository yet, so specifying a repository is needed.<br>
2723
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 {
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

203194
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
208199

209200
You 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

Comments
 (0)