Skript Version: Skript 2.2 dev31c
Skript Author: Bensku
Minecraft Version: 1.12
The query cannot find the items in the chest.
It's about a shop system.
Can someone help me?
Skript Author: Bensku
Minecraft Version: 1.12
The query cannot find the items in the chest.
It's about a shop system.
Can someone help me?
code_language.skript:
loop all blocks in radius 1 of event-block:
loop all items in the inventory of loop-block:
loop-item's id is {_itemid}
inventory of loop-block contains {_anzahl} of loop-item
set {_a} to 1
exit loop
if {_a} is 0:
message "Der Shop ist ausverkauft."
play custom sound pack "info.error" to player with volume 0.5
stop
Last edited: