스크립트초심자
대표칭호 없음
게임버전 (JE) | 1.19 |
---|---|
게임버전 (BE) | 관련없음 |
command /pvp [<string>]:
trigger:
if player is op:
if arg 1 is "on":
PvP enabled in "world"
if arg 1 is "off":
PvP disabled in "world"
else:
message "당신은 운영자가 아닙니다"
https://skripthub.net/docs/?id=1148
위 사이트 참고해서 구문 작성해 보았는데 우선 의도는 /pvp on 이라는 명령어를 치면 pvp가 가능하고 /pvp off 명령어를 작성하면 pvp가 불가능하게 하려고 합니다. 빨간색으로 작성된 부분을 (Can't understand this condition/effect: PvP enabled in "world"),(Can't understand this condition/effect: PvP disabled in "world") 라고 뜹니다 도와주세요ㅠㅠ
zlfn
2022.08.05제가 스크립트에 대해 아주 잘 알지는 못하지만, 문법 구조상 enabled, disabled는 pvp가 켜져있는지 감지할 때 사용하는 것 같습니다.
set {world.pvp} to true 와 같은 방법으로 가능할 것 같습니다.
https://forums.minehut.com/topic/4968-basic-pvp-toggle-skript/
스크립트초심자
2022.08.07감사합니다! 링크에서 자료 참고하고 성공했어요!! 일단 저 보다는 스크립트를 월등히 잘 하시는군요!