Skip to content

Commit

Permalink
BattleTracker v2.5.11.0 w/ full 1.15 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Redned235 committed Dec 13, 2019
1 parent 196e4da commit 697015b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>mc.alk</groupId>
<artifactId>BattleTracker</artifactId>
<packaging>jar</packaging>
<version>2.5.10.6</version>
<version>2.5.11.0</version>
<name>BattleTracker</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>mc.alk</groupId>
<artifactId>BattleBukkitLib</artifactId>
<version>4.3.6</version>
<version>4.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions src/java/mc/alk/tracker/Tracker.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package mc.alk.tracker;

import mc.alk.battlepluginupdater.PluginUpdater;
import mc.alk.tracker.controllers.ConfigController;
import mc.alk.tracker.controllers.MessageController;
import mc.alk.tracker.controllers.SignController;
Expand Down Expand Up @@ -54,7 +53,7 @@ public void onEnable() {
getCommand("btpvp").setExecutor(new TrackerExecutor(getInterface(Defaults.PVP_INTERFACE)));
getCommand("btpve").setExecutor(new TrackerExecutor(getInterface(Defaults.PVE_INTERFACE)));

PluginUpdater.update(this, bukkitId, this.getFile(), Defaults.AUTO_UPDATE, Defaults.ANNOUNCE_UPDATE);
// PluginUpdater.update(this, bukkitId, this.getFile(), Defaults.AUTO_UPDATE, Defaults.ANNOUNCE_UPDATE);
BTPluginListener.loadPlugins();

new Metrics(this);
Expand Down

0 comments on commit 697015b

Please sign in to comment.