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 ecd56cb
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ 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()
"§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 ecd56cb

Please sign in to comment.