mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-26 20:16:18 +01:00
Updates item-nbt-api
dependency to v2.11.3
This commit is contained in:
parent
f2c204ae89
commit
49eb5437e9
@ -181,7 +181,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.tr7zw</groupId>
|
<groupId>de.tr7zw</groupId>
|
||||||
<artifactId>item-nbt-api</artifactId>
|
<artifactId>item-nbt-api</artifactId>
|
||||||
<version>2.11.2</version>
|
<version>2.11.3</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -29,7 +29,6 @@ public abstract class SongodaPlugin extends JavaPlugin {
|
|||||||
static {
|
static {
|
||||||
/* NBT-API */
|
/* NBT-API */
|
||||||
MinecraftVersion.getLogger().setLevel(Level.WARNING);
|
MinecraftVersion.getLogger().setLevel(Level.WARNING);
|
||||||
MinecraftVersion.disableUpdateCheck();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract void onPluginLoad();
|
public abstract void onPluginLoad();
|
||||||
|
Loading…
Reference in New Issue
Block a user