diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 99db0897976447a2370cd93f0f8c2ec050933dfc..028d4a5cc505d2f550fa24ccc9483a98490b9080 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -7,6 +7,7 @@ + diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 2ed85a5f9fe0daa76a7630a5a70f452d8a454df6..976609c1a7e274bcc191b1059df06eebd2f1f636 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -3,6 +3,7 @@ + diff --git a/DEPENDENCIES/PlotSquared/PLOTSQUARED_6/src/main/java/com/trafalcraft/antiRedstoneClock/util/plotSquared/PlotSquared_6.java b/DEPENDENCIES/PlotSquared/PLOTSQUARED_6/src/main/java/com/trafalcraft/antiRedstoneClock/util/plotSquared/PlotSquared_6.java new file mode 100644 index 0000000000000000000000000000000000000000..d469273ed1fcaeff3400c463b5f7c70be4bfea6e --- /dev/null +++ b/DEPENDENCIES/PlotSquared/PLOTSQUARED_6/src/main/java/com/trafalcraft/antiRedstoneClock/util/plotSquared/PlotSquared_6.java @@ -0,0 +1,25 @@ +package com.trafalcraft.antiRedstoneClock.util.plotSquared; + +import com.trafalcraft.anti_redstone_clock.util.plotSquared.IPlotSquared; + +import com.plotSquared.core.PlotSquared; + +import org.bukkit.Location; + +public class PlotSquared_6 implements IPlotSquared{ + + @Override + public void init() { + PlotSquared.toString(); + } + + @Override + public boolean isAllowedPlot(Location location) { + return false; + } + + @Override + public String getVersion() { + return null; + } +} diff --git a/DIST/DIST.iml b/DIST/DIST.iml index 261c986dafab206b3240e1eb14460e8845b07d6d..023e2bee648c3e94df54e06f7511436697ed12fe 100644 --- a/DIST/DIST.iml +++ b/DIST/DIST.iml @@ -14,6 +14,7 @@ + diff --git a/DIST/pom.xml b/DIST/pom.xml index c6d4df04bc695c7a49fac4fbaab5a34aed251f3a..5f8db2ccdf4ac90978107ee092b76cb2af768c51 100644 --- a/DIST/pom.xml +++ b/DIST/pom.xml @@ -14,7 +14,7 @@ UTF-8 - DIST + antiRedstoneClock-final pom @@ -87,5 +87,12 @@ jar compile + + ${project.groupId} + PLOTSQUARED_6 + ${project.version} + jar + compile + diff --git a/MAIN/pom.xml b/MAIN/pom.xml index 45378dc20dfb36c01e946ed6b7e9214a274b8484..e6b080f8a30c677f308dffdbe8876754acc42407 100644 --- a/MAIN/pom.xml +++ b/MAIN/pom.xml @@ -1,6 +1,6 @@ - 4.0.0 + 4.0.0 com.trafalcraft.antiRedstoneClock @@ -9,44 +9,24 @@ jar - MAIN + MAIN - - 1.8 - 1.8 - UTF-8 - -IGNORE - + + 1.8 + 1.8 + UTF-8 + -IGNORE + - - - spigot-repo - https://hub.spigotmc.org/nexus/content/repositories/snapshots/ - - - CodeMC - https://repo.codemc.org/repository/maven-public - - - sk89q-repo - https://maven.enginehub.org/repo/ - - - plotsquared - https://plotsquared.com/mvn/ - - + + + org.bstats + bstats-bukkit + 2.2.1 + + - - - org.bstats - bstats-bukkit - 2.2.1 - compile - - - - + ${project.basedir}/src/main/java @@ -73,4 +53,4 @@ - + \ No newline at end of file diff --git a/antiRedstoneClock (1).iml b/antiRedstoneClock (1).iml deleted file mode 100644 index d3ffa44ec8a2c79f6e378abe9a1ef5dc552f81fe..0000000000000000000000000000000000000000 --- a/antiRedstoneClock (1).iml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file