An original concept called TrackingHolograms!
 Set a location for the hologram to be based, enable it for a certain player and it will appear a configurable amount of blocks away in the direction of the tracked location until you arrive there - very useful for spawns!
 
 
 
 
 Commands:
 /movingholograms <trackername> <playername> on
 /movingholograms <trackername> <playername> off
 
 Placeholders:
 Distance from tracker in metres: %movingholograms_exampleTracker%
 
 Depends on:
 - PlaceholderAPI
 
 Config Example:
 
 
 
  Code (YAML):
 
 
 
  config
  :
  
  
 config
  :
 
  
   distance_from_player
  : 5
  
   decimal_places_for_distance
  : 2
  
 
  
 
  
 
  
 trackers:
  
   exampleTracker:
  
     world
  : world
  
     x
  : 0
  
     [B]y[/B]
  : 100
  
     z
  : 0
  
     text
  :
       - 
  "&6&lWelcome to &eYourServer &r| &7%movingholograms_exampleTracker% blocks away"
  
       - "&aJust &lBold &rNow, <gradient
  : 
  #FF6600, #9DFF8A>Fancy Gradient <uniform> &oItalic + Uniform Font </uniform> &rThen normal inside gradient!</gradient>"
  
       - 
  "No tags here, just normal &bColor &lBold &ragain."
  
       - "<color
  : 
  #55FFFF>Pure single color <alt>&kMagic text in alt font?</alt> leftover single color </color> &rNow normal"
  
       - "<gradient
  : 
  #FF0000, #0000FF>Mixed: some gradient <uniform>&oOne line, uniform, italic</uniform> <alt>&lAnother alt line</alt> the end.</gradient>"
  
       - "&dDistance Info
  : 
  %movingholograms_exampleTracker% &rblocks from your location"
  
 
  
 
  
 
  
  
 
 
 Any issues send me a message on Discord - barneyh