ir0h4_3
ir0h4_3
PDCPlayerRealms developerS Community
Created by ir0h4_3 on 8/19/2023 in #help-forum
チェストを使ったショップを作りたい
on right click on emerald block:
set {_chest} to block below clicked block
if {_chest} is a chest:
cancel event
set {_items} to {_chest}'s inventory
on right click on emerald block:
set {_chest} to block below clicked block
if {_chest} is a chest:
cancel event
set {_items} to {_chest}'s inventory
誰でも簡単に作成できるショップを開発していて、 チェストを用意し、画像の青の範囲に売りたいアイテム、その下のスロット(黄色の範囲)に値段を書いた紙を置く そしてその上にエメラルドブロックを置くことで、そのエメラルドブロックをクリックすると青の範囲のみUIが表示され、 そのアイテムに設定した値段が書いてあり、クリックすると購入できる というものを作成したいです。 しかし現状のコードから一切どうしてよいのかわからず、質問させていただきました サーバーver 1.20です (再現したいもの:https://ratami.com/?page_id=182
125 replies