2021-07-08 15:35:34 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2019-09-12 20:41:26 +02:00
|
|
|
|
|
|
|
<parent>
|
2023-06-11 00:22:39 +02:00
|
|
|
<groupId>com.craftaro</groupId>
|
|
|
|
<artifactId>CraftaroCore-Modules</artifactId>
|
2024-03-21 23:09:19 +01:00
|
|
|
<version>3.0.3-SNAPSHOT</version>
|
2021-07-08 15:35:34 +02:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2019-09-12 20:41:26 +02:00
|
|
|
</parent>
|
2023-06-11 00:22:39 +02:00
|
|
|
<artifactId>CraftaroCore</artifactId>
|
2019-09-12 20:41:26 +02:00
|
|
|
|
|
|
|
<build>
|
2023-06-11 00:22:39 +02:00
|
|
|
<finalName>CraftaroCore-${project.version}</finalName>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-09-12 20:41:26 +02:00
|
|
|
<plugins>
|
2022-08-07 19:33:38 +02:00
|
|
|
<plugin>
|
|
|
|
<groupId>de.m3y.maven</groupId>
|
|
|
|
<artifactId>inject-maven-plugin</artifactId>
|
2023-07-01 17:38:41 +02:00
|
|
|
<version>1.4</version>
|
2022-08-07 19:33:38 +02:00
|
|
|
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>process-classes</phase>
|
|
|
|
|
|
|
|
<goals>
|
|
|
|
<goal>inject</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
<injections>
|
|
|
|
<injection>
|
|
|
|
<value>${project.version}</value>
|
2023-06-17 13:06:57 +02:00
|
|
|
<pointCut>com.craftaro.core.CraftaroCoreConstants.getCoreVersion</pointCut>
|
2022-08-07 19:33:38 +02:00
|
|
|
</injection>
|
|
|
|
</injections>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
2019-11-13 02:57:35 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
2020-02-02 23:05:07 +01:00
|
|
|
<version>3.2.1</version>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-11-13 02:57:35 +01:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-11-13 02:57:35 +01:00
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-09-15 19:26:12 +02:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
2023-11-06 22:14:30 +01:00
|
|
|
<version>3.5.1</version>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-09-15 19:26:12 +02:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>shaded</id>
|
|
|
|
<phase>package</phase>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-09-15 19:26:12 +02:00
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-09-15 19:26:12 +02:00
|
|
|
<configuration>
|
|
|
|
<shadedArtifactAttached>false</shadedArtifactAttached>
|
2022-08-07 19:33:38 +02:00
|
|
|
<useDependencyReducedPomInJar>true</useDependencyReducedPomInJar>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-09-15 19:26:12 +02:00
|
|
|
<artifactSet>
|
|
|
|
<includes>
|
2023-06-10 23:31:23 +02:00
|
|
|
<include>com.craftaro:*</include>
|
2023-06-30 16:38:40 +02:00
|
|
|
|
2022-03-18 14:29:06 +01:00
|
|
|
<include>de.tr7zw:item-nbt-api</include>
|
2024-01-04 12:44:54 +01:00
|
|
|
<include>net.kyori:*</include>
|
|
|
|
<include>com.github.cryptomorin:XSeries</include>
|
|
|
|
|
|
|
|
<include>org.apache.commons:commons-lang3</include>
|
|
|
|
<include>org.apache.commons:commons-text</include>
|
|
|
|
|
|
|
|
<include>com.zaxxer:HikariCP</include>
|
|
|
|
<include>org.jooq:jooq</include>
|
|
|
|
<include>org.reactivestreams:reactive-streams</include>
|
|
|
|
<include>org.mariadb.jdbc:mariadb-java-client</include>
|
|
|
|
<include>com.h2database:h2</include>
|
2023-06-30 16:38:40 +02:00
|
|
|
|
2024-01-01 15:04:23 +01:00
|
|
|
<include>me.lucko:jar-relocator</include>
|
2024-01-11 11:44:33 +01:00
|
|
|
<include>com.github.GeorgeV220:LibraryLoader</include>
|
2024-01-13 18:25:45 +01:00
|
|
|
<include>org.ow2.asm:asm</include>
|
|
|
|
<include>org.ow2.asm:asm-commons</include>
|
2019-09-15 19:26:12 +02:00
|
|
|
</includes>
|
|
|
|
</artifactSet>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2022-01-02 22:44:06 +01:00
|
|
|
<relocations>
|
|
|
|
<relocation>
|
|
|
|
<pattern>com.zaxxer</pattern>
|
2024-01-01 15:04:23 +01:00
|
|
|
<shadedPattern>com.craftaro.third_party.com.zaxxer</shadedPattern>
|
2022-01-02 22:44:06 +01:00
|
|
|
</relocation>
|
2022-03-18 14:29:06 +01:00
|
|
|
|
|
|
|
<relocation>
|
|
|
|
<pattern>de.tr7zw.changeme.nbtapi</pattern>
|
2023-06-10 23:31:23 +02:00
|
|
|
<shadedPattern>com.craftaro.core.third_party.de.tr7zw.nbtapi</shadedPattern>
|
2022-03-18 14:29:06 +01:00
|
|
|
</relocation>
|
2022-06-26 13:28:10 +02:00
|
|
|
|
|
|
|
<relocation>
|
|
|
|
<pattern>net.kyori</pattern>
|
2024-01-01 15:04:23 +01:00
|
|
|
<shadedPattern>com.craftaro.third_party.net.kyori</shadedPattern>
|
2022-06-26 13:28:10 +02:00
|
|
|
</relocation>
|
2022-01-02 22:44:06 +01:00
|
|
|
|
2022-06-26 18:27:20 +02:00
|
|
|
<relocation>
|
|
|
|
<pattern>org.apache.commons</pattern>
|
2024-01-01 15:04:23 +01:00
|
|
|
<shadedPattern>com.craftaro.third_party.org.apache.commons</shadedPattern>
|
2022-06-26 18:27:20 +02:00
|
|
|
</relocation>
|
2023-06-11 12:54:39 +02:00
|
|
|
|
2024-01-12 16:27:02 +01:00
|
|
|
<relocation>
|
|
|
|
<pattern>org.reactivestreams</pattern>
|
|
|
|
<shadedPattern>com.craftaro.third_party.org.reactivestreams</shadedPattern>
|
|
|
|
</relocation>
|
|
|
|
|
2023-06-11 12:54:39 +02:00
|
|
|
<relocation>
|
|
|
|
<pattern>org.jooq</pattern>
|
2024-01-01 15:04:23 +01:00
|
|
|
<shadedPattern>com.craftaro.third_party.org.jooq</shadedPattern>
|
2023-06-11 12:54:39 +02:00
|
|
|
</relocation>
|
|
|
|
|
|
|
|
<relocation>
|
|
|
|
<pattern>org.mariadb.jdbc</pattern>
|
2024-01-01 15:04:23 +01:00
|
|
|
<shadedPattern>com.craftaro.third_party.org.mariadb.jdbc</shadedPattern>
|
2023-06-11 12:54:39 +02:00
|
|
|
</relocation>
|
|
|
|
|
|
|
|
<relocation>
|
|
|
|
<pattern>org.h2</pattern>
|
2024-01-01 15:04:23 +01:00
|
|
|
<shadedPattern>com.craftaro.third_party.org.h2</shadedPattern>
|
2023-06-11 12:54:39 +02:00
|
|
|
</relocation>
|
2023-06-28 11:58:09 +02:00
|
|
|
|
2023-06-18 01:01:28 +02:00
|
|
|
<relocation>
|
|
|
|
<pattern>com.cryptomorin.xseries</pattern>
|
2024-01-01 15:04:23 +01:00
|
|
|
<shadedPattern>com.craftaro.third_party.com.cryptomorin.xseries</shadedPattern>
|
|
|
|
</relocation>
|
|
|
|
|
|
|
|
<relocation>
|
|
|
|
<pattern>me.lucko.jarrelocator</pattern>
|
|
|
|
<shadedPattern>com.craftaro.core.third_party.me.lucko.jarrelocator</shadedPattern>
|
|
|
|
</relocation>
|
|
|
|
|
|
|
|
<relocation>
|
|
|
|
<pattern>com.georgev22.api</pattern>
|
|
|
|
<shadedPattern>com.craftaro.core.third_party.com.georgev22.api</shadedPattern>
|
2023-06-18 01:01:28 +02:00
|
|
|
</relocation>
|
2024-01-12 16:27:02 +01:00
|
|
|
|
|
|
|
<relocation>
|
|
|
|
<pattern>org.objectweb.asm</pattern>
|
|
|
|
<shadedPattern>com.craftaro.core.third_party.org.objectweb.asm</shadedPattern>
|
|
|
|
</relocation>
|
2022-01-02 22:44:06 +01:00
|
|
|
</relocations>
|
2023-06-18 01:00:23 +02:00
|
|
|
|
|
|
|
<filters>
|
|
|
|
<filter>
|
|
|
|
<artifact>*:*</artifact>
|
|
|
|
<excludes>
|
|
|
|
<exclude>META-INF/INDEX.LIST</exclude>
|
|
|
|
<exclude>META-INF/*.SF</exclude>
|
|
|
|
<exclude>META-INF/*.DSA</exclude>
|
|
|
|
<exclude>META-INF/*.RSA</exclude>
|
|
|
|
<exclude>**/LICENSE*</exclude>
|
|
|
|
<exclude>**/NOTICE*</exclude>
|
|
|
|
</excludes>
|
|
|
|
</filter>
|
|
|
|
</filters>
|
2019-09-15 19:26:12 +02:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2019-09-12 20:41:26 +02:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2022-11-04 12:28:20 +01:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.intellectualsites.bom</groupId>
|
|
|
|
<artifactId>bom-1.18.x</artifactId>
|
2023-11-06 21:18:21 +01:00
|
|
|
<version>1.31</version>
|
2022-11-04 12:28:20 +01:00
|
|
|
<scope>import</scope>
|
|
|
|
<type>pom</type>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
2019-09-12 20:41:26 +02:00
|
|
|
<dependencies>
|
2023-06-18 01:00:23 +02:00
|
|
|
<!--suppress VulnerableLibrariesLocal -->
|
2019-09-12 20:41:26 +02:00
|
|
|
<dependency>
|
2020-06-25 07:10:11 +02:00
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot</artifactId>
|
2022-09-29 21:39:07 +02:00
|
|
|
<version>1.19.2-R0.1-SNAPSHOT</version>
|
2021-04-21 14:42:10 +02:00
|
|
|
<scope>provided</scope>
|
2019-09-12 20:41:26 +02:00
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2023-06-10 23:37:00 +02:00
|
|
|
<!--suppress VulnerableLibrariesLocal -->
|
2021-05-27 16:48:21 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
2023-06-11 00:22:39 +02:00
|
|
|
<artifactId>CraftaroCore-Compatibility</artifactId>
|
2021-05-27 16:48:21 +02:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2022-08-28 19:13:08 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
2023-06-11 00:22:39 +02:00
|
|
|
<artifactId>CraftaroCore-NMS</artifactId>
|
2022-08-28 19:13:08 +02:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2022-03-18 14:29:06 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>de.tr7zw</groupId>
|
|
|
|
<artifactId>item-nbt-api</artifactId>
|
2023-12-10 17:08:52 +01:00
|
|
|
<version>2.12.2</version>
|
2022-03-18 14:29:06 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2022-06-26 13:28:10 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.kyori</groupId>
|
|
|
|
<artifactId>adventure-api</artifactId>
|
|
|
|
<version>4.11.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.kyori</groupId>
|
|
|
|
<artifactId>adventure-platform-bukkit</artifactId>
|
|
|
|
<version>4.1.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2024-01-30 17:14:58 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.kyori</groupId>
|
|
|
|
<artifactId>adventure-text-minimessage</artifactId>
|
|
|
|
<version>4.11.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.kyori</groupId>
|
|
|
|
<artifactId>adventure-text-serializer-plain</artifactId>
|
|
|
|
<version>4.11.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2024-01-01 15:04:23 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>me.lucko</groupId>
|
|
|
|
<artifactId>jar-relocator</artifactId>
|
|
|
|
<version>1.7</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2024-01-07 14:59:13 +01:00
|
|
|
<groupId>com.github.GeorgeV220</groupId>
|
|
|
|
<artifactId>LibraryLoader</artifactId>
|
2024-01-29 16:31:03 +01:00
|
|
|
<version>v1.7.0</version>
|
2024-01-01 15:04:23 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2024-01-12 16:27:02 +01:00
|
|
|
<dependency>
|
2024-01-13 18:25:45 +01:00
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm</artifactId>
|
|
|
|
<version>9.2</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-commons</artifactId>
|
|
|
|
<version>9.2</version>
|
2024-01-12 16:27:02 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2023-06-11 12:54:39 +02:00
|
|
|
<!-- DB Stuff Start -->
|
2022-08-28 19:13:08 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
|
<artifactId>HikariCP</artifactId>
|
2024-01-15 21:08:45 +01:00
|
|
|
<version>4.0.3</version>
|
2022-08-28 19:13:08 +02:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2023-06-11 12:54:39 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jooq</groupId>
|
|
|
|
<artifactId>jooq</artifactId>
|
2023-06-28 12:13:39 +02:00
|
|
|
<version>3.14.16</version>
|
2023-06-11 12:54:39 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mariadb.jdbc</groupId>
|
|
|
|
<artifactId>mariadb-java-client</artifactId>
|
2023-11-06 22:06:29 +01:00
|
|
|
<version>3.2.0</version>
|
2023-06-11 12:54:39 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.h2database</groupId>
|
|
|
|
<artifactId>h2</artifactId>
|
|
|
|
<version>1.4.200</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- DB Stuff End -->
|
|
|
|
|
2019-10-09 23:53:38 +02:00
|
|
|
<!-- Start Plugin Hooks -->
|
2019-09-12 20:41:26 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.gmail.filoghost.holographicdisplays</groupId>
|
|
|
|
<artifactId>holographicdisplays-api</artifactId>
|
|
|
|
<version>2.3.2</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-09-12 20:41:26 +02:00
|
|
|
<dependency>
|
2021-01-15 17:45:28 +01:00
|
|
|
<groupId>com.sainttx</groupId>
|
2019-09-12 20:41:26 +02:00
|
|
|
<artifactId>Holograms</artifactId>
|
2021-01-15 17:45:28 +01:00
|
|
|
<version>2.13</version>
|
2019-09-12 20:41:26 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-09-16 17:04:22 +02:00
|
|
|
<dependency>
|
2021-01-15 17:45:28 +01:00
|
|
|
<groupId>com.github.Zrips</groupId>
|
|
|
|
<artifactId>CMI-API</artifactId>
|
|
|
|
<version>7.6.2.0</version>
|
2019-09-16 17:04:22 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-09-12 20:41:26 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.tnemc</groupId>
|
|
|
|
<artifactId>Reserve</artifactId>
|
2023-08-20 09:19:22 +02:00
|
|
|
<version>0.1.5.4</version>
|
2019-09-12 20:41:26 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-09-12 20:41:26 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.black_ixx</groupId>
|
|
|
|
<artifactId>PlayerPoints</artifactId>
|
|
|
|
<version>2.1.4</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-09-12 20:41:26 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.milkbowl</groupId>
|
|
|
|
<artifactId>VaultAPI</artifactId>
|
|
|
|
<version>1.7.2</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-10-09 23:53:38 +02:00
|
|
|
<dependency>
|
2020-03-16 16:55:43 +01:00
|
|
|
<groupId>com.sk89q</groupId>
|
2019-10-09 23:53:38 +02:00
|
|
|
<artifactId>worldguard-bukkit</artifactId>
|
2021-01-15 17:45:28 +01:00
|
|
|
<version>7.0.4</version>
|
2019-10-09 23:53:38 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-10-09 23:53:38 +02:00
|
|
|
<dependency>
|
2020-03-16 16:55:43 +01:00
|
|
|
<groupId>com.sk89q</groupId>
|
2019-10-09 23:53:38 +02:00
|
|
|
<artifactId>worldedit-bukkit</artifactId>
|
2020-03-16 16:55:43 +01:00
|
|
|
<version>7.1.0</version>
|
2019-10-09 23:53:38 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-10-09 23:53:38 +02:00
|
|
|
<dependency>
|
2023-06-11 12:54:39 +02:00
|
|
|
<groupId>com.craftaro</groupId>
|
2023-06-30 22:50:28 +02:00
|
|
|
<artifactId>UltimateStacker-API</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
2019-10-09 23:53:38 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-10-09 23:53:38 +02:00
|
|
|
<dependency>
|
2021-01-15 17:45:28 +01:00
|
|
|
<groupId>com.bgsoftware</groupId>
|
|
|
|
<artifactId>wildstacker</artifactId>
|
2022-07-13 07:50:25 +02:00
|
|
|
<version>3.8.0</version>
|
2019-10-09 23:53:38 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-10-09 23:53:38 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>uk.antiperson</groupId>
|
|
|
|
<artifactId>stackmob</artifactId>
|
|
|
|
<version>4-0-2</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-10-09 23:53:38 +02:00
|
|
|
<dependency>
|
2021-01-15 17:45:28 +01:00
|
|
|
<groupId>com.github.Zrips</groupId>
|
|
|
|
<artifactId>Jobs</artifactId>
|
2021-07-08 17:49:41 +02:00
|
|
|
<version>v4.17.2</version>
|
2019-10-09 23:53:38 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2019-10-10 02:31:33 +02:00
|
|
|
<dependency>
|
2021-01-15 17:45:28 +01:00
|
|
|
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
|
|
|
<artifactId>mcMMO</artifactId>
|
2023-11-06 22:37:04 +01:00
|
|
|
<version>2.1.225</version>
|
2019-10-10 02:31:33 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2020-08-29 00:45:42 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>net</groupId>
|
|
|
|
<artifactId>coreprotect</artifactId>
|
|
|
|
<version>2.17.5</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2021-01-11 23:48:23 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>me.ryanhamshire</groupId>
|
|
|
|
<artifactId>GriefPrevention</artifactId>
|
|
|
|
<version>16.16.0</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2021-01-11 23:48:23 +01:00
|
|
|
<dependency>
|
2023-03-09 15:53:21 +01:00
|
|
|
<groupId>com.github.Angeschossen</groupId>
|
2021-01-11 23:48:23 +01:00
|
|
|
<artifactId>LandsAPI</artifactId>
|
2023-03-09 15:53:21 +01:00
|
|
|
<version>6.28.11</version>
|
2021-01-11 23:48:23 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2021-01-11 23:48:23 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>br.net.fabiozumbi12</groupId>
|
|
|
|
<artifactId>RedProtect</artifactId>
|
|
|
|
<version>7.7.2</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2022-11-04 12:28:20 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.plotsquared</groupId>
|
|
|
|
<artifactId>PlotSquared-Core</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.plotsquared</groupId>
|
|
|
|
<artifactId>PlotSquared-Bukkit</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>PlotSquared-Core</artifactId>
|
|
|
|
<groupId>*</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
2021-01-11 23:48:23 +01:00
|
|
|
<dependency>
|
2023-08-02 18:30:12 +02:00
|
|
|
<groupId>com.craftaro</groupId>
|
2021-01-11 23:48:23 +01:00
|
|
|
<artifactId>UltimateClaims</artifactId>
|
2023-08-25 10:32:20 +02:00
|
|
|
<version>2.0.0-b4-SNAPSHOT</version>
|
2021-01-14 22:36:46 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2021-01-14 22:36:46 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.palmergames</groupId>
|
|
|
|
<artifactId>Towny</artifactId>
|
|
|
|
<version>0.96.5.0</version>
|
|
|
|
<scope>provided</scope>
|
2021-01-11 23:48:23 +01:00
|
|
|
</dependency>
|
2021-07-08 15:35:34 +02:00
|
|
|
|
2021-01-18 22:36:07 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>world.bentobox</groupId>
|
|
|
|
<artifactId>bentobox</artifactId>
|
2023-11-07 00:10:27 +01:00
|
|
|
<version>1.24.1</version>
|
2021-01-18 22:36:07 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-08-29 23:44:17 +02:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.Zrips</groupId>
|
|
|
|
<artifactId>Residence</artifactId>
|
|
|
|
<version>4.9.0.6</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-12-19 03:15:46 +01:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.decentsoftware-eu</groupId>
|
|
|
|
<artifactId>decentholograms</artifactId>
|
2023-11-06 20:46:30 +01:00
|
|
|
<version>2.8.4</version>
|
2021-12-19 03:15:46 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-10-09 23:53:38 +02:00
|
|
|
<!-- End Plugin Hooks -->
|
2019-09-12 20:41:26 +02:00
|
|
|
</dependencies>
|
|
|
|
</project>
|