Volume
Skripter & BackEnd Coder
- Katılım
- 14 Ağustos 2018
- Mesajlar
- 244
- Elmaslar
- 75
- Puan
- 13.475
- Yaş
- 32
- Minecraft
- VolumeGG
Kod:
options:
p: &eSunucu &6Ismı &8| &7
pmess: &4Gerekli Yetkiye Sahip Değilsin !
on first join:
add "%player%" to {ip.%ip of player%::*}
send "{@p}IP Adresiniz Sisteme Kayıt Edildi !" to player
on join:
wait 3 second
if player has permission "sk.ipkontrol":
wait 5 second
if {ipresetted::*} is set:
send "{@p} IP'si Değişmiş Birisi Algılandı ! &4/ipdegisenler" to player
else:
send "{@p}Bugün IP'si Değişen Birisi Görülmedi !" to player
if {ip.%ip of player%::*} isn't set:
add "%player%" to {ip.%ip of player%::*}
add "%player% &7- &2%ip of player%" to {ipresetted::*}
send "{@p}IP Adresin Değiştirildi." to player
command /ipdegisenler [<text>]:
permission: sk.ipkontrol
permission message: {@pmess}
trigger:
if arg-1 is set:
if arg-1 is "reset":
delete {ipresetted::*}
send "{@p}Liste Başarıyla Sıfırlandı !" to player
else:
if {ipresetted::*} is set:
send "&2*************************************" to player
send "" to player
send "&2IP'Si Değişenler Listesi" to player
loop {ipresetted::*}:
send "&7%loop-value%" to player
send "" to player
send "&2*************************************" to player
send "&2Sıfırlamak İçin; &4/ipdegisenler reset" to player
else:
send "{@p}Bugün IP'si Değiştirilen Birisi Görülmedi !" to player
command /ipbul [<player>]:
permission: sk.ipkontrol
permission message: {@pmess}
trigger:
if arg-1 is set:
if {ip.%ip of argument%::*} is set:
send "&2*************************************" to player
send "" to player
send "&2Bu IP Adresi ile Kayıtlı Olan Oyuncular |" to player
send "&7%{ip.%ip of argument%::*}%" to player
send "" to player
send "&2IP | &7%ip of argument%" to player
send "" to player
send "&2*************************************" to player
else:
send "{@p}Bu Oyuncu Herhangi bir IP Üzerinden Kayıt Olmamış ! Hemen FBI 'yı ARA !!" to player
else:
send "{@p}Kullanımı; &4/ipbul OYUNCU" to player
command /ipkontrol [<text>]:
permission: sk.ipkontrol
permission message: {@pmess}
trigger:
if arg-1 is set:
if {ip.%arg-1%::*} is set:
send "&2*************************************" to player
send "" to player
send "&2Bu IP Adresi ile Kayıtlı Olan Oyuncular |" to player
send "&7%{ip.%arg-1%::*}%" to player
send "" to player
send "&2IP | &7%arg-1%" to player
send "" to player
send "&2*************************************" to player
else:
send "{@p}Bu IP Adresi Üzerinden Kimse Kayıt Olmamış !" to player
else:
send "{@p}Kullanımı; &4/ipkontrol IPADRESI" to player
Not; Konu Tasarımı Hazırdır.En Yakın Zamanda Kendim Tasarlamaya Çalışacağım.
Bazı Komutlar;;
/ipdegistirenler >> IP'Si Değişen Kişileri Listeler,
/ipdegistirenler RESET >> IP'Si Değişen Kişi Listesini Sıfırlar
/ipbul Oyuncu İsmi >> Oyuncunun IP Adresi ile Kayıtlı Kişiler Listelenir.
/ipkontrol IP Adresi >> IP Adresi ile Kayıtlı Kişiler Listelenir.
Son düzenleme: