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.";