Hoş Geldin!

MinecraftTR.COM - Türkiye'nin en büyük minecraft platformu.

MinecraftTR.COM minecraftla alakalı araçları kullanıma sunuyor. Her şey burada; skript, plugin, doku paketleri, shaderlar, modlar, mcpe, minecraft sunucu kurulumu ve sunucularınızla alakalı yaşadığınız sorunları çözmenize yardımcı olabilecek rehberler ve tüm minecraft haberleri.

Sitemize kayıt olarak topluluğumuzun diğer üyeleriyle tartışabilir, paylaşabilir ve özel mesaj gönderebilirsiniz.

Giriş Yap veya Kayıt Ol!
minecrafttr aramıza katil!
MinecraftTR Reklam Alanı
Satın Al
batihost minecraft server kirala
Satın Al
Satın Al
Satın Al

Tanıtım AnimatedNames (Renk Değiştiren Plugin + MvdwPlaceholderAPI Desteği)

Sen, sen ol kimseye güvenme.
Katılım
22 Kasım 2018
Mesajlar
223
Tepki puanı
123
Puanları
1,385
Discord
ErBuSlayer#6489
Selamlar Değerli Forum Üyeleri Bugün Sizlere Çok Güzel Bir Plugin Tanıtacağım Pluginin İsmi AnimatedNames Ücretli Bir Eklentidir ve Çok Kaliteli

Fiyatı 9 Dolar (İndirimde Şuan)

Link


Çalıştığı Sürümler İse
-1.7 1.8 1.9 1.10 1.11 1.12-


Resimler
7c4a6a112a475e0346799f1ed3a2efc74fb110f2.gif


c250d71c2b7c9397ee0295eb9faa64a8a7818853.gif

0266f1cadb585f66ef5534bced244555f1d7bc31.gif

Evet Gördüğünüz Gibi Çok Hoş ve Kaliteli Ancak Yenilenme Hızını 25 Yaparsanız Çok İyi Olur Çünkü Çok Hızlı Oldumu Sunucuda Lag Yapabilir :) (Aynı Ama Bu Onun Çok Geliştirilmiş Hali)

YETKİLERİ

animatednames.reload:
description: Reload the configuration
default: op
animatednames.help:
description: Show plugin help
default: true
animatednames.uploadlog:
description: Upload log
default: op
animatednames.uploadconfig:
description: Upload config
default: op
animatednames.about:
description: About the plugin
default: true
animatednames.permissions:
description: List all permissions
default: true
animatednames.resetconfig:
description: Reset the configuration file
default: false
animatednames.group.default:
description: Default group
default: true



KOMUTLAR:

/animatednames
Ana komut

/animatednames about
Plugin hakkında bilgi verir.

/animatednames uploadconfig
Bu komut sayesinde configi pastebin'e yükleyerek hataları görebilir ve düzeltebilirsiniz.

/animatednames uploadlog
Bu komutun konsoldan gönderilmesi gerekmektedir. Pastebine bir günlük yükleyerek orada bilgi tutmanıza yarar.

/animatednames resetconfig
Config dosyasını resetler.

/animatednames permissions
AnimatedNames'deki tüm izinleri (permissions) listeler.

/animatednames help
Bu komut sayesinde oyun içinden yardım alabilirsiniz.

/animatednames reload
Plugini Yeniler

-Config Dosyası-

Kod:
# ------------------------------ #

#

#  AnimatedNames 5

#  (c) Maxim Van de Wynckel

#

# ------------------------------ #



# About: Everyone knows plugins that allow you to have your group name

#        in front of your name above your head. But this plugin does more then that

#        with over 180+ placeholders and more to come every update this plugin not only

#        allows placeholders in your name above your head but it also allows the name to

#        be animated.



# Permissions: To use the animatednames groups give them the permission

#              animatednames.group.<group>  (ex. animatednames.group.default)

#              Make sure to remove them from the other groupsd

#              when giving a new permission.



# Commands: List of all commands

#           /animatednames reload     -  Reload the configuration

#           /animatednames help       -  See all commands



# Variables: These variables can be used in the TEXT section

#            of both the header as the footer.

#

#            {PLAYER}       - Player name

#            {PLAYERNICK}   - Player nickname

#            {PREFIX}       - Player prefix

#            And lots lots more (see Spigot Page) (400+)



#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

# GENERAL PLUGIN SETTINGS

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#



