- Katılım
- 9 Nisan 2017
- Mesajlar
- 862
- Elmaslar
- 409
- Puanlar
- 14.730
- Yer
- Çukurova, Adana
- Minecraft
- UsainSrht
- usainsrht

merhaba arkadaşlar
Skript Paylaşımlarıma Devam Ediyorum :)
Bu sefer event yerine ışınlanma skripti yaptım :)

Komutlar
/event - kişide "sk.admin" yetkisi yoksa event yerine ışınlar
/event yardım - skript hakkında yardım alırsınız




Kod ve Linkler:
Kod:
options:
p: &8[&cEvent&8] #prefix
command /event [<text>]:
trigger:
if player has the permission "sk.admin":
if arg 1 is set:
if arg 1 is "yerbelirle":
set {eventyeri} to player's location
send player title "{@p}" with subtitle "&7Event Yeri Belirlendi !" for 2 seconds
if arg 1 is "yardım":
send "&8&l&m-----------&8 {@p} &8&m&l-----------"
send ""
send "&7Skriptin amacı &cEvent &7olacağı zaman"
send "&7Oyuncuların belirlenen &cEvent &7yerine"
send "&7Bir komutla gelebilmeleridir"
send "&7Komutları görebilmek için &c/event komutlar"
send ""
send "&8&l&m-----------&8 {@p} &8&m&l-----------"
send player title "{@p}" with subtitle "&7Kodlama:&c HxBpVu" for 3 seconds
if arg 1 is "aktif":
set {event} to true
send player title "{@p}" with subtitle "&7Event yerine gitme &aAktif &7edildi." for 3 seconds
broadcast "{@p} &7%player% Adlı Yetkili&c Event'i &7Başlattı !"
broadcast "{@p} &7Gitmek için &c/event &7yazmanız yeterlidir."
if arg 1 is "pasif":
set {event} to false
send player title "{@p}" with subtitle "&7Event yerine gitme &cPasif &7edildi." for 3 seconds
if arg 1 is "komutlar":
send "&8&l&m-----------&8 {@p} &8&m&l-----------"
send ""
send "&7Yardım komutu: &c/event yardım"
send "&7Yer Belirleme komutu: &c/event yerbelirle"
send "&7Event Yerine Gitme Komutu: &c/event git"
send "&7Oyuncuların Gidip-Gitmemesi: &c/event &aAktif&7-&4Pasif"
send ""
send "&8&l&m-----------&8 {@p} &8&m&l-----------"
send player title "{@p}" with subtitle "&7Kodlama:&c HxBpVu" for 3 seconds
if arg 1 is "git":
send player title "{@p} &7Işınlanılıyor" with subtitle "&f████████████ &c4 &fSaniye Kaldı !" for 2 seconds
wait 1 second
send player title "{@p} &7Işınlanılıyor" with subtitle "&a███&f█████████ &c3 &fSaniye Kaldı !" for 2 seconds
wait 1 second
send player title "{@p} &7Işınlanılıyor" with subtitle "&2██████&f██████ &c2 &fSaniye Kaldı !" for 2 seconds
wait 1 second
send player title "{@p} &7Işınlanılıyor" with subtitle "&a█████████&f███ &c1 &fSaniye Kaldı !" for 2 seconds
wait 1 second
send player title "{@p} &7Işınlanılıyor" with subtitle "&2████████████ &c0 &fSaniye Kaldı !" for 2 seconds
wait 1 second
send player title "{@p}" with subtitle "&fIşınlanma Başarılı !" for 4 seconds
teleport player to {eventyeri}
else:
send player title "{@p}" with subtitle "&7Kullanım: /event yardım" for 2 seconds
else:
if {event} is true:
send player title "{@p} &7Işınlanılıyor" with subtitle "&f████████████ &c4 &fSaniye Kaldı !" for 2 seconds
wait 1 second
send player title "{@p} &7Işınlanılıyor" with subtitle "&a███&f█████████ &c3 &fSaniye Kaldı !" for 2 seconds
wait 1 second
send player title "{@p} &7Işınlanılıyor" with subtitle "&2██████&f██████ &c2 &fSaniye Kaldı !" for 2 seconds
wait 1 second
send player title "{@p} &7Işınlanılıyor" with subtitle "&a█████████&f███ &c1 &fSaniye Kaldı !" for 2 seconds
wait 1 second
send player title "{@p} &7Işınlanılıyor" with subtitle "&2████████████ &c0 &fSaniye Kaldı !" for 2 seconds
wait 1 second
send player title "{@p}" with subtitle "&fIşınlanma Başarılı !" for 4 seconds
teleport player to {eventyeri}
else:
send player title "{@p}" with subtitle "&7Şuanda &cEvent &7bulunmamakta" for 3 seconds
Bu Skript Buraya kadardı eğer bir hatam olursa yorumlarda belirtmeyi unutmayın
Like ve REP atarsanız sevinirim özellikle REP :D
Like ve REP atarsanız sevinirim özellikle REP :D
Son düzenleme: