This update
breaks all
old holograms:
Code (Text):
# Old
hologram:
text: This is a hologram
# New
hologram:
type: static
text: This is a hologram
# Old
hologram:
frames:
- This is a hologram
- This is not a hologram
# New
hologram:
type: animated
frames:
- This is a hologram
- This is not a hologram
- Hologram system now supports 4 types: static, animated, item_display, block_display
- Added DecentHolograms soft dependency
- Fixed bug in which removed generators would reappear when reloading plugin or restarting server