Skip to content

Commit

Permalink
Remove LoreLocks support, Maven can't find it
Browse files Browse the repository at this point in the history
  • Loading branch information
TfT-02 committed Dec 22, 2014
1 parent 348f70a commit 742eece
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Expand Up @@ -75,10 +75,6 @@
<id>Plugin Metrics</id>
<url>http://repo.mcstats.org/content/repositories/public</url>
</repository>
<repository>
<id>nuclearw-repo</id>
<url>http://repo.nuclearw.com/</url>
</repository>
<repository>
<id>mythicdrops-repo</id>
<url>http://repository-topplethenun.forge.cloudbees.com/snapshot/</url>
Expand All @@ -98,11 +94,6 @@
<version>R7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.derwisch.loreLocks</groupId>
<artifactId>LoreLocks</artifactId>
<version>2.1.0.0</version>
</dependency>
<dependency>
<groupId>org.nunnerycode.bukkit</groupId>
<artifactId>mythicdropsapi-lib</artifactId>
Expand Down
10 changes: 0 additions & 10 deletions src/main/java/com/me/tft_02/soulbound/Soulbound.java
Expand Up @@ -15,7 +15,6 @@
import com.me.tft_02.soulbound.config.Config;
import com.me.tft_02.soulbound.config.ItemsConfig;
import com.me.tft_02.soulbound.hooks.EpicBossRecodedListener;
import com.me.tft_02.soulbound.hooks.LoreLocksListener;
import com.me.tft_02.soulbound.hooks.MythicDropsListener;
import com.me.tft_02.soulbound.listeners.BlockListener;
import com.me.tft_02.soulbound.listeners.EntityListener;
Expand Down Expand Up @@ -57,7 +56,6 @@ public void onEnable() {
loadConfigFiles();

setupEpicBossRecoded();
setupLoreLocks();
setupMythicDrops();

registerEvents();
Expand Down Expand Up @@ -97,14 +95,6 @@ private void setupEpicBossRecoded() {
}
}

private void setupLoreLocks() {
if (getServer().getPluginManager().isPluginEnabled("LoreLocks")) {
loreLocksEnabled = true;
debug("LoreLocks found!");
getServer().getPluginManager().registerEvents(new LoreLocksListener(), this);
}
}

private void setupMythicDrops() {
MythicDropsHook mythicDropsHook = new MythicDropsHook(this);
if (mythicDropsHook.hasHook()) {
Expand Down
31 changes: 0 additions & 31 deletions src/main/java/com/me/tft_02/soulbound/hooks/LoreLocksListener.java

This file was deleted.

0 comments on commit 742eece

Please sign in to comment.