Updates dependencies
All checks were successful
KnarCraft/DynmapCitizens/pipeline/head This commit looks good
All checks were successful
KnarCraft/DynmapCitizens/pipeline/head This commit looks good
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -122,19 +122,19 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.pikamug.quests</groupId>
|
<groupId>me.pikamug.quests</groupId>
|
||||||
<artifactId>quests-api</artifactId>
|
<artifactId>quests-api</artifactId>
|
||||||
<version>5.0.0-rc.3</version>
|
<version>5.2.8</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.20.4-R0.1-SNAPSHOT</version>
|
<version>1.21.10-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.citizensnpcs</groupId>
|
<groupId>net.citizensnpcs</groupId>
|
||||||
<artifactId>citizens-main</artifactId>
|
<artifactId>citizens-main</artifactId>
|
||||||
<version>2.0.30-SNAPSHOT</version>
|
<version>2.0.33-SNAPSHOT</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
@@ -147,7 +147,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>us.dynmap</groupId>
|
<groupId>us.dynmap</groupId>
|
||||||
<artifactId>dynmap-api</artifactId>
|
<artifactId>dynmap-api</artifactId>
|
||||||
<version>3.4</version>
|
<version>3.6-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mcmonkey</groupId>
|
<groupId>org.mcmonkey</groupId>
|
||||||
<artifactId>sentinel</artifactId>
|
<artifactId>sentinel</artifactId>
|
||||||
<version>2.7.0-SNAPSHOT</version>
|
<version>2.8.1-SNAPSHOT</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
|
|||||||
@@ -258,7 +258,7 @@ public enum QuestsTranslatableMessage implements TranslatableMessage {
|
|||||||
QUESTS_INVOLVED_IN_DELIVERY_TARGET,
|
QUESTS_INVOLVED_IN_DELIVERY_TARGET,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The format for displaying that the NPC is a interaction target in a quest
|
* The format for displaying that the NPC is an interaction target in a quest
|
||||||
*
|
*
|
||||||
* <p>Placeholders: {questName}</p>
|
* <p>Placeholders: {questName}</p>
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user