アマスタを触った時のイベント

on armor stand interact:
if player is not op:
send "you are not op"
cancel event
on armor stand interact:
if player is not op:
send "you are not op"
cancel event
これでsendされないしcancelされないけど、エラーはでないです。
6 Replies
ふぁたおくん
ふぁたおくんOP16mo ago
MundoSKは1.8.6-BETA.58が入ってます
Yeahn
Yeahn16mo ago
is op 構文たまに機能しないので1度 set {_op::*} to ops で OP一覧を取得してから {_op::*} does not contain player が確実です 行を増やしたくないのであれば has permision "*" でもいいかもしれないです それでも機能しなければそもそもイベント発火してるか怪しいので1回else: send "a" みたいに挟んでみたらok
ふぁたおくん
ふぁたおくんOP16mo ago
on armor stand interact:
if player is not op:
send "you are not op"
cancel event
else:
send "a"
on armor stand interact:
if player is not op:
send "you are not op"
cancel event
else:
send "a"
にしてみましたが、何もsendされないですね イベント発火してなかった
Yeahn
Yeahn16mo ago
でしたらそもそもこのイベントが アーマースタンドを右クリックしたときのイベントなので on rightclick on armor standで検知してみてもいいかもしれない
ふぁたおくん
ふぁたおくんOP16mo ago
それは確かにすぎではある できました!ありがとうございます🙇‍♂️
Want results from more Discord servers?
Add your server