Skip to content

Commit

Permalink
remove heroes bridge
Browse files Browse the repository at this point in the history
Heroes is unavailable to the public for current minecraft versions, and as such support is refused
  • Loading branch information
mcmonkey4eva committed Jun 19, 2019
1 parent 8760641 commit 3f750d0
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 1,164 deletions.
1 change: 0 additions & 1 deletion Docs/BukkitPlugins.md
Expand Up @@ -9,7 +9,6 @@ Supported Plugins: (And the sources we acquired Jar files from.)
- EssentialsX (https://www.spigotmc.org/resources/essentialsx.9089/)
- Factions (https://www.spigotmc.org/resources/factions.1900/)
- GriefPrevention (https://www.spigotmc.org/resources/griefprevention.1884/)
- Heroes (https://www.spigotmc.org/resources/heroes.305/)
- Jobs Reborn (https://www.spigotmc.org/resources/jobs-reborn.4216/)
- Lib's Disguises (https://www.spigotmc.org/resources/libs-disguises.32453/)
- LuckPerms (https://www.spigotmc.org/resources/luckperms-an-advanced-permissions-plugin.28140/)
Expand Down
Binary file removed lib/Heroes.jar
Binary file not shown.
Binary file removed lib/HyperConomy.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions pom.xml
Expand Up @@ -209,13 +209,6 @@
<scope>system</scope>
<systemPath>${basedir}/lib/pvpstats.jar</systemPath>
</dependency>
<dependency>
<groupId>com.herocraftonline</groupId>
<artifactId>Heroes</artifactId>
<version>1.5.57</version>
<scope>system</scope>
<systemPath>${basedir}/lib/Heroes.jar</systemPath>
</dependency>
<dependency>
<groupId>org.mcmonkey</groupId>
<artifactId>sentinel</artifactId>
Expand Down
Expand Up @@ -91,7 +91,6 @@ public void registerCoreBridges() {
registerBridge("Essentials", () -> new EssentialsBridge());
registerBridge("Factions", () -> new FactionsBridge());
registerBridge("GriefPrevention", () -> new GriefPreventionBridge());
registerBridge("Heroes", () -> new HeroesBridge());
registerBridge("Jobs", () -> new JobsBridge());
registerBridge("LibsDisguises", () -> new LibsDisguisesBridge());
registerBridge("LuckPerms", () -> new LuckPermsBridge());
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 3f750d0

Please sign in to comment.