Adonisx7
Koydum Çalışma Masasını
Toplama Skript Paketi @2019'a Özel Olarak Paylaşılmıştır.
İçerisinde İhtiyacınız Olan UTF-8 Olarak Kodlanmış Skriptler Bulabilirsiniz.
İçerisindekilerin Bir Çogu Alıntıdır.
İçerisinde İhtiyacınız Olan UTF-8 Olarak Kodlanmış Skriptler Bulabilirsiniz.
İçerisindekilerin Bir Çogu Alıntıdır.
Kod:
#----------------------------------------------------------------------------------------------------------------#
# __ ___ ______ __ _ _ _____ _ _ _ _ #
# \ \ / (_) | ____|/ _| | | | | / ____| | (_) | | (_) #
# \ \ / / _ _ __ | |__ | |_ ___| | __ |_ | (___ | | ___ __ _ _ __ | |_ _ #
# \ \/ / | | '_ \ | __| | _/ _ \ |/ / __| \___ \| |/ / '__| | '_ \| __| | #
# \ / | | |_) | | |____| || __/ <| |_ ____) | <| | | | |_) | |_| | #
# \/ |_| .__/ |______|_| \___|_|\_\\__| |_____/|_|\_\_| |_| .__/ \__|_| #
# | | | | #
# |_| |_| #
#----------------------------------------------------------------------------------------------------------------#
command /vipzıplama:
permission: vip.zıplama
permission message: &6&lVipEfekt &8» &cBu Yetki Komutunu Sadece VIP Üyeler Kullanabilir.
trigger:
set {_difference} to difference between {vipozellik.%player%} and now
if {_difference} is less than 4 minutes:
set {_difference} to difference between {_difference} and 1 minutes
message "&6&lVip &8» &7Bu Komutu Kullanabilmek İçin Efekt Süresinin Bitmesi Lazım. "
stop
set {vipozellik.%player%} to now
apply potion of jump 3 to the player for 300 seconds
send player title " " with subtitle "Zıplama Efekti Aldınız."
command /viphız:
permission: vip.hız
permission message: &6&lVipEfekt &8» &cBu Yetki Komutunu Sadece VIP Üyeler Kullanabilir.
trigger:
set {_difference} to difference between {vipozellik.%player%} and now
if {_difference} is less than 4 minutes:
set {_difference} to difference between {_difference} and 1 minutes
message "&6&lVip &8» &7Bu Komutu Kullanabilmek İçin Efekt Süresinin Bitmesi Lazım. "
stop
set {vipozellik.%player%} to now
apply potion of speed 2 to the player for 300 seconds
execute console command "tm bc &c%player% &aHız Efekti Kullandı"
command /vipgüç:
permission: vip.güç
permission message: &6&lVipEfekt &8» &cBu Yetki Komutunu Sadece VIP Üyeler Kullanabilir.
trigger:
set {_difference} to difference between {vipozellik.%player%} and now
if {_difference} is less than 4 minutes:
set {_difference} to difference between {_difference} and 5 minutes
message "&6&lVip &8» &7Bu Komutu Kullanabilmek İçin Efekt Süresinin Bitmesi Lazım. "
stop
set {vipozellik.%player%} to now
apply potion of strength 1 to the player for 300 seconds
message "&6&lVip &8» &7Güç Efekti Verildi Artık Güçlüsün. "
broadcast "&6&lVip &8» &b%player% &7Güç Efekti Aldı, Artık Güçlü Vuruşlar Yapabilir. "
command /vipdirenç:
permission: vip.direnç
permission message: &6&lVipEfekt &8» &cBu Yetki Komutunu Sadece VIP Üyeler Kullanabilir.
trigger:
set {_difference} to difference between {vipozellik.%player%} and now
if {_difference} is less than 4 minutes:
set {_difference} to difference between {_difference} and 5 minutes
message "&6&lVip &8» &7Bu Komutu Kullanabilmek İçin Efekt Süresinin Bitmesi Lazım. "
stop
set {vipozellik.%player%} to now
apply potion of resistance 2 to the player for 300 seconds
message "&6&lVip &8» &7Direnç Efekti Verildi Artık Yüksekten Atlıyabilirsin. "
broadcast "&6&lVip &8» &b%player% &7Direnç Efekti Aldı, Artık Kendini HULK Zannedebilir. "
command /vipyenileme:
permission: vip.yenilenme
permission message: &6&lVipEfekt &8» &cBu Yetki Komutunu Sadece VIP Üyeler Kullanabilir.
trigger:
set {_difference} to difference between {vipozellik.%player%} and now
if {_difference} is less than 1 minutes:
set {_difference} to difference between {_difference} and 5 minutes
message "&6&lVip &8» &7Bu Komutu Kullanabilmek İçin Efekt Süresinin Bitmesi Lazım. "
stop
set {vipozellik.%player%} to now
apply potion of regeneration 1 to the player for 10000 seconds
message "&6&lVip &8» &7Yenileme Efekti Verildi Artık Korkmadan Saldırabilirsin. "
broadcast "&6&lVip &8» &b%player% &7Can Yenileme Efekti Aldı, Artık Yeniden Doğmuş Gibi. "
command /vipefekt:
permission: vip.efekt
permission message: &6&lVipEfekt &8» &cBu Yetki Komutunu Sadece VIP Üyeler Kullanabilir.
trigger:
message "&6&l---------------------------------------"
message "&6&l» &fVip Hız: &b/viphız"
message "&6&l» &fVip Güç: &b/vipgüç"
message "&6&l» &fVip Direnç: &b/vipdirenç"
message "&6&l» &fVip CanYenileme: &b/vipyenileme"
message "&6&l» &fVip Zıplama: &b/vipzıplama"
message "&6&l---------------------------------------"
#----------------------------------------------------------------------------------------------------------------#
# _____ _ _ _ _____ _ _ _ _ #
# / ____| | | | | | / ____| | (_) | | (_) #
# | (___ | | ___ _| | ___ _ __ __| | | (___ | | ___ __ _ _ __ | |_ _ #
# \___ \| |/ / | | | | / _ \| '__/ _` | \___ \| |/ / '__| | '_ \| __| | #
# ____) | <| |_| | |____ (_) | | | (_| | ____) | <| | | | |_) | |_| | #
# |_____/|_|\_\\__, |______\___/|_| \__,_| |_____/|_|\_\_| |_| .__/ \__|_| #
# __/ | | | #
# |___/ |_| #
#----------------------------------------------------------------------------------------------------------------#
options:
#Mesaj Bölümü
prefix: &e&lSKYLORD &7>
skylordoldumesaj: &aBaşarıyla SkyLord oldun.
lordolamadin: &cMalesef SkyLord olmak için hazır değilsin.
lordsilindi1: &3Adanı sildiğin için &cSkyLord &3hakkını kaybettin.
lordsilindi2: &3Adadan ayrıldığın için &cLord &3hakkını kaybettin.
yardimmesaj1: &6/skylord ol &f| &6Skylord olma komutu!
yardimmesaj2: &6/skylord liste &f| &6Skylord olan kişileri gösterir!
cevrimiciskylordyok: &cÇevrimiçi &aSkyLord &coyuncusu bulunamadı.
cevrimicilistesi: &aAçık Olan SkyLord Oyuncuları
yetkinyok: &cBu komutu kullanmak için yetkin yok!
oyuncugirmedin: &cOyuncu ismi giriniz.
zatenlordsun: &cZaten SkyLord grubundasın!
#Yetki Bölümü
perworldperm: true #Her dünyada farklı yetki sistemini kullanıyorsanız "true" olarak giriniz. Her dünyada aynı yetki sistemini kullanıyorsanız "false" olarak giriniz.
skylordolyetki: skylord.ol #Skylord ol komutunu kullanması için gereken yetki!
skylordtespityetki: skylord.tespit #Skylord liste komutunda gözükmeye yarayacak yetki!
GroupManagerAktifEdilsinMi: true #true yazarsanız aktif olur, false yazarsanız deaktif olur.
#PermissionsEx Yeni sürümde sizlerle
#Dünya Seçme Bölümü | Bu bölümü "perworldperm" ayarı "true" ise kullanınız.
skyblockdunyasi: Askyblock
dunya1: world
dunya2: world_nether
dunya3: world_the_end
dunya4: Arena
dunya5: world5
#5 farklı dünya seçebilirsiniz, eğer daha fazla dünyaya sahip iseniz yardım almak için iletişime geçiniz.
#Grup Oluşturma Ayarları
skylordgrubu: Skylord #Skylord grubunun groupmanager/permissionex'teki ismi
skylordgrupPrefix: &bSkyLord #Skylord grubunun prefixi
command /skylord [<text>]:
trigger:
if arg 1 is not set:
send " "
send " {@prefix} {@yardimmesaj1}"
send " {@prefix} {@yardimmesaj2}"
send " "
if arg 1 is "ol":
if player have the permission "{@skylordtespityetki}":
send " {@prefix} {@zatenlordsun}"
else:
if player have the permission "{@skylordolyetki}":
send " {@prefix} {@skylordoldumesaj}"
if {@perworldperm} is true:
execute console command "manselect {@skyblockdunyasi}"
execute console command "manudelp %player% {@skylordolyetki}"
execute console command "manuadd %player% {@skylordgrubu}"
execute console command "manselect {@dunya1}"
execute console command "manudelp %player% {@skylordolyetki}"
execute console command "manuadd %player% {@skylordgrubu}"
execute console command "manselect {@dunya2}"
execute console command "manudelp %player% {@skylordolyetki}"
execute console command "manuadd %player% {@skylordgrubu}"
execute console command "manselect {@dunya3}"
execute console command "manudelp %player% {@skylordolyetki}"
execute console command "manuadd %player% {@skylordgrubu}"
execute console command "manselect {@dunya4}"
execute console command "manudelp %player% {@skylordolyetki}"
execute console command "manuadd %player% {@skylordgrubu}"
execute console command "manselect {@dunya5}"
execute console command "manudelp %player% {@skylordolyetki}"
execute console command "manuadd %player% {@skylordgrubu}"
if {@perworldperm} is false:
execute console command "manselect {@skyblockdunyasi}"
execute console command "manudelp %player% {@skylordolyetki}"
execute console command "manuadd %player% {@skylordgrubu}"
else:
send " {@prefix} {@lordolamadin}"
if arg 1 is "liste":
loop all players:
loop-player has permission "{@skylordtespityetki}"
add loop-player to {_skylordolanlar::*}
size of {_skylordolanlar::*} is 0:
send " {@prefix} {@cevrimiciskylordyok}"
else:
send " {@prefix} {@cevrimicilistesi}"
send " {@prefix} &f %{_skylordolanlar::*}%"
command /skylordadmin [<text>] [<player>]:
permission: skylord.admin
permission message: {@prefix} {@yetkinyok}
aliases: /skladmin
trigger:
if arg 1 is not set:
send " {@prefix} &aTüm komutlar için;&4 http://*/VhlyP6"
if arg 1 is "yetkiver":
if arg 2 is set:
if {@GroupManagerAktifEdilsinMi} is true:
execute console command "manselect {@skyblockdunyasi}"
execute console command "manuaddp %arg 2% {@skylordolyetki}"
send " {@prefix} &aTüm dünyalarda &b%arg 2% &aadlı kişiye &c{@skylordolyetki} &ayetkisi verildi"
else:
send " {@prefix} {@oyuncugirmedin}"
if arg 1 is "grupolustur":
#Skylord grubunu oluşturmadan önce lütfen "Grup Oluşturma Ayarları" kısmını kendinize göre ayarlayın.
if {skylordGrupAcildi} is not set:
set {skylordGrupAcildi} to true
send " {@prefix} &aGrup oluşturma işlemi başlatıldı."
send " {@prefix} &4Grup oluşturulurken bir işlem yapmayınız!"
send " {@prefix} &63 saniye sonra grup oluşturmaya başlanacaktır!"
send " {@prefix} &6Tahmini oluşturma süresi; &310-15 Saniye"
wait 3 second
if {@GroupManagerAktifEdilsinMi} is true:
if {@perworldperm} is true:
execute player command "mvtp {@skyblockdunyasi}"
execute player command "mangadd {@skylordgrubu}"
execute player command "mangaddp {@skylordgrubu} {@skylordtespityetki}"
execute player command "mangaddv {@skylordgrubu} prefix {@skylordgrupPrefix}"
wait 2 second
execute player command "mvtp {@dunya1}"
execute player command "mangadd {@skylordgrubu}"
execute player command "mangaddp {@skylordgrubu} {@skylordtespityetki}"
execute player command "mangaddv {@skylordgrubu} prefix {@skylordgrupPrefix}"
wait 2 second
execute player command "mvtp {@dunya2}"
execute player command "mangadd {@skylordgrubu}"
execute player command "mangaddp {@skylordgrubu} {@skylordtespityetki}"
execute player command "mangaddv {@skylordgrubu} prefix {@skylordgrupPrefix}"
wait 2 second
execute player command "mvtp {@dunya3}"
execute player command "mangadd {@skylordgrubu}"
execute player command "mangaddp {@skylordgrubu} {@skylordtespityetki}"
execute player command "mangaddv {@skylordgrubu} prefix {@skylordgrupPrefix}"
wait 2 second
execute player command "mvtp {@dunya4}"
execute player command "mangadd {@skylordgrubu}"
execute player command "mangaddp {@skylordgrubu} {@skylordtespityetki}"
execute player command "mangaddv {@skylordgrubu} prefix {@skylordgrupPrefix}"
wait 2 second
execute player command "mvtp {@dunya5}"
execute player command "mangadd {@skylordgrubu}"
execute player command "mangaddp {@skylordgrubu} {@skylordtespityetki}"
execute player command "mangaddv {@skylordgrubu} prefix {@skylordgrupPrefix}"
if {@perworldperm} is false:
execute player command "mangadd {@skylordgrubu}"
execute player command "mangaddp {@skylordgrubu} {@skylordtespityetki}"
execute player command "mangaddv {@skylordgrubu} prefix {@skylordgrupPrefix}"
send " {@prefix} &aGrup başarıyla oluşturuldu!"
else:
send " {@prefix} &cZaten bir SkyLord grubu oluşturmuşsun."
on command "is confirm":
send " {@prefix} {@lordsilindi1}"
if {@perworldperm} is true:
execute console command "manselect {@skyblockdunyasi}"
execute console command "/manudel %player%"
execute console command "manselect {@dunya1}"
execute console command "/manudel %player%"
execute console command "manselect {@dunya2}"
execute console command "/manudel %player%"
execute console command "manselect {@dunya3}"
execute console command "/manudel %player%"
execute console command "manselect {@dunya4}"
execute console command "/manudel %player%"
execute console command "manselect {@dunya5}"
execute console command "/manudel %player%"
if {@perworldperm} is false:
execute console command "/manudel %player%"
on command "is leave":
send " {@prefix} {@lordsilindi2}"
if {@perworldperm} is true:
execute console command "manselect {@skyblockdunyasi}"
execute console command "/manudel %player%"
execute console command "manselect {@dunya1}"
execute console command "/manudel %player%"
execute console command "manselect {@dunya2}"
execute console command "/manudel %player%"
execute console command "manselect {@dunya3}"
execute console command "/manudel %player%"
execute console command "manselect {@dunya4}"
execute console command "/manudel %player%"
execute console command "manselect {@dunya5}"
execute console command "/manudel %player%"
if {@perworldperm} is false:
execute console command "/manudel %player%"
#----------------------------------------------------------------------------------------------------------------#
# _____ _ _ _ _____ _ _ _____ _ _ _ _ #
# / ____| | | | | | | / ____(_) | / ____| | (_) | | (_) #
# | (___ ___ | |__ | |__ ___| |_| (___ _| | | (___ | | ___ __ _ _ __ | |_ _ #
# \___ \ / _ \| '_ \| '_ \ / _ \ __|\___ \| | | \___ \| |/ / '__| | '_ \| __| | #
# ____) | (_) | | | | |_) | __/ |_ ____) | | | ____) | <| | | | |_) | |_| | #
# |_____/ \___/|_| |_|_.__/ \___|\__|_____/|_|_| |_____/|_|\_\_| |_| .__/ \__|_| #
# | | #
# |_| #
#----------------------------------------------------------------------------------------------------------------#
command /sohbetsil:
permission: cc.admin
permission message: &cBunu yapmak için izniniz yok!
trigger:
loop 200 times:
send "" to all players
#----------------------------------------------------------------------------------------------------------------#
# _____ _____ _ _ _ _ #
# / ____| / ____| | (_) | | (_) #
# | (___ _ __ __ ___ ___ __ | (___ | | ___ __ _ _ __ | |_ _ #
# \___ \| '_ \ / _` \ \ /\ / / '_ \ \___ \| |/ / '__| | '_ \| __| | #
# ____) | |_) | (_| |\ V V /| | | | ____) | <| | | | |_) | |_| | #
# |_____/| .__/ \__,_| \_/\_/ |_| |_| |_____/|_|\_\_| |_| .__/ \__|_| #
# | | | | #
# |_| |_| #
#----------------------------------------------------------------------------------------------------------------#
on join:
teleport the player to {spawn}
on death of player:
teleport the victim to {spawn}
on first join:
teleport the player to {spawn}
command /spawnyap:
permission : admin.spawnayarla
permission message : &8[&3xxxxxNW&8] &8Yetkin Yok
trigger:
if {spawn} isn't set:
set {spawn} to location of the player
send "&8[&3xxxxxNW&8] &8Spawn Yerini Ayarladın" to player
else:
send "&8[&3xxxxxNW&8] &8Spawn Yerini Ayarlamışsın" to player
command /spawngit:
permission : admin.spawngit
permission message : &8[&3xxxxxNW&8] &8Yetkin Yok
trigger:
teleport the player to {spawn}
send "&8[&3xxxxxNW&8] &8Spawna Işınlandın" to player
command /spawnsil:
permission : admin.spawnsil
permission message : &8[&3xxxxxNW&8] &8Yetkin Yok
trigger:
delete {spawn}
send "&8[&3xxxxxNW&8] &8Spawnı Sildin"
command /dusunceburadandevamet:
permission: skript.admin
trigger:
set {vspawn} to location of player
message "Dusunce dogulacak yer kaydedildi!"
stop
on damage:
if y-coordinate of victim is below 0:
cancel event
teleport victim to {vspawn}
send "&4&lUyarı &8» &7Adadan düştüğün için başlangıç noktasına ışınlandın." to victim
stop
#----------------------------------------------------------------------------------------------------------------#
# _ __ _ _ ____ _____ _ _ _ _ #
# | |/ / | (_) / __ \ / ____| | (_) | | (_) #
# | ' / ___| |_ _ __ ___ ___| | | |_ _ _ _ _ __ _ _ | (___ | | ___ __ _ _ __ | |_ _ #
# | < / _ \ | | '_ ` _ \ / _ \ | | | | | | | | | '_ \| | | | \___ \| |/ / '__| | '_ \| __| | #
# | . \ __/ | | | | | | | __/ |__| | |_| | |_| | | | | |_| | ____) | <| | | | |_) | |_| | #
# |_|\_\___|_|_|_| |_| |_|\___|\____/ \__, |\__,_|_| |_|\__,_| |_____/|_|\_\_| |_| .__/ \__|_| #
# __/ | | | #
# |___/ |_| #
#----------------------------------------------------------------------------------------------------------------#
command /kelimeoyunu:
permission: op
permission message: &cHata &8» &7Bu komutu kullanabilmek için gerekli yetkiniz yok!
trigger:
if {kodlar.%{kodgecici.%player%}%} is set:
set {kodlar} to a random integer between 1 and 99999999999
set {kodlar.%{kodgecici.%player%}%} to {kodlar}
set {kodBasladi} to true
broadcast "&7&m|====================================================|"
broadcast " "
broadcast " "
broadcast " &a» &aAsagidaki kodu yaz ve odulu kap!"
broadcast " &e%{kodlar}%"
broadcast " "
broadcast " "
broadcast "&7&m|====================================================|"
on chat:
if {kodBasladi} is true:
if message is "%{kodlar}%":
wait 5 tick
broadcast "&4%player% &aKelime oyununu kazandı."
set {kodBasladi} to false
give a gold nugget named "&e&l KelimeOyunu" to player
every 15 minute:
execute console command "kelimeoyunu"
stop
#----------------------------------------------------------------------------------------------------------------#
# _____ _ _____ _ _____ _ _ _ _ #
# | __ \ (_) / ____| | | / ____| | (_) | | (_) #
# | | | | ___ _ __ ___ _ _ __ (___ __ _| |_ | (___ | | ___ __ _ _ __ | |_ _ #
# | | | |/ _ \ '_ ` _ \| | '__\___ \ / _` | __| \___ \| |/ / '__| | '_ \| __| | #
# | |__| | __/ | | | | | | | ____) | (_| | |_ ____) | <| | | | |_) | |_| | #
# |_____/ \___|_| |_| |_|_|_| |_____/ \__,_|\__| |_____/|_|\_\_| |_| .__/ \__|_| #
# | | #
# |_| #
#----------------------------------------------------------------------------------------------------------------#
command /dsat:
trigger:
if player has iron ingot:
loop 2304 times:
remove 1 iron ingot from player's inventory
add 1 to {_x}
if player doesn't have iron ingot:
set {_y} to {_x} * 375 # Tanesi ne kadar ise onu yazınız.
add {_y} to the player's account
send "&bDemirSat &7» &b%{_x}% &aAdet Demir &b%{_y}% &afiyatına satıldı."
stop
else:
send "&bDemirSat &7» &cElinizde Hiç Demir Bulunmamaktadır."
#----------------------------------------------------------------------------------------------------------------#
# _ _ _____ _ _ _ _ #
# /\ | | | | / ____| | (_) | | (_) #
# / \ _ __ __ _| |__ | |_ __ _ _ __ | (___ | | ___ __ _ _ __ | |_ _ #
# / /\ \ | '_ \ / _` | '_ \| __/ _` | '__| \___ \| |/ / '__| | '_ \| __| | #
# / ____ \| | | | (_| | | | | |_ (_| | | ____) | <| | | | |_) | |_| | #
# /_/ \_\_| |_|\__,_|_| |_|\__\__,_|_| |_____/|_|\_\_| |_| .__/ \__|_| #
# | | #
# |_| #
#----------------------------------------------------------------------------------------------------------------#
every 24 hour:
broadcast "&bŞansKutusu &7» &cEnvanterinizde Yer Açın Anahtar Envanterinize Yükleniyor."
wait 5 second
execute console command "cc giveall P Başlangıç 1"
execute console command "giveallmoney 1000"
broadcast "&bŞansKutusu &7» &aEnvanterinize Hediye Anahtarınız Eklenmiştir."
#----------------------------------------------------------------------------------------------------------------#
# _ ___ _ _ _ _____ _ _ _ _ #
# | |/ (_) (_) | | | / ____| | (_) | | (_) #
# | ' / _ _ __ _| | __ |_ __ _ ___ | (___ | | ___ __ _ _ __ | |_ _ #
# | < | | '__| | |/ / __/ _` / __| \___ \| |/ / '__| | '_ \| __| | #
# | . \| | | | | <| |_ (_| \__ \ ____) | <| | | | |_) | |_| | #
# |_|\_\_|_| |_|_|\_\\__\__,_|___/ |_____/|_|\_\_| |_| .__/ \__|_| #
# | | #
# |_| #
#----------------------------------------------------------------------------------------------------------------#
on break of cobblestone:
set event-block to air
give 1 cobblestone to player
cancel event
#----------------------------------------------------------------------------------------------------------------#
# _______ _ _ __ _ _____ _ _ _ _ #
# |__ __| | | | |/ / | | / ____| | (_) | | (_) #
# | |_ _ _ __| | _____ ___ | ' / ___ _ __ ___ _ _| |_ | (___ | | ___ __ _ _ __ | |_ _ #
# | | | | | '__| |/ / __/ _ \ | < / _ \| '_ ` _ \| | | | __| \___ \| |/ / '__| | '_ \| __| | #
# | | |_| | | | < (__ __/ | . \ (_) | | | | | | |_| | |_ ____) | <| | | | |_) | |_| | #
# |_|\__,_|_| |_|\_\___\___| |_|\_\___/|_| |_| |_|\__,_|\__| |_____/|_|\_\_| |_| .__/ \__|_| #
# | | #
# |_| #
#----------------------------------------------------------------------------------------------------------------#
command /adasıfırla:
trigger:
execute player command "is restart"
execute player command "is confirm"
command /uc:
trigger:
execute player command "fly"
command /ada:
trigger:
execute player command "is"
command /gorev:
trigger:
execute player command "c"
command /skortablosu:
trigger:
execute player command "tm scoreboard toggle"
#----------------------------------------------------------------------------------------------------------------#
# _ ______ _ __ __ _____ _ _ _ _ #
# /\ | | | ____| | \ \ / / / ____| | (_) | | (_) #
# / \ __| | __ _| |__ | | \ \_/ / | (___ | | ___ __ _ _ __ | |_ _ #
# / /\ \ / _` |/ _` | __| | | \ / \___ \| |/ / '__| | '_ \| __| | #
# / ____ \ (_| | (_| | | | |____| | ____) | <| | | | |_) | |_| | #
# /_/ \_\__,_|\__,_|_| |______|_| |_____/|_|\_\_| |_| .__/ \__|_| #
# | | #
# |_| #
#----------------------------------------------------------------------------------------------------------------#
on command "/spawn":
execute console command "fly %player% disable"
on command "/warp Hammadde":
execute console command "fly %player% disable"
on command "/warps Hammadde":
execute console command "fly %player% disable"
on command "/warp Arena":
execute console command "fly %player% disable"
on command "/warps Arena":
execute console command "fly %player% disable"
on command "/warp ZararlıMob":
execute console command "fly %player% disable"
on command "/warps ZararlıMob":
execute console command "fly %player% disable"
on command "/warp ZararliMob":
execute console command "fly %player% disable"
on command "/warps ZararliMob":
execute console command "fly %player% disable"
on command "/warp ZararsızMob":
execute console command "fly %player% disable"
on command "/warps ZararsızMob":
execute console command "fly %player% disable"
on command "/warp ZararsizMob":
execute console command "fly %player% disable"
on command "/warps ZararsizMob":
execute console command "fly %player% disable"
on command "/warp Hammadde":
execute console command "fly %player% disable"
on command "/warps Hammadde":
execute console command "fly %player% disable"
on command "/warp BaşlangıçKutusu":
execute console command "fly %player% disable"
on command "/warps BaşlangıçKutusu":
execute console command "fly %player% disable"
on command "/warp SkylordKutusu":
execute console command "fly %player% disable"
on command "/warps SkylordKutusu":
execute console command "fly %player% disable"
on command "/warp VipKutusu":
execute console command "fly %player% disable"
on command "/warps VipKutusu":
execute console command "fly %player% disable"
on command "/warp SpawnerKutusu":
execute console command "fly %player% disable"
on command "/warps SpawnerKutusu":
execute console command "fly %player% disable"
on command "/warp İtemSpawner":
execute console command "fly %player% disable"
on command "/warps İtemSpawner":
execute console command "fly %player% disable"
#----------------------------------------------------------------------------------------------------------------#
# _ __ _ ______ _ _____ _ _ _ _ #
# | |/ / | | | ____| | | / ____| | (_) | | (_) #
# | ' / ___ _ __ ___ _ _| |_ | |__ _ __ __ _ ___| | | (___ | | ___ __ _ _ __ | |_ _ #
# | < / _ \| '_ ` _ \| | | | __| | __| | '_ \ / _` |/ _ \ | \___ \| |/ / '__| | '_ \| __| | #
# | . \ (_) | | | | | | |_| | |_ | |____| | | | (_| | __/ | ____) | <| | | | |_) | |_| | #
# |_|\_\___/|_| |_| |_|\__,_|\__| |______|_| |_|\__, |\___|_| |_____/|_|\_\_| |_| .__/ \__|_| #
# __/ | | | #
# |___/ |_| #
#----------------------------------------------------------------------------------------------------------------#
on command "/bukkit:op":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/bukkit:pl":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/bukkit:plugin":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/bukkit:plugins":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/pl":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/plugin":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/plugins":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/clearinventory":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/sell":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/minishop":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/sauc":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/minecraft:me":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/bukkit:me":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/bukkit:help":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/announce say":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/bukkitcompat:tell":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/bukkit:kill":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/bukkit:?":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/logout":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/crash":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/?":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/help":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/starterkit:sk load":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/erepairall":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/efix all":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
on command "/etpahere":
kick the player due to "&c✖ &fYasaklı Bir Komut Girdiniz Bu Yüzden Atıldınız Lütfen Tekrar Girin! &c✖"
#----------------------------------------------------------------------------------------------------------------#
# _______ _ _ _ _ _____ _ _ _ _
# |__ __| (_) | (_) | / ____| | (_) | | (_)
# | | ___ _ __ ___ _ ____ |_| | __ | (___ | | ___ __ _ _ __ | |_ _
# | |/ _ \ '_ ` _ \| |_ / | | |/ / \___ \| |/ / '__| | '_ \| __| |
# | | __/ | | | | | |/ /| | | < ____) | <| | | | |_) | |_| |
# |_|\___|_| |_| |_|_/___|_|_|_|\_\ |_____/|_|\_\_| |_| .__/ \__|_|
# | |
# |_|
#----------------------------------------------------------------------------------------------------------------#
every 10 minutes:
wait 530 seconds
execute console command "tm bc &aYerlerin Temizlenmesine \n &eSon 30 Saniye!"
wait 20 seconds
execute console command "tm bc &aYerlerin Temizlenmesine \n &eSon 10 Saniye!"
wait 7 seconds
execute console command "tm bc &aYerlerin Temizlenmesine \n &eSon 3 Saniye!"
wait 1 seconds
execute console command "tm bc &aYerlerin Temizlenmesine \n &eSon 2 Saniye!"
wait 1 seconds
execute console command "tm bc &aYerlerin Temizlenmesine \n &eSon 1 Saniye!"
wait 1 seconds
loop all entities:
loop-entity isn't alive
delete loop-entity
add 1 to {_sil}
execute console command "sohbetsil"
execute console command "tm bc &aYerdeki &e%{_sil}% &aEşya Silindi \n &cSohbet Temizlendi"
stop
#----------------------------------------------------------------------------------------------------------------#
# _____ _____ _ _ _ _ #
# / ____| / ____| | (_) | | (_) #
# | (___ _ __ __ ___ ___ __ ___ _ __ | (___ | | ___ __ _ _ __ | |_ _ #
# \___ \| '_ \ / _` \ \ /\ / / '_ \ / _ \ '__| \___ \| |/ / '__| | '_ \| __| | #
# ____) | |_) | (_| |\ V V /| | | | __/ | ____) | <| | | | |_) | |_| | #
# |_____/| .__/ \__,_| \_/\_/ |_| |_|\___|_| |_____/|_|\_\_| |_| .__/ \__|_| #
# | | | | #
# |_| |_| #
#----------------------------------------------------------------------------------------------------------------#
on load:
if file "plugins/FItemSpawner/config.yml" doesn't exists:
create file "./plugins/FItemSpawner/config.yml"
delete {isl::*}
delete {s::*}
delete {rsp::*}
# Sunucu
set yaml value "Prefix" from file "../../FItemSpawner/config.yml" to "&b&lFIS &8&l> &f"
#set yaml value "Spawn-Second" from file "../../FItemSpawner/config.yml" to 3
set yaml value "Language" from file "../../FItemSpawner/config.yml" to "en"
#set yaml value "SilkTouch-Mode" from file "../../FItemSpawner/config.yml" to false
if file "plugins/FItemSpawner/messages-en.yml" doesn't exists:
create file "./plugins/FItemSpawner/messages-en.yml"
set yaml value "successfully-created" from file "../../FItemSpawner/messages-en.yml" to "&a{SPAWNER} &fsuccessfully created in spawners.yml"
set yaml value "already-created" from file "../../FItemSpawner/messages-en.yml" to "&c{SPAWNER} &falready created!"
set yaml value "doesnt-exist" from file "../../FItemSpawner/messages-en.yml" to "&c{SPAWNER} &fdoesn't exist!"
set yaml value "spawners" from file "../../FItemSpawner/messages-en.yml" to "&2&lSpawners;"
set yaml value "reloading" from file "../../FItemSpawner/messages-en.yml" to "&fConfiguration reloading..."
set yaml value "reloaded" from file "../../FItemSpawner/messages-en.yml" to "&fConfiguration reloaded!"
set yaml value "break" from file "../../FItemSpawner/messages-en.yml" to "&fYou breaked {SPAWNER}!"
set yaml value "place" from file "../../FItemSpawner/messages-en.yml" to "&fYou placed {SPAWNER}!"
set yaml value "successfully-created" from file "../../FItemSpawner/messages-tr.yml" to "&a{SPAWNER} &fadlı spawner spawners.yml'nin içerisine yerleştirildi!"
set yaml value "already-created" from file "../../FItemSpawner/messages-tr.yml" to "&c{SPAWNER} &fZaten var!"
set yaml value "doesnt-exist" from file "../../FItemSpawner/messages-tr.yml" to "&c{SPAWNER} &fbulunamadı!!"
set yaml value "spawners" from file "../../FItemSpawner/messages-tr.yml" to "&2&lYaratıcılar;"
set yaml value "reloading" from file "../../FItemSpawner/messages-tr.yml" to "&fAyarlar yenileniyor..."
set yaml value "reloaded" from file "../../FItemSpawner/messages-tr.yml" to "&fAyarlar yenilendi!!"
set yaml value "break" from file "../../FItemSpawner/messages-tr.yml" to "&fSpawner kırdın {SPAWNER}!"
set yaml value "place" from file "../../FItemSpawner/messages-tr.yml" to "&fSpawner koydun {SPAWNER}!"
if file "plugins/FItemSpawner/spawners.yml" doesn't exists:
create file "./plugins/FItemSpawner/spawners.yml"
add "Example-Spawner" to yaml list "Spawner-List" from file "../../FItemSpawner/spawners.yml"
set yaml value "Spawners.Example-Spawner.ItemID" from file "../../FItemSpawner/spawners.yml" to 264
set yaml value "Spawners.Example-Spawner.BlockID" from file "../../FItemSpawner/spawners.yml" to 57
set yaml value "Spawners.Example-Spawner.Name" from file "../../FItemSpawner/spawners.yml" to "&bDiamond Spawner"
wait 1 seconds
invoke "getSpawners"
wait 1 seconds
invoke "getConfig"
sub "getConfig":
set {isl::prefix} to single value "Prefix" get of "./plugins/FItemSpawner/config.yml" parsed as text
set {isl::lang} to single value "Language" get of "./plugins/FItemSpawner/config.yml" parsed as text
if file "plugins/FItemSpawner/messages-%{isl::lang}%.yml" doesn't exists:
send "&4&l--------------------------------" to console
send "&4&lERROR" to console
send "&4&lERROR" to console
send "&4&lERROR" to console
send "&4&lERROR" to console
send "&4&l&fTHE LANGUAGE &6&l%{isl::lang}% &fDOESNT EXIST" to console
send "&4&lERROR" to console
send "&4&lERROR" to console
send "&4&lERROR" to console
send "&4&lERROR" to console
send "&4&lERROR" to console
send "&4&l--------------------------------" to console
set {isl::lang} to "en"
#set {isl::stmode} to single value "SilkTouch-Mode" get of "./plugins/FItemSpawner/config.yml" parsed as boolean
invoke "getMessages"
sub "getSpawners":
delete {s::*}
set {_spawners::*} to yaml list "Spawner-List" from file "../../FItemSpawner/spawners.yml"
loop {_spawners::*}:
set {_item} to single value "Spawners.%loop-value%.ItemID" get of "./plugins/FItemSpawner/spawners.yml" parsed as item
set {_block} to single value "Spawners.%loop-value%.BlockID" get of "./plugins/FItemSpawner/spawners.yml" parsed as item
set {_name} to single value "Spawners.%loop-value%.Name" get of "./plugins/FItemSpawner/spawners.yml" parsed as text
add 1 to {_y}
set {s::spawners::%loop-value%} to "%loop-value%"
set {s::items::%loop-value%} to {_item}
set {s::block::%loop-value%} to {_block}
set {s::name::%loop-value%} to "%{_name}%"
sub "getMessages":
wait 5 ticks
set {isl::successfully-created} to single value "successfully-created" get of "./plugins/FItemSpawner/messages-%{isl::lang}%.yml" parsed as text
set {isl::already-created} to single value "already-created" get of "./plugins/FItemSpawner/messages-%{isl::lang}%.yml" parsed as text
set {isl::doesnt-exist} to single value "doesnt-exist" get of "./plugins/FItemSpawner/messages-%{isl::lang}%.yml" parsed as text
set {isl::spawners} to single value "spawners" get of "./plugins/FItemSpawner/messages-%{isl::lang}%.yml" parsed as text
set {isl::reloading} to single value "reloading" get of "./plugins/FItemSpawner/messages-%{isl::lang}%.yml" parsed as text
set {isl::reloaded} to single value "reloaded" get of "./plugins/FItemSpawner/messages-%{isl::lang}%.yml" parsed as text
set {isl::break} to single value "break" get of "./plugins/FItemSpawner/messages-%{isl::lang}%.yml" parsed as text
set {isl::place} to single value "place" get of "./plugins/FItemSpawner/messages-%{isl::lang}%.yml" parsed as text
on place:
loop {s::spawners::*}:
if {s::block::%loop-value%} is event-block:
if "%name of player's held item%" is "%{s::name::%loop-value%}%":
set {rsp::spawners::%event-block's location%} to event-block's location
set {rsp::type::%event-block's location%} to "%loop-value%"
set {_msg} to "%{isl::place}%"
replace all "{SPAWNER}" with "%{s::name::%loop-value%}%" in {_msg}
message "%{isl::prefix}% %{_msg}%"
stop
on break:
loop {s::spawners::*}:
if {s::block::%loop-value%} is event-block:
if {rsp::type::%event-block's location%} is set:
if player has enough space for 1 of block named "%{s::name::%{rsp::type::%event-block's location%}%}%":
cancel event
give 1 of {s::block::%{rsp::type::%event-block's location%}%} named "%{s::name::%{rsp::type::%event-block's location%}%}%" to player
set block to air
set {_msg} to "%{isl::break}%"
replace all "{SPAWNER}" with "%{s::name::%{rsp::type::%event-block's location%}%}%" in {_msg}
message "%{isl::prefix}% %{_msg}%"
delete {rsp::type::%event-block's location%}
delete {rsp::spawners::%event-block's location%}
else:
message "%{isl::prefix}% You don't have enough space in your inventory"
cancel event
command /spawner [<text>] [<text>]:
trigger:
if arg-1 is "Oluştur":
if arg-2 is set:
set {_spawners::*} to yaml list "Spawner-List" from file "../../FItemSpawner/spawners.yml"
loop {_spawners::*}:
if "%arg-2%" is "%loop-value%":
set {_msg} to "%{isl::already-created}%"
replace all "{SPAWNER}" with "%arg-2%" in {_msg}
message "%{isl::prefix}% %{_msg}%"
stop
add "%arg-2%" to yaml list "Spawner-List" from file "../../FItemSpawner/spawners.yml"
set yaml value "Spawners.%arg-2%.ItemID" from file "../../FItemSpawner/spawners.yml" to 1
set yaml value "Spawners.%arg-2%.BlockID" from file "../../FItemSpawner/spawners.yml" to 1
set yaml value "Spawners.%arg-2%.Name" from file "../../FItemSpawner/spawners.yml" to "&7%arg-2%"
set {_msg} to "%{isl::successfully-created}%"
replace all "{SPAWNER}" with "%arg-2%" in {_msg}
message "%{isl::prefix}%%{_msg}%"
message "%{isl::prefix}%&fUse : &a/itemspawner reload"
else if arg-1 is "ver":
if arg-2 is set:
loop {s::spawners::*}:
if "%arg-2%" is "%{s::spawners::%arg-2%}%":
give 1 of {s::block::%arg-2%} named "%{s::name::%arg-2%}%" to player
stop
set {_msg} to "%{isl::doesnt-exist}%"
replace all "{SPAWNER}" with "%arg-2%" in {_msg}
message "%{isl::prefix}% %{_msg}%"
else if arg-1 is "yenile":
message "%{isl::prefix}% %{isl::reloading}%"
invoke "getConfig"
invoke "getSpawners"
message "%{isl::prefix}% %{isl::reloaded}%"
set {_s} to 0
loop {s::spawners::*}:
add 1 to {_s}
if {_s} is 0:
else if arg-1 is "sil":
message "%{isl::prefix}% &cThe skript doesn't support delete!"
else if arg-1 is "info":
if arg-2 is set:
loop {s::spawners::*}:
if "%arg-2%" is "%{s::spawners::%arg-2%}%":
message "&8&l-------{ &aItemSpawner &8&l}-------"
message "&2&l• &fİsim - &a%{s::spawners::%arg-2%}%"
message "&2&l• &fBlok - &a%{s::block::%arg-2%}%"
message "&2&l• &fItem - &a%{s::items::%arg-2%}%"
message "&8&l-------{ &aItemSpawner &8&l}-------"
stop
set {_msg} to "%{isl::doesnt-exist}%"
replace all "{SPAWNER}" with "%arg-2%" in {_msg}
message "%{isl::prefix}% %{_msg}%"
else if arg-1 is "yardım":
message "&8&l-------{ &aItemSpawner &8&l}-------"
message "&2&l• &f/spawner oluştur {Spawnerİsmi}"
message "&2&l• &f/spawner sil {Spawnerİsmi}"
message "&2&l• &f/spawner ver {Spawnerİsmi}"
message "&2&l• &f/spawner yenile - Skripti Yeniler."
message "&8&l-------{ &aItemSpawner &8&l}-------"
every 3 seconds:
loop {rsp::spawners::*}:
set {_loc} to {rsp::spawners::%loop-value%}
set {_item} to {s::items::%{rsp::type::%loop-value%}%}
set {_block} to block at location at {_loc}
if {_block} is {s::block::%{rsp::type::%loop-value%}%}:
drop 1 of {_item} at {rsp::spawners::%loop-value%}
else:
delete {rsp::type::%{rsp::spawners::%loop-value%}%}
delete {rsp::spawners::%{rsp::spawners::%loop-value%}%}
#----------------------------------------------------------------------------------------------------------------#
# _____ ____ _ _ _____ _ _ _ _ #
# | __ \ / __ \ | | | | / ____| | (_) | | (_) #
# | |__) |_ ___ __ | | | | __| |_ _| | | (___ | | ___ __ _ _ __ | |_ _ #
# | ___/\ \ / / '_ \ | | | |/ _` | | | | | \___ \| |/ / '__| | '_ \| __| | #
# | | \ V /| |_) | | |__| | (_| | |_| | | ____) | <| | | | |_) | |_| | #
# |_| \_/ | .__/ \____/ \__,_|\__,_|_| |_____/|_|\_\_| |_| .__/ \__|_| #
# | | | | #
# |_| |_| #
#----------------------------------------------------------------------------------------------------------------#
on death of player:
attacker is a player
execute console command "eco give %attacker% 100"
on death:
Victim is a player
Attacker is a player
Give a diamond to attacker
#----------------------------------------------------------------------------------------------------------------#
# _____ _ ___ ___ _____ _ _ _ _ #
# / ____| | (_) \ / (_) / ____| | (_) | | (_) #
# | (___ _ _ _ __ ___| |_ \ \ / / _ _ __ | (___ | | ___ __ _ _ __ | |_ _ #
# \___ \| | | | '__/ _ \ | | \ \/ / | | '_ \ \___ \| |/ / '__| | '_ \| __| | #
# ____) | |_| | | | __/ | | \ / | | |_) | ____) | <| | | | |_) | |_| | #
# |_____/ \__,_|_| \___|_|_| \/ |_| .__/ |_____/|_|\_\_| |_| .__/ \__|_| #
# | | | | #
# |_| |_| #
#----------------------------------------------------------------------------------------------------------------#
command /surelivipver [<player>] [<text>]:
trigger:
if player has permission "sureli.vip.ver":
permission message: "Bu komutu kullanmaya yetkiniz yoktur!"
if arg 1 is not set:
send "&6Komut Kullanımı: &e/surelivipver -nick- -vip-" to player
stop
if arg 2 is "vip":
execute console command "tm bc &a%player% \n &cVip &eOlmuştur."
execute console command "manuadd %arg 1% Vip"
wait 30 days
execute console command "manuadd %arg 1% Default"
send "&e%arg 1% &6isimli oyuncunun VIP süresi bitti." to all players
#----------------------------------------------------------------------------------------------------------------#
# _ _ ____ _____ _ _ _ _ #
# /\ | | (_) _ \ / ____| | (_) | | (_) #
# / \ _ __ | |_ _| |_) |_ _ __ _ | (___ | | ___ __ _ _ __ | |_ _ #
# / /\ \ | '_ \| __| | _ <| | | |/ _` | \___ \| |/ / '__| | '_ \| __| | #
# / ____ \| | | | |_| | |_) | |_| | (_| | ____) | <| | | | |_) | |_| | #
# /_/ \_\_| |_|\__|_|____/ \__,_|\__, | |_____/|_|\_\_| |_| .__/ \__|_| #
# __/ | | | #
# |___/ |_| #
#----------------------------------------------------------------------------------------------------------------#
On Explosion Prime:
cancel event
damage creeper by 50 hearts
#----------------------------------------------------------------------------------------------------------------#
# _____ _____ _ _ _ _ #
# | __ \ / ____| | (_) | | (_) #
# | |__) |__ _ _ __ ___ _ __ | (___ | | ___ __ _ _ __ | |_ _ #
# | _ // _` | '_ \ / _ \| '__| \___ \| |/ / '__| | '_ \| __| | #
# | | \ \ (_| | |_) | (_) | | ____) | <| | | | |_) | |_| | #
# |_| \_\__,_| .__/ \___/|_| |_____/|_|\_\_| |_| .__/ \__|_| #
# | | | | #
# |_| |_| #
#----------------------------------------------------------------------------------------------------------------#
options:
killaura: Kill Aura
Speedmine: Speedmine
TriggerBot: Trigger Bot
Speed: Speed
Flight: Flight
AutoSoup: AutoSoup
sunucuismi:&3&lSunucu İsmi Gir.
command /report [<player>]:
trigger:
if arg-1 is set:
open chest with 4 rows named "&4&lSpyReport v1.0" to player
format slot 0 of player with barrier named "&4Vazgeç" to close
format slot 20 of player with diamond sword named "&a{@killaura}" to close then run [execute player command "raporet %arg 1% {@killaura}"]
format slot 21 of player with diamond pickaxe named "&a{@Speedmine}" to close then run [execute player command "raporet %arg 1% {@Speedmine}"]
format slot 22 of player with bow named "&a{@TriggerBot}" to close then run [execute player command "raporet %arg 1% {@TriggerBot}"]
format slot 23 of player with golden boots named "&a{@Flight}" to close then run [execute player command "raporet %arg 1% {@Flight}"]
format slot 24 of player with 282 named "&a{@AutoSoup}" to close then run [execute player command "raporet %arg 1% {@AutoSoup}"]
else:
send "&4Kullanım : /report <oyuncuismi>" to player
command /raporet [<player>] [<text>]:
trigger:
Wf "-----------------" to "plugins/skript/SpyReport/ReportList.yml"
Wf "Rapor Eden Kişi : %player%" to "plugins/skript/SpyReport/ReportList.yml"
Wf "Rapor Edilen Kişi : %arg 1%" to "plugins/skript/SpyReport/ReportList.yml"
Wf "Rapor Edilme Sebebi : %arg 2%" to "plugins/skript/SpyReport/ReportList.yml"
Wf "-----------------" to "plugins/skript/SpyReport/ReportList.yml"
send "{@sunucuismi}" to player
send "" to player
send "&eSayın : &c%player%" to player
send "&eŞüpheli &c%arg 1% &eRapor Edildi." to player
send "&eRapor Edilme Sebebi : &c%arg 2%" to player
send "" to player
#----------------------------------------------------------------------------------------------------------------#
# _____ _____ _ _ _ _ #
# / ____| / ____| | (_) | | (_) #
# | (___ _ __ __ _ _ __ ___ | (___ | | ___ __ _ _ __ | |_ _ #
# \___ \| '_ \ / _` | '_ ` _ \ \___ \| |/ / '__| | '_ \| __| | #
# ____) | |_) | (_| | | | | | | ____) | <| | | | |_) | |_| | #
# |_____/| .__/ \__,_|_| |_| |_| |_____/|_|\_\_| |_| .__/ \__|_| #
# | | | | #
# |_| |_| #
#----------------------------------------------------------------------------------------------------------------#
on chat:
if {spam.%player%} isn't set:
cancel event
send "%player's display name% &r: %colored message%" to players
if player does not have permission "hizli.yaz":
set {spam.%player%} to false
wait 3 second
delete {spam.%player%}
else:
cancel event
send "&aHer 3 Saniyede Bir Yazi Yazabilirsin." to player
on login:
delete {spam.%player%}
on first login:
delete {spam.%player%}
#----------------------------------------------------------------------------------------------------------------#
Moderatör tarafından düzenlendi: