mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-24 11:37:05 +01:00
Add bStats resource ID
This commit is contained in:
parent
793b27ee32
commit
98c9f915fd
@ -69,7 +69,7 @@
|
||||
<dependency>
|
||||
<groupId>de.erethon.commons</groupId>
|
||||
<artifactId>commons-dist</artifactId>
|
||||
<version>6.2.1</version>
|
||||
<version>6.2.2</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
@ -140,10 +140,6 @@
|
||||
<id>citizens-repo</id>
|
||||
<url>http://repo.citizensnpcs.co/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>filoghost-repo</id>
|
||||
<url>https://ci.filoghost.me/plugin/repository/everything/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>placeholderapi</id>
|
||||
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
||||
|
@ -195,6 +195,7 @@ public class DungeonsXL extends DREPlugin implements DungeonsAPI {
|
||||
.permissions(true)
|
||||
.metrics(true)
|
||||
.spigotMCResourceId(9488)
|
||||
.bStatsResourceId(1039)
|
||||
.versionComparator(VersionComparator.EQUAL)
|
||||
.build();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user