diff --git a/MAIN/MAIN.iml b/MAIN/MAIN.iml new file mode 100644 index 0000000..9be2681 --- /dev/null +++ b/MAIN/MAIN.iml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MAIN/dependency-reduced-pom.xml b/MAIN/dependency-reduced-pom.xml new file mode 100644 index 0000000..cc8ed86 --- /dev/null +++ b/MAIN/dependency-reduced-pom.xml @@ -0,0 +1,187 @@ + + + + AntiRedstoneClock-Reborn + com.trafalcraft.antiRedstoneClock + 2.0 + + 4.0.0 + MAIN + + ${project.basedir}/src/main/java + + + ${project.basedir}/src/main/resources + + plugin.yml + config.yml + + + + + + maven-shade-plugin + 3.1.0 + + + package + + shade + + + + + + + + + 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.spigotmc + spigot-api + 1.21.4-R0.1-SNAPSHOT + provided + + + guava + com.google.guava + + + gson + com.google.code.gson + + + joml + org.joml + + + bungeecord-chat + net.md-5 + + + snakeyaml + org.yaml + + + + + com.sk89q.worldguard + worldguard-bukkit + 7.0.14 + provided + + + worldguard-core + com.sk89q.worldguard + + + worldedit-bukkit + com.sk89q.worldedit + + + paperlib + io.papermc + + + + + com.intellectualsites.plotsquared + plotsquared-bukkit + 7.5.6 + provided + + + plotsquared-core + com.intellectualsites.plotsquared + + + squirrelid + org.enginehub + + + ServerLib + dev.notmyfault.serverlib + + + Arkitektonika-Client + com.intellectualsites.arkitektonika + + + Paster + com.intellectualsites.paster + + + informative-annotations + com.intellectualsites.informative-annotations + + + paperlib + io.papermc + + + + + net.kyori + adventure-platform-bukkit + 4.4.1 + provided + + + adventure-platform-api + net.kyori + + + adventure-text-serializer-bungeecord + net.kyori + + + adventure-text-serializer-legacy + net.kyori + + + adventure-nbt + net.kyori + + + adventure-text-serializer-gson + net.kyori + + + adventure-text-serializer-gson-legacy-impl + net.kyori + + + adventure-platform-facet + net.kyori + + + adventure-platform-viaversion + net.kyori + + + + + + -IGNORE + 1.8 + 1.8 + UTF-8 + + + diff --git a/MAIN/pom.xml b/MAIN/pom.xml new file mode 100644 index 0000000..785962d --- /dev/null +++ b/MAIN/pom.xml @@ -0,0 +1,76 @@ + + + 4.0.0 + + + com.trafalcraft.antiRedstoneClock + AntiRedstoneClock-Reborn + 2.0 + + jar + + MAIN + + + 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 + compile + + + + + ${project.basedir}/src/main/java + + + ${project.basedir}/src/main/resources + + plugin.yml + config.yml + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.1.0 + + + package + + shade + + + + + + +