Skip to content

Commit

Permalink
remove all instances of execute ... run execute ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Frustrated-Programmer committed Dec 15, 2024
1 parent 7c88af1 commit 670a4ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ execute if score $dungeon do2.config.tickRate matches 6.. run scoreboard players
scoreboard players remove $dungeon do2.config.tickRate 1
execute if score $dungeon do2.config.tickRate matches ..1 run scoreboard players set $dungeon do2.config.tickRate 1

execute if score $dungeon do2.config.tickRate matches 1 run execute positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 2
execute if score $dungeon do2.config.tickRate matches 2 run execute positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 1
execute if score $dungeon do2.config.tickRate matches 3 run execute positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.9
execute if score $dungeon do2.config.tickRate matches 4 run execute positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.8
execute if score $dungeon do2.config.tickRate matches 5 run execute positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.65
execute if score $dungeon do2.config.tickRate matches 6 run execute positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.5
execute if score $dungeon do2.config.tickRate matches 1 positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 2
execute if score $dungeon do2.config.tickRate matches 2 positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 1
execute if score $dungeon do2.config.tickRate matches 3 positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.9
execute if score $dungeon do2.config.tickRate matches 4 positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.8
execute if score $dungeon do2.config.tickRate matches 5 positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.65
execute if score $dungeon do2.config.tickRate matches 6 positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.5

function do2:scoreboard/config/tick_rate/sign
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ execute if score $dungeon do2.config.tickRate matches ..1 run scoreboard players
scoreboard players add $dungeon do2.config.tickRate 1
execute if score $dungeon do2.config.tickRate matches 6.. run scoreboard players set $dungeon do2.config.tickRate 6

execute if score $dungeon do2.config.tickRate matches 1 run execute positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 2
execute if score $dungeon do2.config.tickRate matches 2 run execute positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 1
execute if score $dungeon do2.config.tickRate matches 3 run execute positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.9
execute if score $dungeon do2.config.tickRate matches 4 run execute positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.8
execute if score $dungeon do2.config.tickRate matches 5 run execute positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.65
execute if score $dungeon do2.config.tickRate matches 6 run execute positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.5
execute if score $dungeon do2.config.tickRate matches 1 positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 2
execute if score $dungeon do2.config.tickRate matches 2 positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 1
execute if score $dungeon do2.config.tickRate matches 3 positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.9
execute if score $dungeon do2.config.tickRate matches 4 positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.8
execute if score $dungeon do2.config.tickRate matches 5 positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.65
execute if score $dungeon do2.config.tickRate matches 6 positioned -525 115 1952 run playsound minecraft:block.anvil.use voice @a[distance=..20] ~ ~ ~ 0.4 0.5

function do2:scoreboard/config/tick_rate/sign

0 comments on commit 670a4ca

Please sign in to comment.