티케보노
대표칭호 없음
이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.16.5 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.9.1 |
포켓몬모드 서버에서 랜덤 전설 포켓몬 가챠를 만들고싶어서
command /랜덤전설:
trigger:
if player is op:
give 1 book named "[ &e랜덤전설&f ]" with lore "&a&l우클릭 하면 랜덤 전설 지급!" to player
else:
message "당신은 관계자가 아니기 떄문에 이 명령어를 사용할수 없음"
on rightclick:
if name of player's tool is "[ &e랜덤전설&f ]":
cancel event
remove 1 of player's tool from player's tool
set {랜덤뽑기} to random integer between 1 and 18
if {랜덤뽑기} is 1:
pokegive Zygarde to player
라는 식으로 계속 이어나가게 짜봤는데 인게임에서 사용하니 포켓몬이 안들어옵니다
답을 알려주세요 ㅠㅠ
windy_wind
2024.09.23pokegive Zygarde to player
는 에드온 구문인갑숑
세찐찐
2024.09.24pokegive Zygrade to player -> execute console command “give %player% ‘아이템(예 : minecraft:dirt)’ 1”