개인 자료란 (JE)

  서버 커뮤니티

Profile 승윤1147 대표칭호 없음
Profile

질문하기 스크립트

도와주세요ㅠㅠ

2023.09.02 조회 수 83 추천 수 0
이해도 초보자 
게임버전 (JE) 1.20.1 
게임버전 (BE) 관련없음 
스크립트 버전 2.7.0 

on break of iron ore:

    clear drops

    set the block at event-block location to air

    drop iron ingot at event_block location

했는데

[12:03:15] [Server thread/INFO]: [Skript] Reloading the config, aliases and all scripts...

[12:03:16] [Server thread/INFO]: Loaded 150508 aliases in 1880ms

[12:03:16] [Server thread/INFO]: Line 3: (table.sk)

[12:03:16] [Server thread/INFO]:     Can't understand this condition/effect: set the block at event-block location to air

[12:03:16] [Server thread/INFO]:     Line: set the block at event-block location to air

[12:03:16] [Server thread/INFO]:

[12:03:16] [Server thread/INFO]: Line 4: (table.sk)

[12:03:16] [Server thread/INFO]:     Can't understand this condition/effect: drop iron ingot at event_block location

[12:03:16] [Server thread/INFO]:     Line: drop iron ingot at event_block location

[12:03:16] [Server thread/INFO]:

[12:03:16] [Server thread/INFO]: [Skript] Encountered 2 errors while reloading the config, aliases and all scripts! (1896ms)

어덯게 할까요ㅠㅠ 목적은 철 캐면 철주괴 나오는 건데...




2개의 댓글

코코냐
2023.09.02

모든 개발은 막 쓴다고 되는게 아닙니다. 문서를 봅시다.

아플
2023.10.07

at event-block을 사용하시면 될것 같습니다.