Changed shop info to show the actual item in the shop when hovering over its name

This commit is contained in:
Stijn
2022-09-02 08:51:34 +02:00
committed by Len
parent cda2a0b216
commit 41cb2b2b65
2 changed files with 50 additions and 4 deletions
@@ -33,4 +33,9 @@ public class MessageConfig extends AbstractConfiguration {
BREAK_SHOP_WHILE_CONVERSING = getString("errors.break-shop-while-conversing", BREAK_SHOP_WHILE_CONVERSING);
NO_PERMISSION_FOR_SHOP_TYPE = getString("permissions-messages.shop-type", NO_PERMISSION_FOR_SHOP_TYPE);
}
public static String SHOP_INFO = "This shop <action> <amount> <blue><item></blue> for <price>.";
void otherMessages() {
SHOP_INFO = getString("messages.shop-info", SHOP_INFO);
}
}