#
FAQ
#
How to modify each line in a hologram?
Per-line settings (such as scale or background) are not supported in FancyHolograms due to a limitation with display entities.
A separate hologram will need to be created for each line.
#
How to add a blank line?
To add a blank line in a hologram, use <r>
on a new line.
#
How to make holograms clickable?
Holograms currently aren't clickable themselves, but here's a workaround
#
How to make the hologram not to rotate?
To make a hologram not rotate, the billboarding must be set to FIXED.
Example: /holo edit <hologram> billboard FIXED
Once complete, you must set the hologram's rotation with the rotate and rotatepitch commands.
#
How to edit the holograms via the data file?
- Run /fancyholograms save
- Back up the holograms.yml file in case something goes wrong
- Edit your holograms.yml file as desired
- Run /fancyholograms reload after saving the file