File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
src/main/java/net/mohron/skyclaims Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## Beta 15
4+ - Fixed islands being created on server join for players with islands and when config is set to false
5+
36## Beta 14
47### WARNING: The SQLite DB file location has been moved! Ensure that you verify your database is successfully moved to the new location!
58** REQUIRES: SF 2096+ & GP 251+ (latest versions are highly recommended)**
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ sourceCompatibility = '1.8'
99targetCompatibility = ' 1.8'
1010
1111group ' net.mohron.skyclaims'
12- version ' 1.0.0-beta14 '
12+ version ' 1.0.0-beta15 '
1313description = ' SkyClaims is an Island Management plugin that integrates with GriefPrevention.'
1414
1515repositories {
Original file line number Diff line number Diff line change 33public class PluginInfo {
44 public static final String ID = "skyclaims" ;
55 public static final String NAME = "SkyClaims" ;
6- public static final String VERSION = "1.0.0-beta14 " ;
6+ public static final String VERSION = "1.0.0-beta15 " ;
77 public static final String DESCRIPTION = "SkyClaims is an Island Management plugin that integrates with GriefPrevention." ;
88 public static final String AUTHORS = "Mohron, Cossacksman" ;
99 public static final double GP_API_VERSION = 0.2 ;
You can’t perform that action at this time.
0 commit comments