특정 명령어를 막는것을 하려고 하는데 특정 사람만 예외로 두고 모든 명령어를 쓰게 하는것이 가능한가요?
가능하면 어떡해 해야하나요
on command:
if name of event-player is not "사용 가능하게 할 닉네임":
cancel event
한 명의 사람만 하시려면,
@if player is not "닉네임":
@@cancel event
여러명의 사람을 하시려면,
@if player is not "닉네임" or "닉네임" or "닉네임"... :
( @가 의미하는 것은 텝입니다 )
건축
KHC
2024-10-25
2
2024-10-10
dbasd12
2024-10-09
레드스톤
노트블럭전문가
2024-10-08
1
팁
물귀신
2024-10-06
3
oiso2019
2020.08.29on 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
( @가 의미하는 것은 텝입니다 )