chore(deps): upgrade SongodaCore to v3.4.0-SNAPSHOT

This commit is contained in:
Christian Koop 2024-09-19 17:51:20 +02:00
parent 60d9d907df
commit 15b9426f78
No known key found for this signature in database
GPG Key ID: 6A4A09E8ED946113
2 changed files with 2 additions and 2 deletions

View File

@ -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("\\|");

View File

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