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 8a1ad89 commit 486880fCopy full SHA for 486880f
pom.xml
@@ -8,7 +8,7 @@
8
<artifactId>tim</artifactId>
9
10
<name>Tim the Enchanter</name>
11
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
12
13
<url>http://kitteh.org/</url>
14
<properties>
src/main/java/org/kitteh/tim/Tim.java
@@ -54,7 +54,6 @@
54
*/
55
@Plugin(id = "tim", name = "Tim the Enchanter", version = "4.1.0-for-7.0")
56
public final class Tim {
57
-
58
public static final String COMMAND_ARG_ENCHANTMENT = "enchantment";
59
public static final String COMMAND_ARG_LEVEL = "level";
60
0 commit comments