2022-01-06 16:59:21 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
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"
|
2022-05-16 01:52:42 +02:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2019-09-08 18:16:55 +02:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2022-05-16 01:52:42 +02:00
|
|
|
|
2019-09-08 18:16:55 +02:00
|
|
|
<parent>
|
|
|
|
<groupId>me.blackvein.quests</groupId>
|
|
|
|
<artifactId>quests-parent</artifactId>
|
2022-05-31 11:07:30 +02:00
|
|
|
<version>${revision}</version>
|
2019-09-08 18:16:55 +02:00
|
|
|
</parent>
|
2021-12-04 09:04:02 +01:00
|
|
|
<artifactId>quests-api</artifactId>
|
2019-09-08 18:16:55 +02:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
2022-07-27 16:09:34 +02:00
|
|
|
<!-- CitizensBooks, DungeonsXL, mcMMO Classic, PhatLoots, Unite, ZNPCs -->
|
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-23 06:52:41 +01:00
|
|
|
<!-- Citizens, Denizen -->
|
2021-03-12 05:48:34 +01:00
|
|
|
<id>citizens-repo</id>
|
2021-10-25 06:48:12 +02:00
|
|
|
<url>https://repo.citizensnpcs.co/</url>
|
2019-09-08 18:16:55 +02:00
|
|
|
</repository>
|
|
|
|
<repository>
|
2022-01-10 15:32:12 +01:00
|
|
|
<!-- WorldEdit, WorldGuard -->
|
|
|
|
<id>enginehub-repo</id>
|
|
|
|
<url>https://maven.enginehub.org/repo/</url>
|
2020-11-17 09:30:26 +01:00
|
|
|
</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-23 06:52:41 +01:00
|
|
|
<!-- PlaceholderAPI -->
|
2021-03-12 05:48:34 +01:00
|
|
|
<id>papi-repo</id>
|
2021-10-25 06:48:12 +02:00
|
|
|
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
2019-09-08 18:16:55 +02:00
|
|
|
</repository>
|
|
|
|
<repository>
|
2021-03-12 05:48:34 +01:00
|
|
|
<!-- Heroes, Vault -->
|
|
|
|
<id>hc-repo</id>
|
2021-10-25 06:48:12 +02:00
|
|
|
<url>https://nexus.hc.to/content/repositories/pub_releases/</url>
|
2019-09-08 18:16:55 +02:00
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2021-10-25 06:48:12 +02:00
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot-api</artifactId>
|
2019-09-08 18:16:55 +02:00
|
|
|
<version>1.13.2-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.citizensnpcs</groupId>
|
2021-10-09 22:24:55 +02:00
|
|
|
<artifactId>citizensapi</artifactId>
|
2022-07-27 16:09:34 +02:00
|
|
|
<version>2.0.30-SNAPSHOT</version>
|
2019-09-08 18:16:55 +02: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>
|
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>
|
2022-10-20 19:39:10 +02:00
|
|
|
<artifactId>Heroes</artifactId>
|
2022-10-20 20:12:40 +02:00
|
|
|
<version>1.9.19-RELEASE</version>
|
2019-09-08 18:16:55 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldedit</groupId>
|
|
|
|
<artifactId>worldedit-bukkit</artifactId>
|
2022-01-10 15:32:12 +01:00
|
|
|
<version>7.2.8</version>
|
2019-09-08 18:16:55 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldguard</groupId>
|
|
|
|
<artifactId>worldguard-bukkit</artifactId>
|
2021-03-23 06:52:41 +01:00
|
|
|
<version>7.0.5-SNAPSHOT</version>
|
2019-09-08 18:16:55 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>me.clip</groupId>
|
|
|
|
<artifactId>placeholderapi</artifactId>
|
2022-07-27 16:09:34 +02:00
|
|
|
<version>2.11.2</version>
|
2020-11-17 09:30:26 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2022-07-27 16:32:55 +02:00
|
|
|
<dependency>
|
|
|
|
<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>
|
2022-07-27 16:09:34 +02:00
|
|
|
<version>3.2.6</version>
|
2019-09-08 18:16:55 +02:00
|
|
|
<scope>provided</scope>
|
2022-06-04 09:47:44 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.gonalez</groupId>
|
|
|
|
<artifactId>znpc-servers</artifactId>
|
|
|
|
<version>21a0650</version>
|
|
|
|
<scope>provided</scope>
|
2019-09-08 18:16:55 +02:00
|
|
|
</dependency>
|
2020-04-19 01:06:23 +02:00
|
|
|
<dependency>
|
2021-08-11 13:44:29 +02:00
|
|
|
<groupId>com.github.PikaMug</groupId>
|
|
|
|
<artifactId>Unite</artifactId>
|
2022-07-27 16:09:34 +02:00
|
|
|
<version>1.1.3</version>
|
2020-11-17 09:30:26 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</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
|
|
|
|
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>
|
2022-10-20 20:04:41 +02:00
|
|
|
<version>3.10.1</version>
|
2020-11-17 09:30:26 +01:00
|
|
|
<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>
|
|
|
|
</plugins>
|
2019-09-08 18:16:55 +02:00
|
|
|
</build>
|
|
|
|
</project>
|