mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-22 02:09:02 +01:00
chore: Update SongodaCore to v3.5.0-SNAPSHOT
This commit is contained in:
parent
3453307147
commit
a514bbf17f
2
pom.xml
2
pom.xml
@ -151,7 +151,7 @@
|
||||
<dependency>
|
||||
<groupId>com.craftaro</groupId>
|
||||
<artifactId>CraftaroCore</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -410,7 +410,7 @@ public class UltimateKits extends SongodaPlugin {
|
||||
lines.add(getLocale().getMessage("interface.hologram.buyeco")
|
||||
.processPlaceholder("price", kit.getPrice() != 0
|
||||
? NumberUtils.formatNumber(kit.getPrice())
|
||||
: getLocale().getMessage("general.type.free").getMessage())
|
||||
: getLocale().getMessage("general.type.free").toText())
|
||||
.toText());
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user