Skript Paylaşımı İtemlere Kolaylıkla Lore Ekleme

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

MasterBladee

Odunlara Vur Vur Vur!
Katılım
27 Mayıs 2018
Mesajlar
42
Elmaslar
26
Puan
0
Yaş
35
Kod:
command /loreekle [<integer=1>] [<text="">]:
  aliases: rel
  permission: lore.lore
  permission message: &l<yellow> Lore >> &a&lBunu yapabilmek için yetkin yok !
  trigger:
    if arg-2 is set:
      set line arg-1 of the lore of player's tool to "&d&o%colored arg-2%"
      send "&l<yellow> Lore >> &a&lEşyadaki %arg-1% numaralı sıra düzenlendi."
command /itemadiekle <text>:
  aliases: ren
  permission: itemadi.ekle
  permission message: &l<yellow> Lore >> &a&lBunu yapabilmek için yetkin yok !
  trigger:
    if arg-1 is set:
      set the name of player's tool to "&r%colored arg-1%"
      send "&l<yellow> Lore >> &a&l Eşyanın adı %colored arg-1% olarak değiştirildi."
command /loresil [<text>]:
  aliases: cl
  permission: lore.sil
  permission message: &l<yellow> Lore >> &a&lBunu yapabilmek için yetkin yok !
  trigger:
    if arg-1 is set:
      if arg-1 is "1":
        set player's tool's lore to ""
        delete line 1 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 1. satırın yazısı başarıyla silindi."
      if arg-1 is "2":
        set player's tool's lore to ""
        delete line 2 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 2. satırın yazısı başarıyla silindi."
      if arg-1 is "3":
        set player's tool's lore to ""
        delete line 3 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 3. satırın yazısı başarıyla silindi."
      if arg-1 is "4":
        set player's tool's lore to ""
        delete line 4 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 4. satırın yazısı başarıyla silindi."
      if arg-1 is "5":
        set player's tool's lore to ""
        delete line 5 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 5. satırın yazısı başarıyla silindi."
      if arg-1 is "6":
        set player's tool's lore to ""
        delete line 6 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 6. satırın yazısı başarıyla silindi."
      if arg-1 is "7":
        set player's tool's lore to ""
        delete line 7 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 7. satırın yazısı başarıyla silindi."
      if arg-1 is "8":
        set player's tool's lore to ""
        delete line 8 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 8. satırın yazısı başarıyla silindi."
      if arg-1 is "9":
        set player's tool's lore to ""
        delete line 9 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 9. satırın yazısı başarıyla silindi."
      if arg-1 is "10":
        set player's tool's lore to ""
        delete line 10 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 10. satırın yazısı başarıyla silindi."
    else:
      send "&l<yellow> Lore >> &a&lDoğru kullanımı: /loresil <sıranumarası>"
command /itemadısil:
  aliases: cn
  permission: itemadi.sil
  permission message: &l<yellow> Lore >> &a&lBunu yapabilmek için yetkin yok !
  trigger:
    set the name of player's tool to ""
    send "&l<yellow> Lore >> &a&lEşyanın adı başarıyla silindi."
 

Ekli dosyalar

  • 1.PNG
    1.PNG
    45,1 KB · Görüntüleme: 75
  • 2.PNG
    2.PNG
    10,3 KB · Görüntüleme: 73
  • 3.PNG
    3.PNG
    47,7 KB · Görüntüleme: 74
Son düzenleme:
Bir çok yeni sunucu açacaklar için yararlı bir skripte benziyor.Bu tür skriptler geliştirdikçe sunucuların da gelişmemesi imkansız !​
 
Şimdi ne desem, kodlaması kötü, her komut ayrı ayrı yapılmış. Loresil komutu gereksizce uzun. Umarım geliştirirsiniz
 
Şimdi ne desem, kodlaması kötü, her komut ayrı ayrı yapılmış. Loresil komutu gereksizce uzun. Umarım geliştirirsiniz

Shura calısması konusunda calısıyor dedigin gibi uzatmıs olabilirim yeni başlayan biri için normal
 
Başarılar dilerim, güzel bir skript yapmışsın yani sunucular için yararlı bir skript ellerinize sağlık.
 

Gerçekten aşırı yararlı bir Skript olmuş. Ben size bu Skript için çok minettarım. Sunucum için gerçekten çok işe yarıyor.
 
Bunun yerine
/give isim eşya adet name:isim lore:&aDeneme
yapılabilir
 
Code içine koyarmısın?
 
Code içine koyarmısın?
Kod:
command /loreekle [<integer=1>] [<text="">]:
  aliases: rel
  permission: lore.lore
  permission message: &l<yellow> Lore >> &a&lBunu yapabilmek için yetkin yok !
  trigger:
    if arg-2 is set:
      set line arg-1 of the lore of player's tool to "&d&o%colored arg-2%"
      send "&l<yellow> Lore >> &a&lEşyadaki %arg-1% numaralı sıra düzenlendi."
command /itemadiekle <text>:
  aliases: ren
  permission: itemadi.ekle
  permission message: &l<yellow> Lore >> &a&lBunu yapabilmek için yetkin yok !
  trigger:
    if arg-1 is set:
      set the name of player's tool to "&r%colored arg-1%"
      send "&l<yellow> Lore >> &a&l Eşyanın adı %colored arg-1% olarak değiştirildi."
command /loresil [<text>]:
  aliases: cl
  permission: lore.sil
  permission message: &l<yellow> Lore >> &a&lBunu yapabilmek için yetkin yok !
  trigger:
    if arg-1 is set:
      if arg-1 is "1":
        set player's tool's lore to ""
        delete line 1 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 1. satırın yazısı başarıyla silindi."
      if arg-1 is "2":
        set player's tool's lore to ""
        delete line 2 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 2. satırın yazısı başarıyla silindi."
      if arg-1 is "3":
        set player's tool's lore to ""
        delete line 3 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 3. satırın yazısı başarıyla silindi."
      if arg-1 is "4":
        set player's tool's lore to ""
        delete line 4 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 4. satırın yazısı başarıyla silindi."
      if arg-1 is "5":
        set player's tool's lore to ""
        delete line 5 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 5. satırın yazısı başarıyla silindi."
      if arg-1 is "6":
        set player's tool's lore to ""
        delete line 6 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 6. satırın yazısı başarıyla silindi."
      if arg-1 is "7":
        set player's tool's lore to ""
        delete line 7 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 7. satırın yazısı başarıyla silindi."
      if arg-1 is "8":
        set player's tool's lore to ""
        delete line 8 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 8. satırın yazısı başarıyla silindi."
      if arg-1 is "9":
        set player's tool's lore to ""
        delete line 9 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 9. satırın yazısı başarıyla silindi."
      if arg-1 is "10":
        set player's tool's lore to ""
        delete line 10 of the lore of player's tool
        send "&l<yellow> Lore >> &a&lEşyadaki 10. satırın yazısı başarıyla silindi."
    else:
      send "&l<yellow> Lore >> &a&lDoğru kullanımı: /loresil <sıranumarası>"
command /itemadısil:
  aliases: cn
  permission: itemadi.sil
  permission message: &l<yellow> Lore >> &a&lBunu yapabilmek için yetkin yok !
  trigger:
    set the name of player's tool to ""
    send "&l<yellow> Lore >> &a&lEşyanın adı başarıyla silindi."
 
Konuyu code içerisine koyarak değiştirin aksi halde karışık darma duman bir kod satırına sahip olursunuz.
 
Güzel ilk defa sunucu kuranlar için ideal
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst