function ürün(o: player, esya: text, esyaisim: text, ozellik1: text, ozellik2: text, ozellik3: text, slot1: number, isim: player): open virtual chest with size 5 named "&aÜ&f&lrün &a&lM&f&lenüsü" to {_o} make gui slot {_slot1} of {_o} with glowing {_esya} named "%{_esyaisim}%" with lore "|| &eÖzellikleri: || &8▪ %{_ozellik1}% || &8▪ %{_ozellik2}% || &8▪ %{_ozellik3}% || || &8* &7Siteden kredi ile satın alındı. || || &eGöndermek için tıklayınız. " to run: open virtual chest with size 3 named "&a&lÜ&f&lrün &a&lM&f&lenüsü" to {_o} make gui slot 11 of {_o} with glowing light green glass named "&aOnaylıyorum." with lore "|| &aOnaylıyor musunuz" to run: give {_isim} 1 {_esya} of {_ozel1} and {_ozel2} and {_ozel3} named "%{_esyaisim}%" with lore "&eÖzel bir şekilde elde edildi ve nadirdir." send "{@p} &a%{_isim}% &eadlı kişiye &c%{_esyaisim}% &everildi!" to {_o} send "{@p} &a%{_esyaisim}% &eenvanterine konuldu!" to {_isim} close {_o}'s inventory make gui slot 15 of {_o} with glowing red glass named "&cOnaylamıyorum. " to run: close {_o}'s inventory command /ürün [] []: permission: yonetici trigger: if arg 1 is "ver": if arg 2 is set: if arg 2 is online: ürün(player, "diamond pickaxe", "&cSeviye 7 Kazma", "efficiency 7", "durability 7", "fortune 7", 11, arg-2) else: send "{@p} &cHata: &a%arg 2% &eadlı kişi aktif değil!" else: send "{@p} &cHata: &eBir oyuncu girmelisiniz!" else: send "{@p} eKullanımı: &a/ürün ver " to player