Çözüldü Tab prefix sıkıntısı

  • Konuyu Başlatan Konuyu Başlatan Azimlli
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 1.467

Azimlli

Odunlara Vur Vur Vur!
Katılım
9 Temmuz 2015
Mesajlar
44
Elmaslar
9
Puan
0
Yaş
27
2018-09-12_13.45.14.png


Resimdeki hatayı nasıl yapcaz. Rehber ismin sağında kalıyor ?

Bu arada kullandığım plugin AnimatedNames nasıl çözeriz ?​
 
Ekli dosyayı görüntüle 44031

Resimdeki hatayı nasıl yapcaz. Rehber ismin sağında kalıyor ?

Bu arada kullandığım plugin AnimatedNames nasıl çözeriz ?​
Tabdaki tagları ayarlama kısmında 2 seçenek bulunuyor olması gerek;

Prefix: Oyuncu Adından Önce Gelir
Suffix: Oyuncu Adından Sonra Gelir

Eğer sen rehberin tabdaki tagını ayarlarken suffix kısmına yazdıysan adından sonra rehber yazacaktır, aşağı verdiğim örnek

Suffix: Rehber
Tabda Görünen: ProHamzaPro Rehber

Prefixe Yazarsan Adından önce rehber yazacaktır, aşağıda verdiğim örnek

Prefix: Rehber
Tabda Görünen: Rehber ProHamzaPro

Eğer Sorun Çözüldüyse Bildirip, En İyi Cevap Vermeyi Unutmayin :)

TURKCELL T50 cihazımdan Tapatalk kullanılarak gönderildi
 
Komutt olarak nasıl eklicem biliyormusunuz
 
Komutt olarak nasıl eklicem biliyormusunuz
Komut ile yapılamaz, dosyalardan ayarlayıp plugine reload atınız

Eğer Sorun Çözüldüyse Bildirip, En İyi Cevap Vermeyi Unutmayın
 
Ekran Alıntısı.PNG

Gönderi otomatik olarak birleştirildi:

Anlayamadım ama ?
 
Kod:
# ------------------------------ #
#
#  AnimatedNames 3.5.0
#  (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: 2

## Language file
lang: 'en'

## Debug mode
debug: false

## Log to file
log: true

## Update checking
update:
  check: true # RECOMMENDED YOU LEAVE THIS TRUE

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# PLUGIN SPECIFIC SETTINGS
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#


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


# 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.


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}'
      # 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
      
# 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} &c&lHealth'
  # Animation interval in ticks (20 ticks = 1 sec)
  interval: 20
 
# Disabled worlds. Worlds in this list will not have
# the score below or team names.
disabled-worlds:
- 'example_world'
 
Kod:
# ------------------------------ #
#
# AnimatedNames 3.5.0
# (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. (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: 2

## Language file
lang: 'en'

## Debug mode
debug: false

## Log to file
log: true

## Update checking
update:
check: true # RECOMMENDED YOU LEAVE THIS TRUE

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# PLUGIN SPECIFIC SETTINGS
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#


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


# 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.


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}'
# 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

# 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} &c&lHealth'
# Animation interval in ticks (20 ticks = 1 sec)
interval: 20

# Disabled worlds. Worlds in this list will not have
# the score below or team names.
disabled-worlds:
- 'example_world'
Başka bir dosya bulunuyormu ?

TURKCELL T50 cihazımdan Tapatalk kullanılarak gönderildi
 
Var ama içine baktığımda hiç bir şekilde permler yoktu. Bu attığım config dosyasındada yoktu ?
 
Var ama içine baktığımda hiç bir şekilde permler yoktu. Bu attığım config dosyasındada yoktu ?
Hangi dosyalar var adini yazarmisin

TURKCELL T50 cihazımdan Tapatalk kullanılarak gönderildi
 
asda.PNG

Gönderi otomatik olarak birleştirildi:

Sorun çözüldü.
Çözüm : Groupmanager da prefix'e yapılacağına suffix'e yazmışım.. O nüzden tabloda öyle gözüküyor. Sorun çözüldü
 
Son düzenleme:

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