Skip to content

Commit

Permalink
remove battlenight support
Browse files Browse the repository at this point in the history
plugin hasn't been touched since 2014
  • Loading branch information
mcmonkey4eva committed Jun 19, 2019
1 parent 62cf22e commit f5c84f2
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 342 deletions.
1 change: 0 additions & 1 deletion Docs/BukkitPlugins.md
Expand Up @@ -3,7 +3,6 @@ Supported Plugins: (And the sources we acquired Jar files from.)

- AreaShop (https://www.spigotmc.org/resources/areashop.2991/)
- ASkyBlock (https://www.spigotmc.org/resources/a-skyblock.1220/)
- BattleNight (http://dev.bukkit.org/bukkit-plugins/battlenight/) - **Very outdated, no evidence of further development**
- BossShop (https://www.spigotmc.org/resources/bossshop-powerful-and-playerfriendly-chest-gui-shop-menu-plugin.222/)
- dtlTraders (https://dev.bukkit.org/bukkit-plugins/dtltraders/)
- Dynmap (https://www.spigotmc.org/resources/dynmap.274/)
Expand Down
Binary file removed lib/BattleNight.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions pom.xml
Expand Up @@ -174,13 +174,6 @@
<scope>system</scope>
<systemPath>${basedir}/lib/MassiveCore.jar</systemPath>
</dependency>
<dependency>
<groupId>me.limebyte</groupId>
<artifactId>BattleNight</artifactId>
<version>1.11.0</version>
<scope>system</scope>
<systemPath>${basedir}/lib/BattleNight.jar</systemPath>
</dependency>
<dependency>
<groupId>com.gmail.nossr50</groupId>
<artifactId>mcMMO</artifactId>
Expand Down
Expand Up @@ -86,7 +86,6 @@ public void registerCoreBridges() {
// Yes it needs to be `new MyBridge()` not `MyBridge::new` - this is due to an error in the Java runtime.
registerBridge("AreaShop", () -> new AreaShopBridge());
registerBridge("ASkyBlock", () -> new ASkyBlockBridge());
registerBridge("BattleNight", () -> new BattleNightBridge());
registerBridge("BossShop", () -> new BossShopBridge());
registerBridge("dtlTraders", () -> new dtlTradersBridge());
registerBridge("EffectLib", () -> new EffectLibBridge());
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/plugin.yml
Expand Up @@ -8,7 +8,6 @@ api-version: 1.13

softdepend:
- mcMMO
- BattleNight
- Towny
- Factions
- Votifier
Expand Down

0 comments on commit f5c84f2

Please sign in to comment.