Untitled

                Never    
YAML
       
# ------------------------------ #
#
#  AnimatedNames 7
#  (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) (5000+)

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# GENERAL PLUGIN SETTINGS
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

## Config version (DO NOT EDIT)
config: 4

## Language file
lang: 'en'

## Debug mode
debug: false

## Log to file
log:
  enabled: true

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

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

# Placeholder settings
placeholder:
  # Force install all placeholders (NOT RECOMMENDED)
  force-all: false
  # logs the memory usage of placeholders on startup
  log-memory: false
  # Clear unused placeholders that are not enabled.
  clear-unused: true
  # Config cache only
  # This will only use placeholders in the config
  # HOWEVER: IT WILL BREAK ALL CUSTOM PLACEHOLDERS!
  # IT WILL ALSO PREVENT ANY HOOKS (PlaceholderAPI)
  config-cache: false

tweaks:
  # 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


# 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:
  Owner: # This is the default group. Add as many as you wish
    priority: 9 # A higher priority means it is sorted higher
    # Prefix in front of the player name above their head
    name-prefix:
      # A list to create animations
      frames:
      # {PREFIX} will be replaced with the PERMISSION prefix (Vault)
      # Meaning if your permission prefix is "[Mod]" it will show this
      - '&4Owner &c'
      # 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
      frames:
      - '{SUFFIX}'
      # Animation interval in ticks (20 ticks = 1 sec)
      interval: 100
  Manager: # This is the default group. Add as many as you wish
    priority: 8 # A higher priority means it is sorted higher
    # Prefix in front of the player name above their head
    name-prefix:
      # A list to create animations
      frames:
      # {PREFIX} will be replaced with the PERMISSION prefix (Vault)
      # Meaning if your permission prefix is "[Mod]" it will show this
      - '&4Manager &c'
      # 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
      frames:
      - '{SUFFIX}'
      # Animation interval in ticks (20 ticks = 1 sec)
      interval: 100
  Admin: # This is the default group. Add as many as you wish
    priority: 7 # A higher priority means it is sorted higher
    # Prefix in front of the player name above their head
    name-prefix:
      # A list to create animations
      frames:
      # {PREFIX} will be replaced with the PERMISSION prefix (Vault)
      # Meaning if your permission prefix is "[Mod]" it will show this
      - '&4Admin &c'
      # 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
      frames:
      - '{SUFFIX}'
      # Animation interval in ticks (20 ticks = 1 sec)
      interval: 100
  Mod+: # This is the default group. Add as many as you wish
    priority: 6 # A higher priority means it is sorted higher
    # Prefix in front of the player name above their head
    name-prefix:
      # A list to create animations
      frames:
      # {PREFIX} will be replaced with the PERMISSION prefix (Vault)
      # Meaning if your permission prefix is "[Mod]" it will show this
      - '&3Mod+ &b'
      # 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
      frames:
      - '{SUFFIX}'
      # Animation interval in ticks (20 ticks = 1 sec)
      interval: 100    
  example-admin:
    priority: 1 # A higher priority means it is sorted higher
    name-prefix:
      # A list to create animations
      frames:
      - '&4[&cAdmin&4] &c'
      # Animation interval in ticks (20 ticks = 1 sec)
      interval: 100
  Mod: # This is the default group. Add as many as you wish
    priority: 5 # A higher priority means it is sorted higher
    # Prefix in front of the player name above their head
    name-prefix:
      # A list to create animations
      frames:
      # {PREFIX} will be replaced with the PERMISSION prefix (Vault)
      # Meaning if your permission prefix is "[Mod]" it will show this
      - '&6Mod &e'
      # 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
      frames:
      - '{SUFFIX}'
      # Animation interval in ticks (20 ticks = 1 sec)
      interval: 100
  Helper: # This is the default group. Add as many as you wish
    priority: 4 # A higher priority means it is sorted higher
    # Prefix in front of the player name above their head
    name-prefix:
      # A list to create animations
      frames:
      # {PREFIX} will be replaced with the PERMISSION prefix (Vault)
      # Meaning if your permission prefix is "[Mod]" it will show this
      - '&5Helper &d'
      # 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
      frames:
      - '{SUFFIX}'
      # Animation interval in ticks (20 ticks = 1 sec)
      interval: 100
  Builder: # This is the default group. Add as many as you wish
    priority: 3 # A higher priority means it is sorted higher
    # Prefix in front of the player name above their head
    name-prefix:
      # A list to create animations
      frames:
      # {PREFIX} will be replaced with the PERMISSION prefix (Vault)
      # Meaning if your permission prefix is "[Mod]" it will show this
      - '&4Builder &c'
      # 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
      frames:
      - '{SUFFIX}'
      # Animation interval in ticks (20 ticks = 1 sec)
      interval: 100
  Donator: # This is the default group. Add as many as you wish
    priority: 2 # A higher priority means it is sorted higher
    # Prefix in front of the player name above their head
    name-prefix:
      # A list to create animations
      frames:
      # {PREFIX} will be replaced with the PERMISSION prefix (Vault)
      # Meaning if your permission prefix is "[Mod]" it will show this
      - '&2Donator &a'
      # 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
      frames:
      - '{SUFFIX}'
      # Animation interval in ticks (20 ticks = 1 sec)
      interval: 100
  Member: # This is the default group. Add as many as you wish
    priority: 1 # A higher priority means it is sorted higher
    # Prefix in front of the player name above their head
    name-prefix:
      # A list to create animations
      frames:
      # {PREFIX} will be replaced with the PERMISSION prefix (Vault)
      # Meaning if your permission prefix is "[Mod]" it will show this
      - '&7 '
      # 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
      frames:
      - '{SUFFIX}'
      # Animation interval in ticks (20 ticks = 1 sec)
      interval: 100
name-below:
  # Set to false to disable the name under name (REQUIRES RESTART)
  enabled: true
  # A list to create animations
  # Make sure that the placeholder is numeric!
  # You have to put a number or numeric placeholder in the beginning
  # or else you will get a "0" in front.
  # This also means you can't have colors in front. The number is a set
  # color you can't change.
  frames:
  - '{HEALTH}&cHealth'
  # Animation interval in ticks (20 ticks = 1 sec)
  interval: 20

Raw Text