DSH105 / HoloAPI

Add Holograms to your Bukkit server!
http://dev.bukkit.org/bukkit-plugins/holoapi/
GNU General Public License v3.0
31 stars 16 forks source link

Created HoloFactory.build(boolean) for tracking purposes. #104

Closed SupaHam closed 10 years ago

SupaHam commented 10 years ago

Created a build(boolean) method in HoloFactory for specifying whether the Hologram should be tracked upon build completion.

SupaHam commented 10 years ago

I also kept the build() method for compatibility purposes and convenience.

DSH105 commented 10 years ago

Closing - HoloAPI needs to keep track of all holograms created through the API. If you still want the boolean to cover whether the hologram is showed to all nearby players or not, feel free to make another PR :)