Update dependencies

This commit is contained in:
Pim van der Loos 2021-09-09 13:31:38 +02:00
parent bde19bcd6c
commit 61e94ee8a1
No known key found for this signature in database
GPG Key ID: C16F020ADAE6D5A8
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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? :(