2022-01-06 16:59:21 +01: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>
|
2022-05-16 01:52:42 +02:00
|
|
|
|
2022-01-06 16:59:21 +01:00
|
|
|
<parent>
|
2023-10-01 16:53:50 +02:00
|
|
|
<groupId>me.pikamug.quests</groupId>
|
2022-01-06 16:59:21 +01:00
|
|
|
<artifactId>quests-parent</artifactId>
|
2022-05-31 11:07:30 +02:00
|
|
|
<version>${revision}</version>
|
2022-01-06 16:59:21 +01:00
|
|
|
</parent>
|
|
|
|
<artifactId>quests-core</artifactId>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
2023-05-15 03:08:01 +02:00
|
|
|
<!-- DungeonsXL, LocaleLib, mcMMO Classic, PhatLoots, Unite, ZNPCsPlus -->
|
2022-01-06 16:59:21 +01:00
|
|
|
<id>jitpack.io</id>
|
|
|
|
<url>https://jitpack.io</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>spigot-repo</id>
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<!-- Citizens, Denizen -->
|
|
|
|
<id>citizens-repo</id>
|
|
|
|
<url>https://repo.citizensnpcs.co/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
2022-01-11 16:54:04 +01:00
|
|
|
<!-- WorldEdit, WorldGuard -->
|
|
|
|
<id>enginehub-repo</id>
|
|
|
|
<url>https://maven.enginehub.org/repo/</url>
|
2022-01-06 16:59:21 +01:00
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<!-- Parties -->
|
|
|
|
<id>alessiodp-repo</id>
|
|
|
|
<url>https://repo.alessiodp.com/releases/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<!-- PlaceholderAPI -->
|
|
|
|
<id>papi-repo</id>
|
|
|
|
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<!-- Heroes, Vault -->
|
|
|
|
<id>hc-repo</id>
|
|
|
|
<url>https://nexus.hc.to/content/repositories/pub_releases/</url>
|
|
|
|
</repository>
|
2023-03-25 04:21:08 +01:00
|
|
|
<repository>
|
|
|
|
<!-- AstralBooks -->
|
|
|
|
<id>repsy-release</id>
|
|
|
|
<url>https://repo.repsy.io/mvn/niconeko/release</url>
|
|
|
|
</repository>
|
2023-04-28 04:54:45 +02:00
|
|
|
<repository>
|
|
|
|
<!-- PacketEvents for ZNPCsPlus -->
|
|
|
|
<id>codemc-snapshots</id>
|
|
|
|
<url>https://repo.codemc.io/repository/maven-snapshots/</url>
|
|
|
|
</repository>
|
2023-11-15 18:34:29 +01:00
|
|
|
<repository>
|
|
|
|
<!-- Pyr's Repo (ZNPCsPlus 2.X) -->
|
|
|
|
<id>pyr-snapshots</id>
|
|
|
|
<name>Pyr's Repo</name>
|
|
|
|
<url>https://repo.pyr.lol/snapshots</url>
|
|
|
|
</repository>
|
2022-01-06 16:59:21 +01:00
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot-api</artifactId>
|
|
|
|
<version>1.13.2-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.citizensnpcs</groupId>
|
|
|
|
<artifactId>citizensapi</artifactId>
|
2022-07-27 16:09:34 +02:00
|
|
|
<version>2.0.30-SNAPSHOT</version>
|
2022-01-06 16:59:21 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.denizenscript</groupId>
|
|
|
|
<artifactId>denizen</artifactId>
|
2022-07-27 16:09:34 +02:00
|
|
|
<version>1.2.5-SNAPSHOT</version>
|
2022-01-06 16:59:21 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.milkbowl.vault</groupId>
|
|
|
|
<artifactId>Vault</artifactId>
|
|
|
|
<version>1.7.1</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.mcMMO-Dev</groupId>
|
|
|
|
<artifactId>mcMMO-Classic</artifactId>
|
|
|
|
<version>master-82f97cbe04-1</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.herocraftonline.heroes</groupId>
|
2022-10-20 19:39:10 +02:00
|
|
|
<artifactId>Heroes</artifactId>
|
2022-11-04 21:13:39 +01:00
|
|
|
<version>1.9.26-RELEASE</version>
|
2022-01-06 16:59:21 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldedit</groupId>
|
|
|
|
<artifactId>worldedit-bukkit</artifactId>
|
2022-01-11 16:54:04 +01:00
|
|
|
<version>7.2.8</version>
|
2022-01-06 16:59:21 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldguard</groupId>
|
|
|
|
<artifactId>worldguard-bukkit</artifactId>
|
|
|
|
<version>7.0.5-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>me.clip</groupId>
|
|
|
|
<artifactId>placeholderapi</artifactId>
|
2023-03-25 04:21:08 +01:00
|
|
|
<version>2.11.2</version>
|
2022-01-06 16:59:21 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2022-07-27 16:32:55 +02:00
|
|
|
<dependency>
|
2023-03-25 04:21:08 +01:00
|
|
|
<groupId>ro.niconeko</groupId>
|
2023-03-25 17:04:04 +01:00
|
|
|
<artifactId>astralbooks-api</artifactId>
|
2023-06-09 01:09:35 +02:00
|
|
|
<version>3.0.3</version>
|
2022-07-27 16:32:55 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2022-01-06 16:59:21 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.alessiodp.parties</groupId>
|
|
|
|
<artifactId>parties-api</artifactId>
|
2023-02-14 23:11:48 +01:00
|
|
|
<version>3.2.9</version>
|
2022-01-06 16:59:21 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2022-06-04 09:47:44 +02:00
|
|
|
<dependency>
|
2023-04-28 04:54:45 +02:00
|
|
|
<groupId>com.github.retrooper.packetevents</groupId>
|
|
|
|
<artifactId>spigot</artifactId>
|
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2023-05-13 00:25:17 +02:00
|
|
|
<dependency>
|
2023-05-15 03:08:01 +02:00
|
|
|
<groupId>com.github.Pyrbu</groupId>
|
2023-05-13 00:25:17 +02:00
|
|
|
<artifactId>ZNPCsPlus</artifactId>
|
2023-05-15 03:08:01 +02:00
|
|
|
<version>271b087586</version>
|
2023-05-13 00:25:17 +02:00
|
|
|
<scope>provided</scope>
|
2022-06-04 09:47:44 +02:00
|
|
|
</dependency>
|
2023-11-15 18:34:29 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>lol.pyr</groupId>
|
|
|
|
<artifactId>znpcsplus-api</artifactId>
|
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2022-01-06 16:59:21 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.PikaMug</groupId>
|
|
|
|
<artifactId>Unite</artifactId>
|
2023-05-16 03:29:40 +02:00
|
|
|
<version>1.1.7</version>
|
2022-01-06 16:59:21 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.PikaMug</groupId>
|
|
|
|
<artifactId>LocaleLib</artifactId>
|
2024-01-17 06:29:46 +01:00
|
|
|
<version>3.7</version>
|
2022-01-06 16:59:21 +01:00
|
|
|
</dependency>
|
2022-04-01 10:07:49 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>xyz.upperlevel.spigot.book</groupId>
|
|
|
|
<artifactId>spigot-book-api</artifactId>
|
|
|
|
<version>1.6</version>
|
|
|
|
</dependency>
|
2022-01-06 16:59:21 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
2022-01-23 00:42:06 +01:00
|
|
|
<version>1.7.33</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
|
<version>2.17.1</version>
|
2022-01-06 16:59:21 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2023-10-01 16:53:50 +02:00
|
|
|
<groupId>me.pikamug.quests</groupId>
|
2022-01-06 16:59:21 +01:00
|
|
|
<artifactId>quests-api</artifactId>
|
2022-01-13 17:02:43 +01:00
|
|
|
<version>${project.version}</version>
|
2022-01-06 16:59:21 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<defaultGoal>clean package install</defaultGoal>
|
|
|
|
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
|
|
|
|
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<targetPath>.</targetPath>
|
|
|
|
<directory>${basedir}/src/main/resources/</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
<includes>
|
|
|
|
<include>lang/**/*.*</include>
|
|
|
|
<include>actions.yml</include>
|
|
|
|
<include>conditions.yml</include>
|
|
|
|
<include>config.yml</include>
|
|
|
|
<include>plugin.yml</include>
|
|
|
|
<include>quests.yml</include>
|
|
|
|
<include>strings.yml</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
<resource>
|
|
|
|
<targetPath>.</targetPath>
|
|
|
|
<directory>${basedir}/</directory>
|
|
|
|
<filtering>false</filtering>
|
|
|
|
<includes>
|
|
|
|
<include>README.md</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2022-10-20 20:04:41 +02:00
|
|
|
<version>3.10.1</version>
|
2022-01-06 16:59:21 +01:00
|
|
|
<configuration>
|
|
|
|
<source>1.8</source>
|
|
|
|
<target>1.8</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<version>3.2.0</version>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
<version>3.2.4</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<minimizeJar>false</minimizeJar>
|
|
|
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
<artifactSet>
|
|
|
|
<includes>
|
|
|
|
<include>me.*</include>
|
|
|
|
<include>com.github.PikaMug:LocaleLib</include>
|
|
|
|
<include>org.slf4j:slf4j-simple</include>
|
|
|
|
<include>org.slf4j:slf4j-api</include>
|
2022-04-01 10:07:49 +02:00
|
|
|
<include>xyz.upperlevel.spigot.book:spigot-book-api</include>
|
2022-01-06 16:59:21 +01:00
|
|
|
</includes>
|
|
|
|
</artifactSet>
|
2022-04-18 02:26:46 +02:00
|
|
|
<filters>
|
|
|
|
<filter>
|
|
|
|
<artifact>*:*</artifact>
|
|
|
|
<excludes>
|
|
|
|
<exclude>META-INF/*.MF</exclude>
|
|
|
|
</excludes>
|
|
|
|
</filter>
|
|
|
|
<filter>
|
|
|
|
<artifact>com.github.PikaMug:LocaleLib</artifact>
|
|
|
|
<excludes>
|
|
|
|
<exclude>plugin.yml</exclude>
|
|
|
|
</excludes>
|
|
|
|
</filter>
|
|
|
|
</filters>
|
2022-01-06 16:59:21 +01:00
|
|
|
<relocations>
|
|
|
|
<relocation>
|
|
|
|
<pattern>me.pikamug.localelib</pattern>
|
2023-10-01 16:53:50 +02:00
|
|
|
<shadedPattern>me.pikamug.quests.libs.localelib</shadedPattern>
|
2022-04-01 10:07:49 +02:00
|
|
|
</relocation>
|
2022-01-06 16:59:21 +01:00
|
|
|
<relocation>
|
|
|
|
<pattern>org.slf4j</pattern>
|
2023-10-01 16:53:50 +02:00
|
|
|
<shadedPattern>me.pikamug.quests.libs.slf4j</shadedPattern>
|
2022-01-06 16:59:21 +01:00
|
|
|
</relocation>
|
|
|
|
<relocation>
|
2022-04-01 10:07:49 +02:00
|
|
|
<pattern>xyz.upperlevel.spigot.book</pattern>
|
2023-10-01 16:53:50 +02:00
|
|
|
<shadedPattern>me.pikamug.quests.libs.bookutil</shadedPattern>
|
2022-01-06 16:59:21 +01:00
|
|
|
</relocation>
|
|
|
|
</relocations>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2023-06-09 01:09:35 +02:00
|
|
|
</project>
|