mirror of
https://github.com/songoda/UltimateRepairing.git
synced 2025-02-08 08:31:41 +01:00
chore: Update SongodaCore to v3.5.0-SNAPSHOT
This commit is contained in:
parent
2bf61749f7
commit
f654ec62fb
2
pom.xml
2
pom.xml
@ -131,7 +131,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>
|
||||
</dependencies>
|
||||
|
@ -230,11 +230,11 @@ public class RepairHandler {
|
||||
|
||||
if (type == RepairType.ECONOMY) {
|
||||
plugin.getLocale().getMessage("event.repair.notenough")
|
||||
.processPlaceholder("type", plugin.getLocale().getMessage("interface.repair.eco").getMessage())
|
||||
.processPlaceholder("type", plugin.getLocale().getMessage("interface.repair.eco").toText())
|
||||
.sendPrefixedMessage(player);
|
||||
} else if (type == RepairType.EXPERIENCE)
|
||||
plugin.getLocale().getMessage("event.repair.notenough")
|
||||
.processPlaceholder("type", plugin.getLocale().getMessage("interface.repair.xp").getMessage())
|
||||
.processPlaceholder("type", plugin.getLocale().getMessage("interface.repair.xp").toText())
|
||||
.sendPrefixedMessage(player);
|
||||
else
|
||||
plugin.getLocale().getMessage("event.repair.notenough")
|
||||
|
Loading…
Reference in New Issue
Block a user