You are now able to modify gap of holograms "holo_gap" in your config.yml (no reset required). Default is 0.24. Hopefully this could fix merging hologram issue.
Should fix the bug of concurrentmodificationexception after chatting when a hologram already exist
DROPPED/REMOVED support for WorldGuard. Why? The WorldGuard API always randomly change and it's quite difficult to keep up, not to mention there are some people with old worldguard. For this, we are looking for a new alternative for region plugins. If you have one, please do tell us. (Gober)
Fixed the async removal error after teleporting to different world, thank you very much to @LegoCraftMC for the report <3
- Added
COMPLETELY NEW HOLOGRAM SYSTEM! > From Bukkit to Complete NMS
- New option to choose whether to use NMS / Bukkit's Hologram System
- Should fix towny async bug
- Now uses Synchronized Method to Spawn holograms
For you asking, what's the difference?
Well NMS's hologram system doesn't have delay on spawning holograms. While Bukkit has this 0.5 second delay. So yea, it's a pretty major change.
+ Plugin is now open source
+ Plugin now supports PlaceholderAPI
+ Major Performance improvements
+ Multiple Sounds for Config.yml
+ Added Nearby-Only Option
+ Improved plugin structure
+
REMOVED HOLOGRAPHICDISPLAYS FROM DEPENDENCIES.
+ Fixed bugs of Error Files
+ Implemented the Allow Region feature.
If the feature above (Allowed-Region) is enabled. Player may only chat in a specified region.
Enjoy.
NOTE: Still working on the 1.8 error. Please report if you found errors / bugs. Thank you
Feature: - Added auto line adding
(Tough work
) - Allowed-Region is in experimental
(I recommend don't use first
) fixes: - Fixes bug for 1.8.8
- Some optimizaiton
# # # # 'Holo-offset' is the last height above player's standing block # # # # 'Holo-livetick' is the duration of the holographic chat (in ticks) # ** 20 ticks = 1 seconds** # # # 'holo-firstoffset' is the first height where the holographic chat summoned # # # 'enable-max-length' is the option if you want to enable chat length. # # Example, i say: '123456789123456789123456789' which is a 27-length chat message. And it is beyond 20 (take 20 as an max-length example) # Then, it will become '12345678912345678912....' shown. # # # # NOTE : chat-length counts color codes, every characters, every thing! Spaces too! # # 'Enable-max-length' will enable 'max-length'. Set to false to disable this feature! # # 'max-length' option will be NO use at ALL if enable-max-length is set to false. # # # chat-format placeholders: %CHAT% (More coming soon, if you would like to add requests for placeholders, # feel free to pm me on spigotmc. (Gober) # holo-offset: 3.0
holo-livetick: 95
holo-firstoffset: 1.5
enable-max-length: true
max-length: 35
chat-format: "&eSays: &r%CHAT%" # # # MESSAGES # chat-on: "&8[&f&l!&8] &7You're chat will now pop up. (&aON&7)" chat-off: "&8[&f&l!&8] &7You're chat won't pop up anymore. (&cOFF&7)" no-permission: "&c&lHey! &cCan't do that without permission!" Command-doesnt-exist: "&cI dont think thats correct.." Help-Messages: -
"&e&m------------------------" -
" &b&lLast&3&lHolo " -
"&f>> &7/lh reload" -
"&F>> &7/lh toggle" -
"&e&m------------------------"