SSAM_ACHI aa4994f38c4c4df79792deaf1437216a
이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.8 |
스크립트 애드온 | skrayfll , skellett , skquery |
마인크래프트 스크립트 자신의 팀한테는 힐을 할 수 있게 하고 다른 팀에게는 데미지를 줄 수 있나요,,?
여러가지 방법으로 구문을 써보았는데 몇 시간 동안 해결을 못하고 있어서 한번 글 올려 봅니다..ㅠㅠ
{레드팀.%loop-entity%} , {블루팀.%loop-entity%} 이건 ㅣ set {레드팀.%player%} , set {블루팀.%player%} 팀으로 들어가면 들어가게 해놨습니당..
on right click:
if name of player's tool is "&a&l✞세르비아✞ &6&l의 매직 스태프":
if {쿨타임::%player%::세르비아::초} is not set:
if {직업.%player%} is "세르비아":
if player is not sneaking:
message " &a&l( &f&lHEALING &a&l) &f&l를 사용했다!!" to player
execute player command "/particle dust 1 0.97 0.16 1 ~ ~0.3 ~ 2.8 0.1 2.8 0 1000"
execute player command "/playsound minecraft:entity.drowned.shoot player %player% ~ ~ ~ 2 1.1"
set {쿨타임::%player%::세르비아::초} to 20
loop all entities in radius 8 of player:
if loop-entity is {레드팀.%loop-entity%}:
heal loop-entity by 10
loop all entities in radius 8 of player:
if loop-entity is {블루팀.%loop-entity%}:
damage loop-entity by 10
execute command "/effect give loop-entity minecraft:poison 5 10 true"
send title "&5&l [ 치감 ] &c&l치유 회복 효과가 감소하였습니다!" to loop-entity for 5 seconds
message "" to player
댓글이 없습니다.
새로운 댓글을 등록해 주세요!