Updates default already have fishing rod message

This commit is contained in:
Teriuihi 2023-09-24 23:12:39 +02:00
parent 569e6a3334
commit b611e4b206

View File

@ -87,7 +87,7 @@ public class Messages extends AbstractConfig {
public static class NPC {
private static final String prefix = "npc.";
public static String ALREADY_HAVE_ROD = "<red>You already have a fishing rod</red>";
public static String ALREADY_HAVE_ROD = "<red>You already have a fishing rod</red><green>, but if you want to know more about the event right click me for the tutorial!</green>";
public static String UPGRADE_NPC_LEFT_CLICK_MESSAGE = "<green>Hey <player>. If you want to catch better fish I can upgrade your fishing rod for you! I don't work free though, if you need <gold>Fish Points</gold> you can get some by selling your catches!</green>";
public static String PRIZE_NPC_LEFT_CLICK_MESSAGE = "<green>Hey <player>. If you want to cash out and get some rewards I can trade you some nice prizes for some <gold>Fish Points</gold>!</green>";
public static String SELL_NPC_LEFT_CLICK_MESSAGE = "<green>Hey <player>. If you need <gold>Fish Points</gold> you can get some by selling your catches to me, right click me and put the fishes in my inventory.</green>";