DecentSoftware-eu / DecentHolograms

A lightweight but powerful hologram plugin with many features and configuration options.
https://www.spigotmc.org/resources/96927/
GNU General Public License v3.0
183 stars 82 forks source link

Register to HologramManager new holograms #191

Closed giopalma closed 1 month ago

giopalma commented 4 months ago

Without this line of code, the file is created, but the hologram is not registered. So any modification of the hologram's file doesn't work because it says it's already existing.

I'm not sure if DecentHologramsAPI.get().getHologramManager() is the best way to access HologramManager from the DHAPI class. It's what I used in my plugin and with solution it works.