mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-02-16 02:21:06 +00:00
2
pom.xml
2
pom.xml
@@ -331,7 +331,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.william278</groupId>
|
<groupId>net.william278</groupId>
|
||||||
<artifactId>HuskTowns</artifactId>
|
<artifactId>HuskTowns</artifactId>
|
||||||
<version>3.0.4</version>
|
<version>2.0</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- MinePlots (https://builtbybit.com/resources/mineplots.21646/) (Added in 3.6.6 ) -->
|
<!-- MinePlots (https://builtbybit.com/resources/mineplots.21646/) (Added in 3.6.6 ) -->
|
||||||
|
|||||||
@@ -8,9 +8,6 @@ public class RTP_HuskTowns implements RegionPluginCheck {
|
|||||||
|
|
||||||
private final BukkitHuskTownsAPI huskTownsAPI;
|
private final BukkitHuskTownsAPI huskTownsAPI;
|
||||||
|
|
||||||
// NOT TESTED (3.6.13)
|
|
||||||
// HuskTowns (v3.0.4)
|
|
||||||
// https://www.spigotmc.org/resources/husktowns.92672/
|
|
||||||
public RTP_HuskTowns(JavaPlugin plugin) {
|
public RTP_HuskTowns(JavaPlugin plugin) {
|
||||||
this.huskTownsAPI = BukkitHuskTownsAPI.getInstance();
|
this.huskTownsAPI = BukkitHuskTownsAPI.getInstance();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user