MARKET DAVET
Bu skript chestshop eklentisi olan sunucularda oyuncuların kendi alanlarına kurduğu marketlerine diğer oyuncuları davet etmek için yapılmıştır.
KOMUT
/marketdavet
RESİMLER
Bu skript chestshop eklentisi olan sunucularda oyuncuların kendi alanlarına kurduğu marketlerine diğer oyuncuları davet etmek için yapılmıştır.
KOMUT
/marketdavet
RESİMLER
Kod:
command /marketdavet:
trigger:
play raw sound "random.orb" at player with pitch 1 volume 7
open chest with 3 rows named "&4Market Davet" to player
format slot 0 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 1 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 2 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 3 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 4 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 5 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 6 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 7 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 8 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 9 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 17 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 18 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 19 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 20 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 21 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 22 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 23 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 24 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 25 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 26 of player with 160:7 named "&a" with lore "" to be unstealable
format slot 13 of player with 323:0 named "&fDavet Gönder!" with lore "&7Tıklarsan herkesi marketine davet edersin.||&7Davet ücreti : &a1000$" to close then run [execute player command "davet1"]
command /davet1:
trigger:
if balance of player is higher than 999:
broadcast "&6%player% &7herkesi marketine davet ediyor gitmek için: &a/tpa %player%"
remove 1000 from player's balance
else:
send "&cDavet için yeterli paran yok."