Skip to content

Commit ca164c3

Browse files
committed
One more tip
1 parent 22a4fc7 commit ca164c3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/articreep/fillinthewall/lobby/ChatAnnouncements.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ public class ChatAnnouncements {
2020
miniMessage.deserialize("<blue>[⿻] <yellow>Pair up with a friend in Multiplayer with /fitw pair!"),
2121
miniMessage.deserialize("<blue>[⿻] <yellow>To leave a game, simply step off the playing field."),
2222
miniMessage.deserialize("<blue>[⿻] <yellow>Don't want to play Multiplayer? Run /fitw spectate."),
23-
miniMessage.deserialize("<blue>[⿻] <yellow>You can toggle <red>Gimmickless</red> mode with the Blaze Powder in your inventory (when not in a game).")
23+
miniMessage.deserialize("<blue>[⿻] <yellow>You can toggle <red>Gimmickless</red> mode with the Blaze Powder in your inventory (when not in a game)."),
24+
miniMessage.deserialize("<blue>[⿻] <yellow>You can disable these tips by clicking your head in your ninth slot (when not in a game).")
2425
};
2526
private static BukkitTask announcementTask;
2627

0 commit comments

Comments
 (0)