Skip to content

Commit

Permalink
Add earned mystery dust message to chat filter
Browse files Browse the repository at this point in the history
  • Loading branch information
qtlunya committed Jan 12, 2024
1 parent f71f3c5 commit c5aa9a0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ class ChatFilter {
// mystery box
"§b✦ §r.* §r§7found a §r§e.* §r§bMystery Box§r§7!".toPattern(),
"§b✦ §r.* §r§7found (a|an) §r.* §r§7in a §r§a(Holiday )?Mystery Box§r§7!".toPattern()

// mystery dust
"§b✦ §r§7You earned §r§b\\d+ §r§7Mystery Dust!".toPattern(),
)

private val lobbyMessages = listOf(
Expand Down

0 comments on commit c5aa9a0

Please sign in to comment.