Files
zombiiattack-datapack/data/protect_villagers/functions/entities/spawn/check_payment.mcfunction
T
Darto KLoning 0a22196ea6 Initial import
2026-06-20 20:58:13 +07:00

7 lines
506 B
MCFunction

execute store result score @s pv_emeralds run clear @s minecraft:emerald 0
execute if score @s pv_emeralds matches ..49 run tellraw @s [{"text":"Emerald tidak cukup. Butuh ","color":"red"},{"text":"50 Emerald","color":"green","bold":true},{"text":" untuk spawn Villager.","color":"red"}]
execute if score @s pv_emeralds matches ..49 run playsound minecraft:block.note_block.bass player @s ~ ~ ~ 0.8 0.8
execute if score @s pv_emeralds matches 50.. run function protect_villagers:entities/spawn/try_slots