## Config version (DO NOT EDIT)

config: 4



## Language file

lang: 'en'



## Debug mode

debug: false



## Log to file

log:

  enabled: true

  # Reset log on startup

  reset: false



## Update checking

update:

  check: true # RECOMMENDED YOU LEAVE THIS TRUE



#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

# PLUGIN SPECIFIC SETTINGS

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#



# Placeholder settings

placeholder:

  # logs the memory usage of placeholders on startup

  log-memory: false

  # Clear unused placeholders that are not enabled.

  clear-unused: true



tweaks:

  # Legacy mode. Disable this if you experience client crashes (bungeecord mostly)

  # Disabling will however use the build in scoreboard system what can cause conflicts

  # (White names, etc...)

  legacymode: true

  # If you have issues with non-legacy mode try this option. The option is more CPU intensive,

  # but it is meant to detect problems

  synchronized: false

  # Setting this to true will keep tab names untouched

  # Useful for those who do not want to change tab names but

  # only the names above.

  # NOTE: This shrinks the tab name by 2 chars

  # so if you have a long name it becomes shorter

  # This may also break nicknames in the tab

  white-tabnames: false



# Disabled worlds. Worlds in this list will not have

# the score below or team names.

disabled-worlds:

- 'example_world'





# WARNING: The recommended interval for this plugin

#          is calculated at 15 ticks (recommended 20 ticks)

#          You can experiment with lower ticks but this might

#          cause a slight flicker.





# AnimatedNames groups

# THESE ARE NOT PERMISSION GROUPS. THE NAMES DO NOT NEED TO MATCH

# YOUR PERMISSION GROUP.

# An AnimatedNames group is a group you assign to a player (or permission group)

# using animatednames.group.<GROUPNAME>

groups:

  default: # This is the default group. Add as many as you wish

    # Prefix in front of the player name above their head

    name-prefix:

      # A list to create animations

      text: # Text can be max 16 characters long (after placeholders are replaced)

      # {PREFIX} will be replaced with the PERMISSION prefix (Vault)

      # Meaning if your permission prefix is "[Mod]" it will show this

      - '{PREFIX}'

      # Animation interval in ticks (20 ticks = 1 sec)

      interval: 100

    # The display name above the player head (default {PLAYER})

    name-suffix:

      # A list to create animations

      text: # Text can be max 16 characters long (after placeholders are replaced)

      - '{SUFFIX}'

      # Animation interval in ticks (20 ticks = 1 sec)

      interval: 100

  example-admin:

    name-prefix:

      # A list to create animations

      text: # Text can be max 16 characters long (after placeholders are replaced)

      - '&4[&cAdmin&4] &c'

      # Animation interval in ticks (20 ticks = 1 sec)

      interval: 100



# Text below your name above your head

name-below:

  # Set to false to disable the scoreboard under name (REQUIRES RESTART)

  enabled: true

  # A list to create animations

  text: # Make sure that the placeholder is numeric!

  - '{HEALTH}&cHealth'

  - '{STAT_TIMESPLAYED}&6Times played'

  # Animation interval in ticks (20 ticks = 1 sec)

  interval: 20


Önemli MvdwPlaceholderAPI Plugini Yüklemeniz Gerek Yoksa Çalışmaz
Link


Daha Detaylı Bilgi İçin Bu Videoyu İzleyebilirsiniz
 
Son düzenleme:
Apim Benim
Katılım
17 Eylül 2018
Mesajlar
137
Tepki puanı
123
Puanları
1,135
Discord
Güzel konu, ama konu tasarımı geliştirisen güzel olur. Config Dosyası kısmını kod kısmı olarak eklersen iyi olur. Ellerine sağlık, başarılar.
 
Sen, sen ol kimseye güvenme.
Katılım
22 Kasım 2018
Mesajlar
223
Tepki puanı
123
Puanları
1,385
Discord
ErBuSlayer#6489
Güzel konu, ama konu tasarımı geliştirisen güzel olur. Config Dosyası kısmını kod kısmı olarak eklersen iyi olur. Ellerine sağlık, başarılar.

Haklısınız İlk kez Böyle Şeyler Yaptığım İçin Evet Biraz Sade Oldu Bundan Sonra Dikkat Ederim :)
 
Apim Benim
Katılım
17 Eylül 2018
Mesajlar
137
Tepki puanı
123
Puanları
1,135
Discord

Üst