Skip to content

Commit

Permalink
(0.14.40) Set do2.run.active to 0 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Frustrated-Programmer committed Feb 9, 2025
1 parent 97ed5f9 commit 9eaae9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ execute unless score $l4z1 do2.config.ec.levelZoneMobCount matches 0.. run score
execute unless score $l4z2 do2.config.ec.levelZoneMobCount matches 0.. run scoreboard players set $l4z2 do2.config.ec.levelZoneMobCount 1
execute unless score $l4z3 do2.config.ec.levelZoneMobCount matches 0.. run scoreboard players set $l4z3 do2.config.ec.levelZoneMobCount 1
execute unless score $dungeon do2.config.ec.controlSummons matches 0.. run scoreboard players set $dungeon do2.config.ec.controlSummons 1
execute unless score $dungeon do2.run.active matches 0.. run scoreboard players set $dungeon do2.run.active 0

# Note that we've set the defaults already
scoreboard players set $dungeon do2.utility.setNormalScoreDefaults 1
4 changes: 2 additions & 2 deletions Brilliance Datapack/data/do2/functions/version.mcfunction
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# DATAPACK VERSION NUMBER: 0.14.39
# DATAPACK VERSION NUMBER: 0.14.40

tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.14.39§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}]
tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.14.40§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}]

0 comments on commit 9eaae9f

Please sign in to comment.