Tanıtım AnimatedInventory | Envanteriniz Canlansın!

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

shad

the temple of the king
Katılım
25 Ekim 2014
Mesajlar
1.537
Elmaslar
1.442
Puan
17.290
Minecraft
emrearik
AnimatedInventory Eklenti Tanıtımı
Envanterinize can getirdik!
Sunucunuz için garip ama kullanışlı eklentiler mi arıyorsunuz? Bu eklenti o zaman tam size göre! Farklı farklı animasyonları ile envanterinizi silip süpüren AnimatedInventory tam karşınızda. Çıkalı yaklaşık 1 sene olacak ancak fazla bilinen bir eklenti değil. Ayrıca yapımcısı ile de görüştük, sizler için çok güzel mesajları var :) Daha fazla uzatmadan geçelim.

ai.JPG


AnimatedInventory Eklentisi Ne İşe Yarar?
(Komutlar-Yetkiler)
Hey sunucu sahipleri, oyuncularınıza ufak bir görsel şölen vermeye ne dersiniz? Birbirinden farklı 4 animasyon ile envanterlerini temizleyebilecek bir eklenti, işte AnimatedInventory. Şuan için 3 animasyonu çalıştırabilirsiniz (bakımda). Tamamen temizleyebilirsiniz. Aaa olamaz yanlışlıkla sildim! Merak etmeyin ona göre de bir komut mevcut. Tamamen ince düşünülmüş ;)
Birçok kişiye gereksiz olarak gelecek ancak biraz farklılık yaratmaya isteğiniz varsa bence sunucuya eklenebilecek bir eklenti. Ama eğer klasik bir sunucunuz var ise bu eklenti biraz sırıtabilir. Bu yüzden en doğru yerde olması daha iyi ;)

KomutlarAçıklama
/ai helpYardım menüsünü açarsınız.
/ai reloadconfig.yml dosyasını yenilersiniz.
/ai clear (oyuncu)Kendi envanterinizi ya da yazdığınız oyuncunun envanterini temizlersiniz.
/ai fortune (oyuncu)Oyuncunun envanter animasyonunu görürsünüz.
/ai versionHangi sürümü kullandığınızı gösterir.
/clearEğer "Override-clear-cmd" true olarak ayarlanırsa.
/ci/clear komutunun kısaltılmışı.

VQPrEn.gif
Z5M9Ma.gif
5NLDgR.gif

YetkilerAçıklama
animatedinv.clearEnvanterinizi temizlemek için.
animatedinv.undoKullanıcının envanterinin temizlendiğinin geri alınmasını sağlar.
aniamtedinv.undo.othersBir kullanıcının diğer stoklarını temizlemesini sağlar. (Admin)
animatedinv.fortune/ai fortune ile servet animasyonuna erişim.
animatedinv.adminEklentiyi yeniden yükleme vb.
animatedinv.clear.othersOyuncuların diğer oyuncu stoklarını temizlemesine izin verir. (Admin)
animatedinv.fortune.othersOyuncuların başkalarının fortune'sine bakmasına izin verir.
(fortune kelimesinin tam anlamlı olarak karşılığı çözemedim)

Kod:
messages:
  prefix: '&8[&b&lA&r&bnimated&f&lI&r&fnv&8]'
  no-permission: '&cYou don''t have permission for that.'
  not-online: '&c&lOops! &f%player% is not online to do that.'
  already-clearing: '&c&lOops! &fYou must wait until %player%''s inventory finishes clearing.'
  already-getting-fortune: '&c&lOops! &fYou must wait until %player%''s fortune finishes.'
  clear-other-success: '&a&lDone! &fNow clearing the inventory of &7%player%'
  fortune-other-success: '&a&lDone! &fNow simulating a fortune for &7%player%'
  clear-disabled: '&c&lSorry! &fInventory clear has been disabled in the config.yml'
  fortune-disabled: '&c&lSorry! &fFortunes have been disabled in the config.yml'
  death: '&c&lDrops Canceled. &fYou died while having your inventory controlled.'
  backups-disabled: '&c&lOops! &fInventory backups are disabled in the config.'
  backup-restored: '&6&lRestored. &fInventory from &7%time% &fago was restored.'
  backup-restored-other: '&6&lRestored. &7%player%''s &finventory from &7%time% &fago was restored.'
  backup-restored-target: '&6&lRestored. &fYour inventory from &7%time% &fago has been restored.'
  backup-must-wait: '&c&lSlow Down. &fYou can''t do this while clearing.'
  backup-must-wait-clear: '&c&lWait. &fYou can''t do this while clearing.'
  backup-must-wait-fortune: '&c&lWait. &fYou can''t do this during a fortune.'
  backup-error: '&4&lError. &fWe were not able to that at this time, sorry!'
  backup-no-file: '&c&lHm. &fWe don''t have a backup of your inventory.'
  backup-no-file-other: '&c&lHm. &fWe don''t have a backup of &7%player%''s &finventory.'
  backup-must-wait: '&c&lSlow Down! &fYou can only do that every &7%number%s'

