Fix NPE in Gambleshops and add missing messages for gamble shops.

This commit is contained in:
Len
2024-08-04 11:45:07 +02:00
committed by destro174
parent 7cfd147f1e
commit 7f3f01eda3
3 changed files with 7 additions and 7 deletions
@@ -57,6 +57,7 @@ public class ShopTypeConfig {
public String playerNoFunds = "<red>You do not have sufficient funds to trade with this shop.";
public String playerNoItems = "<red>You do not have sufficient items to trade with this shop.";
public String playerBought = "<white>You bought <amount> <item>(s) from <ownername> for <price>.";
public String playerGambled = "<white>You gambled <amount> <item>(s) from <ownername> for <price>.";
public String playerSold = "<white>You sold <amount> <item>(s) to <ownername> for <price>.";
public String shopBought = "<white><user> sold <amount> <item>(s) to you for <price>.";
public String shopSold = "<white><user> bought <amount> <item>(s) from you for <price>.";