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 53249ad commit 8ce07b6Copy full SHA for 8ce07b6
2 files changed
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>cn.yescallop.essentialsnk</groupId>
6
<artifactId>EssentialsPNX</artifactId>
7
- <version>1.9.4</version>
+ <version>1.9.5</version>
8
9
<name>EssentialsPNX</name>
10
<description>Essential commands for your server</description>
src/main/java/cn/yescallop/essentialsnk/command/defaults/FlyCommand.java
@@ -12,7 +12,7 @@
12
public class FlyCommand extends CommandBase {
13
14
public FlyCommand(EssentialsAPI api) {
15
- super("flyspeed", api);
+ super("fly", api);
16
17
// command parameters
18
commandParameters.clear();
0 commit comments