Compare commits
2 commits
5ba6039d4a
...
a58478e303
Author | SHA1 | Date | |
---|---|---|---|
Anya | a58478e303 | ||
Anya | 62f07da899 |
3
pom.xml
3
pom.xml
|
@ -7,7 +7,7 @@
|
|||
<groupId>moe.oko</groupId>
|
||||
<artifactId>Kiafumi</artifactId>
|
||||
<name>Kiafumi</name>
|
||||
<version>0.6.0-pre</version>
|
||||
<version>0.7.0-pre</version>
|
||||
<packaging>jar</packaging>
|
||||
<url>https://oko.moe/kiafumi.htm</url>
|
||||
|
||||
|
@ -84,6 +84,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>3.2.4</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
|
|
|
@ -15,7 +15,7 @@ import java.util.List;
|
|||
|
||||
public class InfoCommand extends CommandClass{
|
||||
@Override
|
||||
public boolean isEnabled() { return false; }
|
||||
public boolean isEnabled() { return true; }
|
||||
|
||||
@Override
|
||||
public String getName() { return "Info"; }
|
||||
|
|
Loading…
Reference in a new issue