Skip to content

Commit 39c912b

Browse files
committed
Force CB 3050+
1 parent c7112c3 commit 39c912b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ target/
4949
dependency-reduced-pom.xml
5050
/Essentials/config.yml
5151
/Essentials/userdata/testplayer1.yml
52+
/Essentials/usermap.csv
53+
/Essentials/userdata

Essentials/src/com/earth2me/essentials/Essentials.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
8383
{
84-
public static final int BUKKIT_VERSION = 2922;
84+
public static final int BUKKIT_VERSION = 3050;
8585
private static final Logger LOGGER = Logger.getLogger("Essentials");
8686
private transient ISettings settings;
8787
private final transient TNTExplodeListener tntListener = new TNTExplodeListener(this);

0 commit comments

Comments
 (0)