EfeK#6993
command /onlyip [text]:
trigger:
if arg-1 is not set:
send "OnlyIP aktif. Artık bu hesaba sadece bu IP den girebilirsin."
set {onlyip::%player%} to true
set {onlyip::%player%::ip} to player's ip
if arg-1 is "kapat":
send "OnlyIP sistemi deaktif. Artık bu hesaba her IP giriş sağlayabilir."
set {onlyip::%player%::on} to false
if arg-1 is "clear":
set {onlyip::*} to false
on join:
if {onlyip::%player%} is true:
if {onlyip::%player%::ip} is not player's ip:
kick player due to "Bu hesaba bu IP adresiyle giriş sağlayamazsın!"
/onlyip yazarsan bulunduğun hesaba sadece giriş sağladığın IP yi geçerli kılar.Kod:command /onlyip [text]: trigger: if arg-1 is not set: send "OnlyIP aktif. Artık bu hesaba sadece bu IP den girebilirsin." set {onlyip::%player%} to true set {onlyip::%player%::ip} to player's ip if arg-1 is "kapat": send "OnlyIP sistemi deaktif. Artık bu hesaba her IP giriş sağlayabilir." set {onlyip::%player%::on} to false if arg-1 is "clear": set {onlyip::*} to false on join: if {onlyip::%player%} is true: if {onlyip::%player%::ip} is not player's ip: kick player due to "Bu hesaba bu IP adresiyle giriş sağlayamazsın!"
/onlyip kapat yazarsan bulunduğun hesaba her IP giriş sağlayabilir.
/onlyip clear yazarsan IP adresin değiştiğinde artık tüm hesaplara her IP ile yeniden giriş yapılabilmesini sağlarsın bugfix tarzı.
Eğer hesabına hiçbir şekilde giriş sağlayamıyorsan bu skript i sil düzelir.
EfeK#6993
command /onlyip [<text>]:
trigger:
if arg-1 is not set:
send "OnlyIP aktif. Artık bu hesaba sadece bu IP den girebilirsin."
set {onlyip::%player%} to true
set {onlyip::%player%::ip} to player's ip
if arg-1 is "kapat":
send "OnlyIP sistemi deaktif. Artık bu hesaba her IP giriş sağlayabilir."
set {onlyip::%player%::on} to false
if arg-1 is "clear":
set {onlyip::*} to false
on join:
if {onlyip::%player%} is true:
if {onlyip::%player%::ip} is not player's ip:
kick player due to "Bu hesaba bu IP adresiyle giriş sağlayamazsın!"
Kod:command /onlyip [<text>]: trigger: if arg-1 is not set: send "OnlyIP aktif. Artık bu hesaba sadece bu IP den girebilirsin." set {onlyip::%player%} to true set {onlyip::%player%::ip} to player's ip if arg-1 is "kapat": send "OnlyIP sistemi deaktif. Artık bu hesaba her IP giriş sağlayabilir." set {onlyip::%player%::on} to false if arg-1 is "clear": set {onlyip::*} to false on join: if {onlyip::%player%} is true: if {onlyip::%player%::ip} is not player's ip: kick player due to "Bu hesaba bu IP adresiyle giriş sağlayamazsın!"
maadenci
join:
player = "Test"
player's ip != "123.123.123"
kick player due to "&e&lMC-TR"
Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!