Fix NPE in Gambleshops and add missing messages for gamble shops.
This commit is contained in:
@@ -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>.";
|
||||
|
||||
Reference in New Issue
Block a user