filoghost / HolographicDisplays

Create modern looking holograms in Minecraft.
https://dev.bukkit.org/projects/holographic-displays
GNU General Public License v3.0
370 stars 202 forks source link

Fixed the display of holograms when View-distance is 1 #717

Closed 3ako closed 7 months ago

3ako commented 9 months ago

If you set the value view-distance=1 in server.properties, the hologram disappeared when you tried to move.

filoghost commented 7 months ago

The minimum view distance is 3. Even setting it to 1, Spigot doesn't allow it. In any case, that "-1" was copied from the internal behavior for spawning/despawning entities, changing it might have have unexpected consequences.