mirror of
https://github.com/craftaro/EpicSpawners.git
synced 2025-01-07 03:07:06 +08:00
chore(deps): upgrade SongodaCore to v3.4.0-SNAPSHOT
This commit is contained in:
parent
60d9d907df
commit
15b9426f78
@ -35,7 +35,7 @@ public class GuiUtils extends com.craftaro.core.gui.GuiUtils {
|
||||
String[] parts = plugin.getLocale().getMessage("interface.spawner.boostedstats")
|
||||
.processPlaceholder("amount", Integer.toString(boostTotal))
|
||||
.processPlaceholder("time", boostEnd == Long.MAX_VALUE
|
||||
? plugin.getLocale().getMessage("interface.spawner.boostednever")
|
||||
? plugin.getLocale().getMessage("interface.spawner.boostednever").toString()
|
||||
: TimeUtils.makeReadable(boostEnd - System.currentTimeMillis()))
|
||||
.toString().split("\\|");
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -19,7 +19,7 @@
|
||||
<url>https://craftaro.com/marketplace/product/13</url>
|
||||
|
||||
<properties>
|
||||
<craftaro.coreVersion>3.3.0-SNAPSHOT</craftaro.coreVersion>
|
||||
<craftaro.coreVersion>3.4.0-SNAPSHOT</craftaro.coreVersion>
|
||||
|
||||
<maven.compiler.release>8</maven.compiler.release>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
|
Loading…
Reference in New Issue
Block a user