Skip to content

Commit

Permalink
option random team book
Browse files Browse the repository at this point in the history
  • Loading branch information
Theaustudio committed Jul 14, 2021
1 parent d3eff2a commit 2fb2949
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,10 @@ execute as @e[type=area_effect_cloud,name="✔"] run scoreboard players set @s o
execute as @e[type=area_effect_cloud,name=""] run scoreboard players set @s opt_fall_damage 0

execute if score FallDamage options matches 1 as @e[type=area_effect_cloud,name=""] run scoreboard players set @s opt_fall_damage 1
execute if score FallDamage options matches 0 as @e[type=area_effect_cloud,name=""] run scoreboard players set @s opt_fall_damage 1
execute if score FallDamage options matches 0 as @e[type=area_effect_cloud,name=""] run scoreboard players set @s opt_fall_damage 1

execute as @e[type=area_effect_cloud,name=""] run scoreboard players set @s opt_random_team 0
execute as @e[type=area_effect_cloud,name=""] run scoreboard players set @s opt_random_team 0

execute if score RandomTeam options matches 1 as @e[type=area_effect_cloud,name=""] run scoreboard players set @s opt_random_team 1
execute if score RandomTeam options matches 0 as @e[type=area_effect_cloud,name=""] run scoreboard players set @s opt_random_team 1
Loading

0 comments on commit 2fb2949

Please sign in to comment.