features:
  # The prevention settings apply to both fortunes & clearing.
  prevent-drop: true
  prevent-move: true
  prevent-place: true
  prevent-player-slot-changes: true

  use-particles: true

  clearing:
    enabled: true
    progress-msg: '&f&lClearing your inventory...'
    done-msg: '&a&lDone!'

    enable-slot-skipping: false    # If true, AnimatedInventory will NOT clear the slot numbers listed below.
    skip-slots:      # Which slots to skip if the above setting is true? At the moment you CANNOT skip 1-8 or 22 as these are used by the plugin.
    - 35
    clear-armor: true     # If true, AnimatedInventory will erase the armor slots on clear. If false, the armor will remain during a clear.
    inv-backup:
      enabled: false         # If true, saves players inventory so they can use /ai undoclear to restore it.
      erase-after: 300         # In seconds, the oldest a cache file can be without erasing?
      backup-cooldown: 5         # How many seconds between checking the cache on commands?

    slot-switching: true          # If true, the players slot number will change in conjunction with the animation.

    # The token below is used to test if players are getting their inventory cleared
    # We sneak this item in the back just to test. Make sure it's unique and has some color codes.
    token: '&eInventory is being cleared.'

    animations:
      Pane_Animation:
        enabled: true
      Rainbow_Animation:
        enabled: true
      Water_Animation:
        enabled: true
      Explode_Animation:
        enabled: true

  fortunes:
    enabled: true
    done-msg: '&a&lDone!'
    result:
      -yes: '&f&lYour Fortune: &a&lYes'
      -no: '&f&lYour Fortune: &c&lNo'
      notify-console: false       # If true, this will notify console the result of a fortune.
    yes-block:
      name: '&a&lYes'
    no-block:
      name: '&c&lNo'
    spin-message: 'Spinning...'

options:
  cooldowns:
    enabled: true    # True = Using Cooldowns / False = No Cooldown usage
    time: 22    # This number is in seconds.
    msg: '&c&lSlow Down! &fYou can only do that every &7%number% &fseconds'
  commands:
    clear-override: true       # Makes /clear act as /ai clear
  updates:
    notify: true       # If true, this will notify you when new updates are ready.
    delay-check: true       # Shows the update message on a delay.
  metrics: true       # Sends anonymous info about your server & AnimatedInventory.
  debug: false       # If true, this will show more info & errors in console.

config-version: 17       # Don't touch this!

Tüm konu bu kadardı. Okuduğunuz için teşekkürler.
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
 
Son düzenleme:
Konu içerisinde FontAwesome isimli yazı eklentisini kullan bence. Konularına çok yakışabilir.
 
"fortune" argümanı envanterde "Servet (Büyüsü)/Şans" var mı yok mu onu söylermiş, yani sanırım. Küçük çaplı güzel bir eklenti ayrıca yapımcının mesajı neymiş onu görmek isterdim :D
 

Böyle güzel bir eklentinin ücretsiz olduğuna şaşırdım. Bu eklentiyi Türkçeye çevirmeyi düşünüyorum. Konu dizaynı ve anlatım tarzın hoşuma gitti.
 
Lobiler için çok hoş bir eklenti gibi gözüküyor.
 
Güzel pluginmiş.
 
Tps düşüşü olur bu pluginde lobi için uygun bir eklenti
 
Güzel pluginde serverlarda lag yapar mı acaba??
 
bence gerek yok
 
plugin güzel. elinize sağlık
 
güzel bir eklentiye benziyor konu için teşekkür ederiz
 
Lobi sunucularında kullanılabilir hoş bir eklenti hem de ücretsiz, tanıtımda muhteşem elinize sağlık
 
Başarılı tanıtım olmuş. <3
 
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