File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/org/kitteh/tim Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
<artifactId >tim</artifactId >
9
9
10
10
<name >Tim the Enchanter</name >
11
- <version >4.0.0 </version >
11
+ <version >4.0.1 </version >
12
12
13
13
<url >http://kitteh.org/</url >
14
14
<properties >
69
69
<dependency >
70
70
<groupId >org.spongepowered</groupId >
71
71
<artifactId >spongeapi</artifactId >
72
- <version >3 .0.0</version >
72
+ <version >4 .0.0</version >
73
73
<type >jar</type >
74
74
<optional >true</optional >
75
75
<scope >provided</scope >
Original file line number Diff line number Diff line change 57
57
/**
58
58
* I... am an enchanter.
59
59
*/
60
- @ Plugin (id = "Tim " , name = "Tim the Enchanter" , version = "4.0.0 " )
60
+ @ Plugin (id = "org.kitteh.tim " , name = "Tim the Enchanter" , version = "4.0.1 " )
61
61
public class Tim {
62
62
public static final String COMMAND_ARG_ENCHANTMENT = "enchantment" ;
63
63
public static final String COMMAND_ARG_LEVEL = "level" ;
You can’t perform that action at this time.
0 commit comments