🖼️Name

Optional feature!

How it works?

Name is a hologram above (can be under) the head. You can set offset, spaces, lines, updating and more things. If you head have enabled Updown animation, the hologram is moving updown like the head with the offset (this feature can be disabled in the config.yml). Preview:

🔗 How to add name to my head?

At first, you must add the deafult things to you configuration file like that:

  1. Add the name line 'name:'

  2. Set the offset ' offset: 0.25 (0.25 is changeable value)'

  3. Set the spaces ' space: 0.25 (0.25 is changeable value)'

  4. Add lines ' lines:' ' - 'your line'

The final look in the config:

name:
  offset: 0.25 # height offset
  space: 0.25 # Space value between lines (0.25 by default)
  lines: # name lines
    - '&7&lROTATINGHEADS &f&oREBORN'
    - ''
    - '&fHey &7%player%&f!'

PlaceholderAPI supported!

🌀 How to make updating hologram:

If you want to update the lines in your name/hologram just add to the name section this:

name:
  update: 20 # in ticks

Last updated