Skip to content

Releases: FancyMcPlugins/FancyHolograms

2.0.2

19 Oct 17:45
Compare
Choose a tag to compare
  • Added rotatepitch subcommand
  • Added moveHere subcommand
  • Added pagination for /hologram list
  • Added per-hologram visibility distance
  • Fixed issues with 1.19.4
  • Fixed linking with npc
  • Fixed some scale issues
  • Fixed a tab completion bug
  • ADDED SUPPORT FOR 1.20.2
  • .

2.0.1

21 Aug 17:47
Compare
Choose a tag to compare
  • Fixed deleted holograms not being removed from config
  • Added "/fholo" as alias for "/hologram"
  • Sort holograms by name in config
  • Many bug fixes ...

Full Changelog: v2.0.0...v2.0.1

2.0.0

30 Jun 10:24
Compare
Choose a tag to compare

Changelog

Version Implementations

FancyHolograms is now compatible with multiple versions in one jar!

Currently the following versions are supported:

  • 1.19.4
  • 1.20
  • 1.20.1

Enhancements

  • Text alignment command
    - You can now change how the text should be aligned (left, center, right)
  • Full Documentation
    • All exposed classes are now fully documented.
  • Data Decoupling
    • All data for the hologram is now decoupled from the hologram and its implementations
    • Data can be updated without directly modifying the hologram entity
  • Simplified Modification Process
    • Data modifications on the hologram now happen in steps
      • update hologram data
      • update hologram
      • push changes to players
  • Enhanced Eventing
    • The hologram update event now exposes both old and new data
    • Hologram events
      • HologramCreateEvent -> HologramCreateEvent
      • HologramRemoveEvent -> HologramDeleteEvent
      • HologramModifyEvent -> HologramUpdateEvent
      • HologramSpawnEvent -> HologramShowEvent
      • +HologramHideEvent
  • Hologram Data
    • Background Color
      • Now accepts hex color codes
      • Now accepts reset or default to return to the original background color
    • Text Update Interval
      • Now accepts never or off or none to disable updating
      • Now accepts second and minute units, ex. 10s instead of 200
    • Hologram Position
      • Now accepts relative coordinates
        • Can be relative to the hologram's current location using ~
        • Can be relative to the player's current location using ~~
  • Command Completions
    • Intelligently suggests only relevant options

There might accure errors while updating from a previous version and you might have to remake all holograms.

If you found any bug, please report them (create an issue or go to the discord server).

Thank you Sxtanna for putting so much effort into this!

2.0.0 pre-release 1

21 Jun 14:57
Compare
Choose a tag to compare
2.0.0 pre-release 1 Pre-release
Pre-release

Hey everyone,

@Sxtanna basically rewrote the whole plugin to support multiple versions and also added a buch of other enhancements.

Changelog

Version Implementations

  • 1.19.4
  • 1.20 & 1.20.1

Enhancements

  • Full Documentation
    • All exposed classes are now fully documented.
  • Data Decoupling
    • All data for the hologram is now decoupled from the hologram and its implementations
    • Data can be updated without directly modifying the hologram entity
  • Simplified Modification Process
    • Data modifications on the hologram now happen in steps
      • update hologram data
      • update hologram
      • push changes to players
  • Enhanced Eventing
    • The hologram update event now exposes both old and new data
    • Hologram events
      • HologramCreateEvent -> HologramCreateEvent
      • HologramRemoveEvent -> HologramDeleteEvent
      • HologramModifyEvent -> HologramUpdateEvent
      • HologramSpawnEvent -> HologramShowEvent
      • +HologramHideEvent
  • Hologram Data
    • Background Color
      • Now accepts hex color codes
      • Now accepts reset or default to return to the original background color
    • Text Update Interval
      • Now accepts never or off or none to disable updating
      • Now accepts second and minute units, ex. 10s instead of 200
    • Hologram Position
      • Now accepts relative coordinates
        • Can be relative to the hologram's current location using ~
        • Can be relative to the player's current location using ~~
  • Command Completions
    • Intelligently suggests only relevant options

If you found any bug, please report them (create an issue or go to the discord server).

Thank you Sxtanna for putting so much effort into this!

1.1.1

13 Jun 11:12
Compare
Choose a tag to compare
  • Added support for 1.20.1

This version of the plugin supports both 1.20 and 1.20.1

1.1.0

12 Jun 07:27
Compare
Choose a tag to compare
  • Updated to 1.20

1.0.7

22 May 17:01
Compare
Choose a tag to compare
  • Added insertBefore and insertAfter
  • Added FancyHolograms command
  • Fixed some bugs
  • Compatible with FancyNpcs 1.1.5 for linking with an NPC

Full Changelog: v1.0.6...v1.0.7

1.0.6

03 May 11:25
Compare
Choose a tag to compare
  • Added support for MiniPlaceholders (#5)
  • Added visibilityDistance in config
  • Added /hologram list command
  • Added /hologram teleport <hologram> command
  • Bug fixes and typos

Full Changelog: v1.0.5...v1.0.6

1.0.5

10 Apr 11:37
Compare
Choose a tag to compare
  • add copy hologram feature (/hologram copy <hologram> <new name>)
  • add edit shadow features (/hologram edit <hologram> (shadowRadius | shadowStrength) <value>)
  • added api stuff (spawn, remove and modify events)
  • add link with npc feature (/hologram edit <hologram> linkWithNpc <npc name>)

Read how the linking with a npc works here: https://github.com/OliverSchlueter/FancyNpcs#multiple-lines

1.0.4

03 Apr 13:17
Compare
Choose a tag to compare
  • Fixed saving holograms
  • Only refresh holograms to players that are in the same world
  • Folia support (FancyHolograms-1.0.4-folia.jar)

Folia support

Please make backups when using this plugin with Folia. There might accure bugs.
In the future there will be two jar files, one for Paper and one for Folia. You can not use the Folia version on a Paper server.