command /투표 [<player>]:
trigger:
execute console command "/scoreboard players add %arg 1% vote 1"
이거 명령어 한번 실행한사람만 못쓰게 할수잇나요
command /투표 []:
@trigger:
@@if {투표::%uuid of player%} is true:
@@@exit
@@(대충 투표기능)
@@set {투표::%uuid of player%} to true
이런식으로 만드시고 초기화할땐 delete {투표::*} 하시면 됩니다
감사합니다!!
건축
KHC
2024-10-25
2
2024-10-10
dbasd12
2024-10-09
레드스톤
노트블럭전문가
2024-10-08
1
팁
물귀신
2024-10-06
3
서재형
2021.12.23command /투표 []:
@trigger:
@@if {투표::%uuid of player%} is true:
@@@exit
@@(대충 투표기능)
@@set {투표::%uuid of player%} to true
이런식으로 만드시고 초기화할땐 delete {투표::*} 하시면 됩니다
boggle
2021.12.23감사합니다!!