Changed shop info to show the actual item in the shop when hovering over its name
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user