From b611e4b206ed73a11e876984931e14a390ed1f94 Mon Sep 17 00:00:00 2001 From: Teriuihi Date: Sun, 24 Sep 2023 23:12:39 +0200 Subject: [PATCH] Updates default already have fishing rod message --- src/main/java/com/alttd/fishingevent/config/Messages.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/alttd/fishingevent/config/Messages.java b/src/main/java/com/alttd/fishingevent/config/Messages.java index 8a7c69c..d66e2ad 100644 --- a/src/main/java/com/alttd/fishingevent/config/Messages.java +++ b/src/main/java/com/alttd/fishingevent/config/Messages.java @@ -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 = "You already have a fishing rod"; + public static String ALREADY_HAVE_ROD = "You already have a fishing rod, but if you want to know more about the event right click me for the tutorial!"; public static String UPGRADE_NPC_LEFT_CLICK_MESSAGE = "Hey . If you want to catch better fish I can upgrade your fishing rod for you! I don't work free though, if you need Fish Points you can get some by selling your catches!"; public static String PRIZE_NPC_LEFT_CLICK_MESSAGE = "Hey . If you want to cash out and get some rewards I can trade you some nice prizes for some Fish Points!"; public static String SELL_NPC_LEFT_CLICK_MESSAGE = "Hey . If you need Fish Points you can get some by selling your catches to me, right click me and put the fishes in my inventory.";