File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
java/parallelmc/parallelutils Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >parallelmc</groupId >
88 <artifactId >parallelutils</artifactId >
9- <version >0.1.1 </version >
9+ <version >0.1.2 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >Parallelutils</name >
Original file line number Diff line number Diff line change 22
33public class Constants {
44
5- public static final Version VERSION = new Version (0 , 1 , 1 );
5+ public static final Version VERSION = new Version (0 , 1 , 2 );
66 public static final String PLUGIN_NAME = "ParallelUtils" ;
77 public static final String DEFAULT_WORLD = "world" ;
88}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ api-version: 1.16
55authors : [Jake, Evelyn]
66description : A plugin containing miscellaneous features and changes for play.parallel.ga
77depend : []
8+ softdepend : [Multiverse-Core]
89commands :
910 parallelutils :
1011 description : Get information about the plugin
You can’t perform that action at this time.
0 commit comments