Fix default fishing rod name
This commit is contained in:
parent
a7a49fcb72
commit
6046fdb15a
|
|
@ -99,9 +99,9 @@ public class Messages extends AbstractConfig {
|
|||
|
||||
public static class ITEMS {
|
||||
private static final String prefix = "items.";
|
||||
public static String ROD_NAME = "<green><player>'s Fishing Rod</red>";
|
||||
public static String ROD_NAME = "<green><player>'s Fishing Rod</green>";
|
||||
public static List<String> ROD_LORE = List.of(
|
||||
"<green>A Fishing Rod specifically crafted for:</red>",
|
||||
"<green>A Fishing Rod specifically crafted for:</green>",
|
||||
"<player>");
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user