Firstly, check your ingame sounds, test out sounds on other servers and single-player to see if they all work.
Secondly, you should try to remove every plugin and see if the problem persists. Slowly add back the plugins and keep on checking everytime you add a new plugin. Once you find the...
Are you sure this isnt deobfuscated code in the code snippet image?Also whats with the empty methods registerManagers and onDisable and the unused boolean done in your updateCount method. And you should change the plugin instead of sending the plugin message through a player to fetch count, you...
If anyone still needs this I am now using helper by Luck. Only downside is that it depends on ProtocolLib but other than that it should be fine. Works really well and all the hiding works perfectly.
https://github.com/lucko/helper
Quick tip in your hub core, you should only make one instance of the SimpleDateFormat rather than making a new one everytime the scoreboard ticks.
Example:
private static final SimpleDateFormat format = new SimpleDateFormat("hh:mm:ss");
Yeah I am removing them from the HashMap and I am deleting the hologram on quit. For the holograms I am having more than just a bunch of numbers thats why I tried using HolographicDisplays to do it, however, didn't work. I tried using "HolosAPI" but that plugin is too old and is only compatible...
No I haven't put in ProtocolLib. I'll test with it in right now.Put in ProtocolLib but it is still the same, all the holograms are stacking on top of each other.
Bungee one is the one that can detect if you are on AC on or OFF, you can also get the verified star with the bungee API. It is the API that is given to partenered servers.
Got a friend that coded the first original public LunarClientAPI that was released that coded the bungeecord one for me...
Alright running into problems with HolographicDisplays when I tried making per player holograms, not sure why this wouldn't be working.
Currently using the latest version of HolographicDisplays on the server (2.4.4) and the server spigot is 1.8 based (Custom SportPaper fork).
There are no...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.