Skip to content

Commit 421a5a5

Browse files
author
Rellox
committed
Plugin version update
1 parent 9847979 commit 421a5a5

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This plugin implements fully customizable and upgradeable spawners.
88
<dependency>
99
<groupId>mc.rellox</groupId>
1010
<artifactId>SpawnerMeta</artifactId>
11-
<version>24.7</version>
11+
<version>24.8</version>
1212
<scope>provided</scope>
1313
</dependency>
1414

plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: SpawnerMeta
22
main: mc.rellox.spawnermeta.SpawnerMeta
3-
softdepend: [Vault, WildStacker, WildTools, ShopGUIPlus, SuperiorSkyblock2]
3+
softdepend: [Vault, WildStacker, WildTools, ShopGUIPlus, SuperiorSkyblock2, PlayerPoints]
44
api-version: 1.14
5-
version: 24.7
5+
version: 24.8
66
author: Rellox
77
commands:
88
spawnermeta:

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>mc.rellox</groupId>
66
<artifactId>SpawnerMeta</artifactId>
7-
<version>24.7</version>
7+
<version>24.8</version>
88
<packaging>jar</packaging>
99

1010
<name>SpawnerMeta</name>
@@ -27,6 +27,10 @@
2727
<id>bg-repo</id>
2828
<url>https://repo.bg-software.com/repository/api/</url>
2929
</repository>
30+
<repository>
31+
<id>rosewood-repo</id>
32+
<url>https://repo.rosewooddev.io/repository/public/</url>
33+
</repository>
3034
</repositories>
3135

3236
<dependencies>
@@ -66,6 +70,12 @@
6670
<version>2023.3</version>
6771
<scope>provided</scope>
6872
</dependency>
73+
<dependency>
74+
<groupId>org.black_ixx</groupId>
75+
<artifactId>playerpoints</artifactId>
76+
<version>3.2.7</version>
77+
<scope>provided</scope>
78+
</dependency>
6979
</dependencies>
7080

7181
<build>

src/mc/rellox/spawnermeta/SpawnerMeta.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
public final class SpawnerMeta extends JavaPlugin {
2727

28-
public static final double PLUGIN_VERSION = 24.7;
28+
public static final double PLUGIN_VERSION = 24.8;
2929

3030
private static SpawnerMeta plugin;
3131

0 commit comments

Comments
 (0)