2019-09-08 18:16:55 +02:00
|
|
|
<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>
|
|
|
|
<parent>
|
|
|
|
<groupId>me.blackvein.quests</groupId>
|
|
|
|
<artifactId>quests-parent</artifactId>
|
2021-03-16 10:15:28 +01:00
|
|
|
<version>4.0.1</version>
|
2019-09-08 18:16:55 +02:00
|
|
|
</parent>
|
|
|
|
<artifactId>quests-main</artifactId>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
2021-03-12 05:48:34 +01:00
|
|
|
<!-- CitizensBooks, DungeonsXL, GPS, LocaleLib, mcMMO Classic, PhatLoots -->
|
2019-09-08 18:16:55 +02: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>
|
2021-03-12 05:48:34 +01:00
|
|
|
<id>citizens-repo</id>
|
2019-09-08 18:16:55 +02:00
|
|
|
<url>http://repo.citizensnpcs.co/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
2020-11-17 09:30:26 +01:00
|
|
|
<id>sk89q-repo</id>
|
|
|
|
<url>http://maven.sk89q.com/repo/</url>
|
|
|
|
</repository>
|
Parties 3.0.0 support (#1555)
* Updated Parties support
* Fixed multiplayer everything
* Add missing space for legacy string, fixes #1516
* Address formatting problems in initial menu prompts
* Do not proceed on invalid entity type, fixes #1520
* Click to register NPC listener if Citizens link failed at startup
* Populate objective goals when retrieving fresh quest data, fixes #1515
* Fixed typo in quest points log
* Added new Parties options for offline players and distance
* Added Parties experience reward
* Fix error on last stage completion
* Fixed Parties distance calculation
* Reworked how multiplayer sharing 1 works and require same quest
* Properly store repeat/cooldown values greater than max int, fixes #1523
* New Crowdin updates (#1524)
* New translations strings.yml (Thai)
* New translations strings.yml (Estonian)
* New translations strings.yml (Thai)
* New translations strings.yml (Thai)
* New translations strings.yml (Thai)
* Update quest main prompt strings
* Update quest main prompt strings, part 2
* Update quest main prompt strings, part 3
* New Crowdin updates (#1525)
* New translations strings.yml (Pirate English)
* New translations strings.yml (Hindi)
* New translations strings.yml (Serbian (Latin))
* New translations strings.yml (Estonian)
* New translations strings.yml (Norwegian Bokmal)
* New translations strings.yml (English)
* New translations strings.yml (Arabic)
* New translations strings.yml (Serbian (Cyrillic))
* New translations strings.yml (Sinhala)
* New translations strings.yml (Pirate English)
* New translations strings.yml (Hindi)
* New translations strings.yml (Serbian (Latin))
* New translations strings.yml (Estonian)
* New translations strings.yml (Norwegian Bokmal)
* New translations strings.yml (English)
* New translations strings.yml (Arabic)
* New translations strings.yml (Serbian (Cyrillic))
* New translations strings.yml (Sinhala)
* Update README.md
* NEW load shared quests to memory via /import folder
* Provide additional context for failed requirement quests, fixes #1530
* Use quest IDs instead of names for YAML implementation of quester data
* Remove initial action from main quests prompt, functional as legacy only
* New Crowdin updates (#1533)
* New translations strings.yml (Polish)
* New translations strings.yml (Pirate English)
* New translations strings.yml (Vietnamese)
* New translations strings.yml (Portuguese, Brazilian)
* New translations strings.yml (Indonesian)
* New translations strings.yml (Thai)
* New translations strings.yml (Croatian)
* New translations strings.yml (Hindi)
* New translations strings.yml (Filipino)
* New translations strings.yml (Chinese Simplified)
* New translations strings.yml (Serbian (Latin))
* New translations strings.yml (LOLCAT)
* New translations strings.yml (Spanish)
* New translations strings.yml (Chinese Traditional)
* New translations strings.yml (Estonian)
* New translations strings.yml (Norwegian Bokmal)
* New translations strings.yml (English)
* New translations strings.yml (Turkish)
* New translations strings.yml (Romanian)
* New translations strings.yml (Hungarian)
* New translations strings.yml (French)
* New translations strings.yml (Arabic)
* New translations strings.yml (Czech)
* New translations strings.yml (Danish)
* New translations strings.yml (German)
* New translations strings.yml (Finnish)
* New translations strings.yml (Italian)
* New translations strings.yml (Swedish)
* New translations strings.yml (Japanese)
* New translations strings.yml (Korean)
* New translations strings.yml (Dutch)
* New translations strings.yml (Portuguese)
* New translations strings.yml (Russian)
* New translations strings.yml (Serbian (Cyrillic))
* New translations strings.yml (Sinhala)
* New translations strings.yml (English)
* New translations strings.yml (Pirate English)
* Call password objective event on sync to prevent exception
* Address certain objectives not progressing, fixes #1535
* Update quest completion messages to adhere to modern strings
* Correct erroneous enchantment string functionality, fixes #1538
* New Crowdin updates (#1543)
* New translations strings.yml (Thai)
* New translations strings.yml (Croatian)
* New translations strings.yml (Hindi)
* New translations strings.yml (Serbian (Latin))
* New translations strings.yml (Estonian)
* New translations strings.yml (Norwegian Bokmal)
* New translations strings.yml (Romanian)
* New translations strings.yml (Arabic)
* New translations strings.yml (Finnish)
* New translations strings.yml (Swedish)
* New translations strings.yml (Japanese)
* New translations strings.yml (Portuguese)
* New translations strings.yml (Serbian (Cyrillic))
* New translations strings.yml (Sinhala)
* New Crowdin updates (#1544)
* New translations strings.yml (Polish)
* New translations strings.yml (Pirate English)
* New translations strings.yml (Vietnamese)
* New translations strings.yml (Portuguese, Brazilian)
* New translations strings.yml (Indonesian)
* New translations strings.yml (Filipino)
* New translations strings.yml (Chinese Simplified)
* New translations strings.yml (LOLCAT)
* New translations strings.yml (Spanish)
* New translations strings.yml (Chinese Traditional)
* New translations strings.yml (English)
* New translations strings.yml (Turkish)
* New translations strings.yml (Hungarian)
* New translations strings.yml (French)
* New translations strings.yml (Czech)
* New translations strings.yml (Danish)
* New translations strings.yml (German)
* New translations strings.yml (Italian)
* New translations strings.yml (Korean)
* New translations strings.yml (Dutch)
* New translations strings.yml (Russian)
* Bump version
* Add missing disable-command-feedback config check (#1547)
* Translate quest item reward name if applicable, fixes #1548
* Prevent sending of most empty quester strings, fixes #1545
* New Crowdin updates (#1551)
* New translations strings.yml (Polish)
* New translations strings.yml (Pirate English)
* New translations strings.yml (Vietnamese)
* New translations strings.yml (Portuguese, Brazilian)
* New translations strings.yml (Indonesian)
* New translations strings.yml (Thai)
* New translations strings.yml (Croatian)
* New translations strings.yml (Hindi)
* New translations strings.yml (Filipino)
* New translations strings.yml (Chinese Simplified)
* New translations strings.yml (Serbian (Latin))
* New translations strings.yml (LOLCAT)
* New translations strings.yml (Spanish)
* New translations strings.yml (Chinese Traditional)
* New translations strings.yml (Estonian)
* New translations strings.yml (Norwegian Bokmal)
* New translations strings.yml (English)
* New translations strings.yml (Turkish)
* New translations strings.yml (Romanian)
* New translations strings.yml (Hungarian)
* New translations strings.yml (French)
* New translations strings.yml (Arabic)
* New translations strings.yml (Czech)
* New translations strings.yml (Danish)
* New translations strings.yml (German)
* New translations strings.yml (Finnish)
* New translations strings.yml (Italian)
* New translations strings.yml (Swedish)
* New translations strings.yml (Japanese)
* New translations strings.yml (Korean)
* New translations strings.yml (Dutch)
* New translations strings.yml (Portuguese)
* New translations strings.yml (Russian)
* New translations strings.yml (Serbian (Cyrillic))
* New translations strings.yml (Sinhala)
* New translations strings.yml (Polish)
* New translations strings.yml (Vietnamese)
* New translations strings.yml (Portuguese, Brazilian)
* New translations strings.yml (Indonesian)
* New translations strings.yml (Thai)
* New translations strings.yml (Filipino)
* New translations strings.yml (Chinese Simplified)
* New translations strings.yml (LOLCAT)
* New translations strings.yml (Spanish)
* New translations strings.yml (Chinese Traditional)
* New translations strings.yml (Estonian)
* New translations strings.yml (Turkish)
* New translations strings.yml (Hungarian)
* New translations strings.yml (French)
* New translations strings.yml (Czech)
* New translations strings.yml (Danish)
* New translations strings.yml (German)
* New translations strings.yml (Italian)
* New translations strings.yml (Korean)
* New translations strings.yml (Dutch)
* New translations strings.yml (Russian)
* Fixed multiplayer everything
* Reworked how multiplayer sharing 1 works and require same quest
* Updated Parties dependency
* Improved Parties messages on join/leave
* Further fixes about multiplayer sharing
* Wrong method fix
* Fixed documentation about deprecated method
Co-authored-by: PikaMug <2267126+PikaMug@users.noreply.github.com>
Co-authored-by: datatags <datatags@users.noreply.github.com>
2021-01-11 05:15:58 +01:00
|
|
|
<repository>
|
|
|
|
<!-- Parties -->
|
|
|
|
<id>alessiodp-repo</id>
|
|
|
|
<url>https://repo.alessiodp.com/releases/</url>
|
|
|
|
</repository>
|
2020-11-17 09:30:26 +01:00
|
|
|
<repository>
|
2021-03-12 05:48:34 +01:00
|
|
|
<id>papi-repo</id>
|
2019-09-08 18:16:55 +02:00
|
|
|
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
2021-03-12 05:48:34 +01:00
|
|
|
<!-- Heroes, Vault -->
|
|
|
|
<id>hc-repo</id>
|
2019-09-08 18:16:55 +02:00
|
|
|
<url>http://nexus.hc.to/content/repositories/pub_releases/</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>bukkit</artifactId>
|
|
|
|
<version>1.13.2-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.citizensnpcs</groupId>
|
|
|
|
<artifactId>citizens</artifactId>
|
|
|
|
<version>2.0.21-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.denizenscript</groupId>
|
|
|
|
<artifactId>denizen</artifactId>
|
2020-04-14 23:37:18 +02:00
|
|
|
<version>1.1.3-SNAPSHOT</version>
|
2019-09-08 18:16:55 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.milkbowl.vault</groupId>
|
|
|
|
<artifactId>Vault</artifactId>
|
|
|
|
<version>1.7.1</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2020-11-17 09:30:26 +01:00
|
|
|
<groupId>com.github.mcMMO-Dev</groupId>
|
|
|
|
<artifactId>mcMMO-Classic</artifactId>
|
|
|
|
<version>master-82f97cbe04-1</version>
|
|
|
|
<scope>provided</scope>
|
2019-09-08 18:16:55 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.herocraftonline.heroes</groupId>
|
|
|
|
<artifactId>heroes-stripped</artifactId>
|
|
|
|
<version>4dd3dd85</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldedit</groupId>
|
|
|
|
<artifactId>worldedit-bukkit</artifactId>
|
|
|
|
<version>7.0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldguard</groupId>
|
|
|
|
<artifactId>worldguard-bukkit</artifactId>
|
|
|
|
<version>7.0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>me.clip</groupId>
|
|
|
|
<artifactId>placeholderapi</artifactId>
|
|
|
|
<version>2.8.2</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2020-11-17 09:30:26 +01:00
|
|
|
<groupId>com.github.nicuch</groupId>
|
|
|
|
<artifactId>CitizensBooks</artifactId>
|
|
|
|
<version>2.5.5</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-09-08 18:16:55 +02:00
|
|
|
<dependency>
|
2020-11-17 09:30:26 +01:00
|
|
|
<groupId>com.github.RednedEpic</groupId>
|
|
|
|
<artifactId>PhatLoots</artifactId>
|
2021-03-12 05:57:55 +01:00
|
|
|
<version>e55d0ba1f6</version>
|
2020-11-17 09:30:26 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-09-08 18:16:55 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.alessiodp.parties</groupId>
|
|
|
|
<artifactId>parties-api</artifactId>
|
2021-03-12 05:57:55 +01:00
|
|
|
<version>3.0.2</version>
|
2019-09-08 18:16:55 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2020-04-19 01:06:23 +02:00
|
|
|
<dependency>
|
2020-11-17 09:30:26 +01:00
|
|
|
<groupId>com.github.DRE2N</groupId>
|
|
|
|
<artifactId>DungeonsXL</artifactId>
|
2021-03-12 05:57:55 +01:00
|
|
|
<version>5e7b28ea55</version>
|
2020-11-17 09:30:26 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-01-13 06:17:50 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.PikaMug</groupId>
|
|
|
|
<artifactId>LocaleLib</artifactId>
|
|
|
|
<version>-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2020-11-17 09:30:26 +01:00
|
|
|
<dependency>
|
2020-11-17 09:29:12 +01:00
|
|
|
<groupId>mysql</groupId>
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
<version>8.0.22</version>
|
2020-11-18 11:09:18 +01:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.protobuf</groupId>
|
|
|
|
<artifactId>protobuf-java</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2020-11-17 09:29:12 +01:00
|
|
|
</dependency>
|
2020-11-17 09:30:26 +01:00
|
|
|
<dependency>
|
2020-11-17 09:29:12 +01:00
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
|
<version>3.4.5</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<version>1.7.30</version>
|
|
|
|
</dependency>
|
2019-09-08 18:16:55 +02:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<defaultGoal>clean package install</defaultGoal>
|
2020-11-17 09:30:26 +01:00
|
|
|
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
|
2019-09-08 18:16:55 +02:00
|
|
|
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<targetPath>.</targetPath>
|
|
|
|
<directory>${basedir}/src/main/resources/</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
<includes>
|
|
|
|
<include>lang/**/*.*</include>
|
2020-07-13 06:35:28 +02:00
|
|
|
<include>actions.yml</include>
|
|
|
|
<include>conditions.yml</include>
|
2019-09-08 18:16:55 +02:00
|
|
|
<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>
|
2020-11-17 09:29:12 +01:00
|
|
|
|
|
|
|
<plugins>
|
2020-11-17 09:30:26 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>3.8.1</version>
|
|
|
|
<configuration>
|
|
|
|
<source>1.8</source>
|
|
|
|
<target>1.8</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2020-11-17 09:29:12 +01:00
|
|
|
|
2020-11-17 09:30:26 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<version>3.2.0</version>
|
|
|
|
</plugin>
|
2020-11-17 09:29:12 +01:00
|
|
|
|
2020-11-17 09:30:26 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
<version>3.2.1</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
2020-11-17 22:23:37 +01:00
|
|
|
</goals>
|
|
|
|
<configuration>
|
2020-11-18 11:09:18 +01:00
|
|
|
<minimizeJar>false</minimizeJar>
|
2020-11-17 22:24:38 +01:00
|
|
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
|
|
|
</configuration>
|
2020-11-17 09:30:26 +01:00
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
|
|
|
|
<configuration>
|
2020-11-17 09:29:12 +01:00
|
|
|
<artifactSet>
|
|
|
|
<includes>
|
|
|
|
<include>me.*</include>
|
2021-01-13 06:17:50 +01:00
|
|
|
<include>com.github.PikaMug:LocaleLib</include>
|
2020-11-18 11:09:18 +01:00
|
|
|
<include>com.zaxxer:HikariCP</include>
|
|
|
|
<include>org.slf4j:slf4j-simple</include>
|
|
|
|
<include>org.slf4j:slf4j-api</include>
|
|
|
|
<include>mysql</include>
|
2020-11-17 09:29:12 +01:00
|
|
|
</includes>
|
|
|
|
</artifactSet>
|
2020-11-18 11:09:18 +01:00
|
|
|
<relocations>
|
2021-01-13 06:17:50 +01:00
|
|
|
<relocation>
|
|
|
|
<pattern>me.pikamug.localelib</pattern>
|
|
|
|
<shadedPattern>me.blackvein.quests.libs.localelib</shadedPattern>
|
|
|
|
</relocation>
|
2020-11-18 11:09:18 +01:00
|
|
|
<relocation>
|
|
|
|
<pattern>com.zaxxer.hikari</pattern>
|
|
|
|
<shadedPattern>me.blackvein.quests.libs.hikari</shadedPattern>
|
|
|
|
</relocation>
|
|
|
|
<relocation>
|
|
|
|
<pattern>org.slf4j</pattern>
|
|
|
|
<shadedPattern>me.blackvein.quests.libs.slf4j</shadedPattern>
|
|
|
|
</relocation>
|
|
|
|
<relocation>
|
|
|
|
<pattern>com.mysql</pattern>
|
|
|
|
<shadedPattern>me.blackvein.quests.libs.mysql</shadedPattern>
|
|
|
|
</relocation>
|
|
|
|
</relocations>
|
2020-11-17 09:29:12 +01:00
|
|
|
</configuration>
|
2020-11-17 09:30:26 +01:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2019-09-08 18:16:55 +02:00
|
|
|
</build>
|
|
|
|
</project>
|