Skip to content

Commit

Permalink
Fix: Carnival Scoreboard Patterns (hannibal002#2455)
Browse files Browse the repository at this point in the history
  • Loading branch information
j10a1n15 authored Sep 4, 2024
1 parent 63a78f5 commit bf152b4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -509,12 +509,12 @@ object ScoreboardPattern {

/**
* REGEX-TEST: §3§lCatch a Fish
* REGEX-TEST: §6§lFruit Diggin§6§lg
* REGEX-TEST: §c§lZombie Shoot§c§lout
* REGEX-TEST: §6§lFruit Digging
* REGEX-TEST: §c§lZombie Shootout
*/
val carnivalTasksPattern by carnivalSb.pattern(
"tasks",
"§.§l(?:Catch a Fish|Fruit Diggin|Zombie Shoot)(?:§.§l(?:g|out))?",
"§.§l(?:Catch a Fish|Fruit Digging|Zombie Shootout)",
)

/**
Expand Down

0 comments on commit bf152b4

Please sign in to comment.