We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34dba16 commit bdae5dcCopy full SHA for bdae5dc
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>me.despical</groupId>
5
<artifactId>command-framework</artifactId>
6
- <version>1.4.5</version>
+ <version>1.4.6</version>
7
8
<name>Command Framework</name>
9
<inceptionYear>2020</inceptionYear>
@@ -25,11 +25,18 @@
25
26
<developers>
27
<developer>
28
- <name>Despical</name>
+ <id>Despical</id>
29
+ <name>Berke Akçen</name>
30
+ <email>berkeakcen@gmail.com</email>
31
<url>https://www.spigotmc.org/members/615094/</url>
32
</developer>
33
</developers>
34
35
+ <issueManagement>
36
+ <system>GitHub Issue Tracker</system>
37
+ <url>https://github.com/Despical/CommandFramework/issues</url>
38
+ </issueManagement>
39
+
40
<repositories>
41
<repository>
42
<id>papermc</id>
0 commit comments