Umut Savas
Ne demek yanlış? Ben mi?
- En iyi cevaplar
- 0
Bot Korumasını Yaptım İnşallah Beğenirsiniz Yaptığım Hataları Düzeltin Yorum Yapmaktan Çekinmeyin!
Denenmedi !!
Ban Türünü Tempban Kullanmanızı Tercih Ederim
AuthmeSKAddon Gereklidir
Kod:
Options:
prefix: servername # Serverismi
banturu: ban #bantürü
every 1 seconds:
if {botkoruma.%player%} is true:
kick player because "{@prefix} &7Servere Birdaha Geliniz!"
set {botkoruma.%player%} set false
stop
every 2 seconds:
loop all players:
if {botkoruma.%loop-player%} is not set:
set {botkoruma.%loop-player%} to false
stop
every 2 seconds:
loop all players:
if {kontrol1.%loop-player%} is not set:
set {kontrol1.%loop-player%} to false
stop
every 2 seconds:
loop all players:
if {kontrol2.%loop-player%} is not set:
set {kontrol2.%loop-player%} to false
stop
every 2 seconds:
loop all players:
if {kontrol3.%loop-player%} is not set:
set {kontrol3.%loop-player%} to false
stop
on login:
if {botkoruma.%player%} is false:
send "{@prefix} &7Giris Yapmazsan Atilacaksin. &8[&c5&8]"
wait 2 seconds
send "{@prefix} &7Giris Yapmazsan Atilacaksin. &8[&c4&8]"
wait 2 seconds
send "{@prefix} &7Giris Yapmazsan Atilacaksin. &8[&c3&8]"
wait 2 seconds
send "{@prefix} &7Giris Yapmazsan Atilacaksin. &8[&c2&8]"
wait 2 seconds
send "{@prefix} &7Giris Yapmazsan Atilacaksin. &8[&c1&8]"
wait 1 seconds
set {botkoruma.%player%} to true
set {kontrol1.%player%} to true
on login:
if {kontrol1.%player%} is true:
set {kontrol2.%player%} to true
on login:
if {kontrol2.%player%} is true:
set {kontrol3.%player%} to true
on login:
if {kontrol3.%player%} is true:
execute console ocmmand "/{@banturu} %player%"
on first join:
wait 1 seconds
kick player because "{@prefix} &7Servere Birdaha Geliniz!"
on command "/login":
if player is logged:
set {botkoruma.%player%} to false
set {kontrol1.%player%} to false
set {kontrol2.%player%} to false
set {kontrol3.%player%} to false
on command "/register":
if player is registered:
set {botkoruma.%player%} to false
set {kontrol1.%player%} to false
set {kontrol2.%player%} to false
set {kontrol3.%player%} to false
Ban Türünü Tempban Kullanmanızı Tercih Ederim
AuthmeSKAddon Gereklidir