Skip to content

Commit

Permalink
remove simpleclans bridge
Browse files Browse the repository at this point in the history
project ended in 2015
  • Loading branch information
mcmonkey4eva committed Jun 19, 2019
1 parent f16b734 commit d72020a
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 683 deletions.
1 change: 0 additions & 1 deletion Docs/BukkitPlugins.md
Expand Up @@ -26,7 +26,6 @@ Supported Plugins: (And the sources we acquired Jar files from.)
- Residence (https://www.spigotmc.org/resources/residence-1-7-10-up-to-1-10.11480/)
- Sentinel (https://www.spigotmc.org/resources/sentinel.22017/)
- ShopKeepers (http://dev.bukkit.org/bukkit-plugins/shopkeepers/)
- SimpleClans (http://dev.bukkit.org/bukkit-plugins/simpleclans/)
- SkillAPI (http://dev.bukkit.org/bukkit-plugins/skillapi/)
- TerrainControl (https://www.spigotmc.org/resources/terraincontrol.2214/)
- Towny (http://towny.palmergames.com/)
Expand Down
Binary file removed lib/SimpleClans.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions pom.xml
Expand Up @@ -264,13 +264,6 @@
<version>2.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.sacredlabyrinth.phaed</groupId>
<artifactId>simpleclans</artifactId>
<version>2.5.5</version>
<scope>system</scope>
<systemPath>${basedir}/lib/SimpleClans.jar</systemPath>
</dependency>
<dependency>
<groupId>com.sucy</groupId>
<artifactId>SkillAPI</artifactId>
Expand Down
Expand Up @@ -110,7 +110,6 @@ public void registerCoreBridges() {
registerBridge("Residence", () -> new ResidenceBridge());
registerBridge("Sentinel", () -> new SentinelBridge());
registerBridge("Shopkeepers", () -> new ShopkeepersBridge());
registerBridge("SimpleClans", () -> new SimpleClansBridge());
registerBridge("SkillAPI", () -> new SkillAPIBridge());
registerBridge("TerrainControl", () -> new TerrainControlBridge());
registerBridge("TownyChat", () -> new TownyChatBridge());
Expand Down

This file was deleted.

0 comments on commit d72020a

Please sign in to comment.