Sk İstek

NargileFT

Marangoz
En iyi cevaplar
0
Merhaba Arkadaşlar

Arkadaşlar ClearLag Pluginin Skript Yapabilirmisiniz..

Skype : Live:anilersin
Gmail : [email protected]
Tel No : 05535615230



Hayırlı Yakşamlar

NargileFT

 

Scurtel

Bir Stack
En iyi cevaplar
0
Kod:
command /clearlagg [<text>]:
  permission: clear.lagg
  permission message: Yetkin yok !
  trigger:
    if arg 1 is not set:
      send "Doğru kullanımı: /clearlagg <all/mobs/drops>"
    else:
      if arg 1 is "all":
        loop all entities:
          loop-entity is not a player
          loop-entity is not a villager
          kill loop-entity
        delete all dropped items
        send "her şey temizlendi."
      if arg 1 is "mobs":
        loop all entities:
          loop-entity is not a player
          loop-entity is not a villager
          kill loop-entity
        send "Yaratıklar temizlendi."
      if arg 1 is "drops":
        delete all dropped items
        send "Yerdeki eşyalar temizlendi."
      if arg 1 is not "all" or "drops" or "mobs":
        send "Doğru kullanımı: /clearlagg <all/mobs/drops>"
 

NargileFT

Marangoz
En iyi cevaplar
0
Kod:
command /clearlagg [<text>]:
  permission: clear.lagg
  permission message: Yetkin yok !
  trigger:
    if arg 1 is not set:
      send "Doğru kullanımı: /clearlagg <all/mobs/drops>"
    else:
      if arg 1 is "all":
        loop all entities:
          loop-entity is not a player
          loop-entity is not a villager
          kill loop-entity
        delete all dropped items
        send "her şey temizlendi."
      if arg 1 is "mobs":
        loop all entities:
          loop-entity is not a player
          loop-entity is not a villager
          kill loop-entity
        send "Yaratıklar temizlendi."
      if arg 1 is "drops":
        delete all dropped items
        send "Yerdeki eşyalar temizlendi."
      if arg 1 is not "all" or "drops" or "mobs":
        send "Doğru kullanımı: /clearlagg <all/mobs/drops>"
Eyw Kardeşimde Ben Yanlış Anlatım Galiba Böyle Degil Bu 3 den geriye Sayıcak yerdeki itemler siliniyo diye 15Dakikada..

NargileFT
 

Scurtel

Bir Stack
En iyi cevaplar
0
Kod:
every 15 real minute:
  broadcast "&3ClearLagg &8> &7Yerdeki eşyaların silinmesine son &6&l3 &7saniye..."
  wait 1 second
  broadcast "&3ClearLagg &8> &7Yerdeki eşyaların silinmesine son &6&l2 &7saniye.."
  wait 1 second
  broadcast "&3ClearLagg &8> &7Yerdeki eşyaların silinmesine son &6&l1 &7saniye."
  wait 1 second
  loop all dropped items:
    add 1 to {_sayı}
    delete loop-value
  broadcast "&3ClearLagg &8> &7Yerdeki &c&l%{_sayı}% &7eşya silindi."
Buyur kardeşim de ClearLagg da sadece o 3 saniye şeyi yok bilesin :D
 

TarikHacioglu

Zombi Katili
En iyi cevaplar
0
Kod:
every 15 real minute:
  broadcast "&3ClearLagg &8> &7Yerdeki eşyaların silinmesine son &6&l3 &7saniye..."
  wait 1 second
  broadcast "&3ClearLagg &8> &7Yerdeki eşyaların silinmesine son &6&l2 &7saniye.."
  wait 1 second
  broadcast "&3ClearLagg &8> &7Yerdeki eşyaların silinmesine son &6&l1 &7saniye."
  wait 1 second
  loop all dropped items:
    add 1 to {_sayı}
    delete loop-value
  broadcast "&3ClearLagg &8> &7Yerdeki &c&l%{_sayı}% &7eşya silindi."
Buyur kardeşim de ClearLagg da sadece o 3 saniye şeyi yok bilesin :D
Tekten atsan da yararlansak, hepsini tek bir yere topla ve 3 2 1 olayı sohbet kirliliği yaratır. 40 ve 20 saniye uyarıları çok güzel olur. :)
 

VolkanFx

• Play.CraftMinerTr.com •
En iyi cevaplar
0
Kod:
every 15 real minute:
  broadcast "&3ClearLagg &8> &7Yerdeki eşyaların silinmesine son &6&l40 &7saniye..."
  wait 40 second
  broadcast "&3ClearLagg &8> &7Yerdeki eşyaların silinmesine son &6&l2 0&7saniye.."
  wait 20 second
  loop all dropped items:
    add 1 to {_sayı}
    delete loop-value
  broadcast "&3ClearLagg &8> &7Yerdeki &c&l%{_sayı}% &7eşya silindi."
Bunu kullan ozaman
 
Üst