.rot2
PDCPlayerRealms developerS Community
•Created by .rot2 on 8/24/2023 in #help-forum
何ゴールド持ってたらというシステムを作りたい
一応今は特定のコマンドを実行した時1200個金インゴッドを持っていたらコマンドを正常に実行、持っていなければキャンセルというところまで書いててエラーもなく動いたんですが次の問題として1200個の “金インゴッド”でないといけないので金インゴッドと金ブロックを合わせてなどができません。そしてできればシュルカーボックスの中に入っている金も検知できるようにしたいです。
現在の構文:
command /Moon:
trigger:
remove 1200 of Gold Ingot from player's inventory
execute player command "/mvtp Moon" ←1200個プレイヤーのインベントリに金インゴッドがあれば/mvtp Moonを実行
on command "/Moon":
If the player does not have 1200 Gold Ingots in their inventory: ←もしプレイヤーインベントリに1200個金インゴッドがなければイベントをキャンセルし、メッセージを送信する
cancel event
send "&4 I don't have enough gold ingots, I need 1200 gold to go to the moon!"
on command "/Moon": ←ここからは気にしなくて大丈夫だと思います。
If the player has 1200 Gold Ingots in their inventory:
execute player command "/mvtp Moon" execute player command "/mvconfirm"
execute player command "/mvtp Moon" execute player command "/mvconfirm"
15 replies