Ylemon0618 f920ec2ed0f7479684dd910fc7fde463
제가 skript 로 테러방지 스크립트를 만들고 있는데
조금 문제가 많아서요.. 도움을 요청합니다. (version : 1.15.2)
on explode:
if {퍼어엉} is false:
cancel event
message "&4응 안돼~"
command /explode [<string>] [<string>]
if arg 1 is 7706:
if arg 2 is on:
set {퍼어엉} to true
message "&c폭발이 허용되었습니다!"
if arg 2 is off:
set {퍼어엉} to false
message "&c폭발이 비허용되었습니다!"
if arg 2 is not set:
message "%4명령어 사용법 : /explode <비밀번호> <on,off>"
if arg 1 is not 7706:
message "%4비밀번호가 맞지 않았습니다!"
on rightclick:
if {용암설치} is false:
if player's tool is lava bucket:
cancel event
message "&c으디서 용암을 설치할려고"
command /lava [<string>] [<string>]:
if arg 1 is 7706:
if arg 2 is on:
set {용암설치} to true
message "&c용암 설치가 허용되었습니다!"
if arg 2 is off:
set {용암설치} to false
message "&c용암 설치가 비허용되었습니다!"
if arg 2 is not set:
message "%4명령어 사용법 : /lava <비밀번호> <on,off>"
if arg 1 is not 7706:
message "%4비밀번호가 맞지 않았습니다!"
혹시 이 skript 에서 문제점좀 찾아 주실분 ㅠㅠ
문제 1. 서버에서 실험을 해 보면 /explode 명령어와 /lava 명령어가 실행이 안 됩니다.
문제 2. sk reload <파일 이름> 을 해보면 오류가 4개가뜹니다.
윈초
2020.05.28명령어를 사용하시려면
command /명령어:
(탭)trigger:
(탭)(탭)구문
으로 사용해주셔야합니다
DARAMJI
2020.05.29command /explode [] []:
@trigger:
command /lava [] []:
@trigger:
주원Love
2020.07.13on explode:
if {퍼어엉} is false:
cancel event
message "&4응 안돼~"
command /explode [] []
if arg 1 is "7706":
if arg 2 is "on":
set {퍼어엉} to true
message "&c폭발이 허용되었습니다!"
else if arg 2 is "off":
set {퍼어엉} to false
message "&c폭발이 비허용되었습니다!"
else:
message "%4명령어 사용법 : /explode <비밀번호> "
else:
message "%4비밀번호가 맞지 않았습니다!"
on rightclick:
if {용암설치} is false:
if player's tool is lava bucket:
cancel event
message "&c으디서 용암을 설치할려고"
command /lava [] []:
if arg 1 is "7706":
if arg 2 is "on":
set {용암설치} to true
message "&c용암 설치가 허용되었습니다!"
if arg 2 is "off":
set {용암설치} to false
message "&c용암 설치가 비허용되었습니다!"
else:
message "%4명령어 사용법 : /lava <비밀번호> "
else:
message "%4비밀번호가 맞지 않았습니다!"