Skip to content

Commit

Permalink
add admin commands to mange host scale
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Nov 22, 2024
1 parent 5ee51f1 commit 17b17f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data/ltpermissions/command_aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@
"admin games river enable": "execute as @e[type=minecraft:text_display,tag=info.game.unlock_river] at @s run data modify entity @s view_range set value 1f",
"admin games river disable": "execute as @e[type=minecraft:text_display,tag=info.game.unlock_river] at @s run data modify entity @s view_range set value 0f",
"admin games philza enable": "execute as @e[type=minecraft:text_display,tag=info.game.columns_of_chaos] at @s run data modify entity @s view_range set value 1f",
"admin games philza disable": "execute as @e[type=minecraft:text_display,tag=info.game.columns_of_chaos] at @s run data modify entity @s view_range set value 0f"
"admin games philza disable": "execute as @e[type=minecraft:text_display,tag=info.game.columns_of_chaos] at @s run data modify entity @s view_range set value 0f",
"admin effects scale set_mode disabled": "scoreboard players set Enable events.hosts -1",
"admin effects scale set_mode scale_up": "scoreboard players set Enable events.hosts 1",
"admin effects scale set_mode scale_down": "scoreboard players set Enable events.hosts 2",
"admin effects scale reset_scale": "scoreboard players set Scale events.hosts 10"
}

0 comments on commit 17b17f3

Please sign in to comment.