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