개인 자료란 (JE)

  서버 커뮤니티

Profile gurem0 대표칭호 없음
Profile

질문하기 스크립트

target 질문

2024.04.03 조회 수 64 추천 수 0
이해도 입문자 
게임버전 (JE) 관련없음 
게임버전 (BE) 1.20.x 
스크립트 버전 2.7.0 

on rightclick:

@if player's tool is netherite hoe:

@@if player's tool's name contains "MAG-K":

@@@cancel event

@@@ if {0.%player%} is not set:

@@@@ set {0.%player%} to true

@@@@ if the distance between player and targeted entity is smaller than 30:

@@@@@ make player damage target entity by 5

@@@@ execute console command "minecraft:execute as %player% at %player% run tp %player% ~ ~ ~ ~ ~-7"

@@@@execute console command "execute at %player% run particle minecraft:cloud ^ ^1.2 ^1.2 0 0 0 .05 3"

@@@@execute console command "execute as %player% at %player% run playsound minecraft:entity.firework_rocket.blast master @a[distance=..35] ~ ~ ~ 1 0"

@@@@ wait 0.2 seconds

@@@@delete {0.%player%}


여기서 플레이어와 엔티티 사이에 벽이 있을때 데미지가 안 들어가게 할 수 있을까요..

Warning
댓글이 없습니다.

새로운 댓글을 등록해 주세요!