33 lines
2.4 KiB
MCFunction
33 lines
2.4 KiB
MCFunction
$scoreboard players enable @a $(n)
|
|
|
|
$execute unless score init main matches 5 as @a if score @s $(n) matches 1.. run scoreboard players reset @s $(n)
|
|
execute unless score init main matches 5 run return 0
|
|
|
|
$execute store result score real_max_player $(n) if entity @a
|
|
|
|
$execute store result score rest_player $(n) if entity @a
|
|
$execute unless score rest_player $(n) matches 0 run scoreboard players operation rest_player $(n) %= two func.temp
|
|
$execute store result score max_player $(n) if entity @a
|
|
$execute unless score real_max_player $(n) matches 0 run scoreboard players operation max_player $(n) /= two func.temp
|
|
$execute unless score real_max_player $(n) matches 0 run scoreboard players operation max_player $(n) += rest_player $(n)
|
|
$execute store result score $(n)_player $(n) if entity @a[scores={$(n)=2..}]
|
|
$execute store result score $(n)_player_add $(n) if entity @a[scores={$(n)=2..}]
|
|
$execute run scoreboard players add $(n)_player_add $(n) 1
|
|
|
|
$execute as @a if score @s $(n) matches 1 run function mq:tellraw {"text":"","color":"black",msg:[{"selector":"@s","color": "yellow","bold": true}," : ",{"text":"$(n2) 투표 완료","color": "white"}, \
|
|
{"text":" (","color":"gray"},{"score":{"name":"$(n)_player_add","objective": "$(n)"},"color":"gray"},{"text":"/","color":"gray"},{"score":{"name":"max_player","objective": "$(n)"},"color":"gray"},{"text":")","color":"gray"}]}
|
|
$execute as @a if score @s $(n) matches 1 run scoreboard players set @s $(n) 2
|
|
$execute as @a if score @s $(n) matches 3 run function mq:tellraw {"text":"","color":"black",msg:[{"selector":"@s","color": "yellow","bold": true}," : ",{"text":"이미 $(n2)투표를 하셨습니다.","color": "red"}]}
|
|
$execute as @a if score @s $(n) matches 3 run scoreboard players set @s $(n) 2
|
|
|
|
$execute store result score rest_player $(n) if entity @a
|
|
$execute unless score rest_player $(n) matches 0 run scoreboard players operation rest_player $(n) %= two func.temp
|
|
$execute store result score max_player $(n) if entity @a
|
|
$execute unless score real_max_player $(n) matches 0 run scoreboard players operation max_player $(n) /= two func.temp
|
|
$execute unless score real_max_player $(n) matches 0 run scoreboard players operation max_player $(n) += rest_player $(n)
|
|
$execute store result score $(n)_player $(n) if entity @a[scores={$(n)=2..}]
|
|
|
|
$execute unless score real_max_player $(n) matches 0 \
|
|
if score max_player $(n) = $(n)_player $(n) \
|
|
run $(c)
|