Update dependencies
This commit is contained in:
parent
bde19bcd6c
commit
61e94ee8a1
4
pom.xml
4
pom.xml
@ -38,7 +38,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot</artifactId>
|
<artifactId>spigot</artifactId>
|
||||||
<version>1.16.4-R0.1-SNAPSHOT</version>
|
<version>1.16.5-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
@ -46,7 +46,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bstats</groupId>
|
<groupId>org.bstats</groupId>
|
||||||
<artifactId>bstats-bukkit</artifactId>
|
<artifactId>bstats-bukkit</artifactId>
|
||||||
<version>1.5</version>
|
<version>2.2.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -55,7 +55,7 @@ public class ArmoredElytra extends JavaPlugin implements Listener
|
|||||||
if (minecraftVersion.isOlderThan(MinecraftVersion.v1_15))
|
if (minecraftVersion.isOlderThan(MinecraftVersion.v1_15))
|
||||||
{
|
{
|
||||||
myLogger(Level.SEVERE, "Trying to run this plugin on an unsupported version... ABORT!");
|
myLogger(Level.SEVERE, "Trying to run this plugin on an unsupported version... ABORT!");
|
||||||
this.setEnabled(false);
|
setEnabled(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ public class ArmoredElytra extends JavaPlugin implements Listener
|
|||||||
if (config.allowStats())
|
if (config.allowStats())
|
||||||
{
|
{
|
||||||
myLogger(Level.INFO, "Enabling stats! Thanks, it really helps!");
|
myLogger(Level.INFO, "Enabling stats! Thanks, it really helps!");
|
||||||
@SuppressWarnings("unused") final Metrics metrics = new Metrics(this);
|
@SuppressWarnings("unused") final Metrics metrics = new Metrics(this, 1656);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
// Y u do dis? :(
|
// Y u do dis? :(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user