이벤트를 적용시켜주는 커맨드인데 트리거 밑에 처음 메시지로 설정 문구는 넣었는데
한번더 입력해서 해제가 되긴하는데 적용 메시지만 나오는데
해제 메시지 만드는법이 있을까요?
무슨말인지 모르겠네요. Skript 플러그인 맞죠...?
작성하신 코드 올려보시겠어요?
Command /pp:
trigger:
if player is op:
set {pp} to player's tool
message "&bppOn" to player
On break:
if player's tool is {pp}:
if event-world is "world" or "world_nether":
뒤쪽 구문은 구상중이고 임시로 만든건데
이게 커맨드입력하면적용이 되는데 한번더 입력하면 해제가 되더라구요 그런데 메시지 구문이 하나라
ppOn 이라는 문구만 나온단 말이죠?
해제시 메시지를 띄울 방법을 찾고있어요
conmand /pp:
@trigger:
@@if player is op:
@@@if name of player's tool is "{pp}":
@@@@delete name of player's tool
@@@else:
@@@@set {pp} to player's tool
@@@@message "&bppOn" to player
메세지에 변수도 같이 출력해보세요. 해제가 아닌 다른방식으로 동작하는 것 같습니다.
> message "&bppOn / {pp} = %{pp}%" to player
아마 손에 도구가 있거나 없거나 하는 문제로 생가각니다.
해제가 아니였더라구여.... 그래서 결국 delete 구문으로 삭제하는 커맨드를 새로만들었어요...
건축
팀뉴일리시
2024-11-23
1
KHC
2024-10-25
2
2024-10-10
dbasd12
2024-10-09
레드스톤
노트블럭전문가
2024-10-08
스크립터브혼
2021.09.06무슨말인지 모르겠네요. Skript 플러그인 맞죠...?
작성하신 코드 올려보시겠어요?
하얀뚝배기
2021.09.06Command /pp:
trigger:
if player is op:
set {pp} to player's tool
message "&bppOn" to player
On break:
if player's tool is {pp}:
if event-world is "world" or "world_nether":
뒤쪽 구문은 구상중이고 임시로 만든건데
이게 커맨드입력하면적용이 되는데 한번더 입력하면 해제가 되더라구요 그런데 메시지 구문이 하나라
ppOn 이라는 문구만 나온단 말이죠?
해제시 메시지를 띄울 방법을 찾고있어요
거너아나
2021.09.06conmand /pp:
@trigger:
@@if player is op:
@@@if name of player's tool is "{pp}":
@@@@delete name of player's tool
@@@else:
@@@@set {pp} to player's tool
@@@@message "&bppOn" to player
스크립터브혼
2021.09.07메세지에 변수도 같이 출력해보세요. 해제가 아닌 다른방식으로 동작하는 것 같습니다.
> message "&bppOn / {pp} = %{pp}%" to player
아마 손에 도구가 있거나 없거나 하는 문제로 생가각니다.
하얀뚝배기
2021.09.07해제가 아니였더라구여.... 그래서 결국 delete 구문으로 삭제하는 커맨드를 새로만들었어요...