File tree Expand file tree Collapse file tree
src/main/java/com/articreep/fillinthewall/lobby Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments