Lolforge
대표칭호 없음
이해도 | 중급자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.9 |
options:
standalone: true
command dropitem:
permission: essentials.command.drop
trigger:
on drop:
set {_item} to dropped item
if {_item} is air:
cancel event
send "You cannot drop air!" to player
else if player has permission "inventorysave.bypass":
cancel event
send "Inventory save is enabled. You cannot drop items." to player
else:
drop {_item} at player's location
options:
standalone: true
on drop: 구문이 인식이안되는데 어떻게고쳐야하나요?
슈퍼레몬
2024.06.16command 안에 on drop을 어떻게 넣죠...?