Skip to content

Commit

Permalink
match color code of rabbit name in bought pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sayomaki committed Jul 7, 2024
1 parent 5b2ab08 commit 47a9f0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ object HoppityEggsManager {
*/
val eggBoughtPattern by ChocolateFactoryAPI.patternGroup.pattern(
"egg.bought",
"§aYou bought §r§.(?<rabbitname>.*?) §r§afor §r§6((\\d|,)*) Coins§r§a!",
"§aYou bought §r(?<rabbitname>.*?) §r§afor §r§6((\\d|,)*) Coins§r§a!",
)

/**
Expand Down

0 comments on commit 47a9f0b

Please sign in to comment.