개인 자료란 (JE)

  서버 커뮤니티

Profile limwith137 대표칭호 없음

Limtangpyun 83f7f3c66379425383115ec2fa39a419

Profile

질문하기 스크립트

명령어 막기 질문

2020.08.26 조회 수 124 추천 수 0

특정 명령어를 막는것을 하려고 하는데 특정 사람만 예외로 두고 모든 명령어를 쓰게 하는것이 가능한가요?

가능하면 어떡해 해야하나요

2개의 댓글

oiso2019
2020.08.29

on command:

if name of event-player is not "사용 가능하게 할 닉네임":

cancel event

무너_
2020.11.08

한 명의 사람만 하시려면,

 

on command:

@if player is not "닉네임":

@@cancel event

 

여러명의 사람을 하시려면,

 

on command:

@if player is not "닉네임" or "닉네임" or "닉네임"... :

@@cancel event

 

( @가 의미하는 것은 텝입니다 )