Recent content by mxnny

  1. mxnny

    KitPvP Map

    Looking for a kitpvp map, nothing exclusive. Manny#4117
  2. mxnny

    potpvp.net

    Looking to see how much this is worth. Not currently for sale.
  3. mxnny

    Bug fix (never seen before?)

    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...
  4. mxnny

    Server Status (Online/Offline/Whitelisted Yes,No)

    I'll code you this for free it's a 5 min job lmk if you still need it Manny#4117
  5. mxnny

    [Cheap] hHub - Sub Menus, Scoreboard, and more!

    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...
  6. mxnny

    Holographic Displays per player holograms

    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
  7. mxnny

    Completed

    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");
  8. mxnny

    Holographic Displays per player holograms

    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...
  9. mxnny

    LunarClientAPI bungeecord for AC ON or OFF

    What's your discord I have lots of friend requests
  10. mxnny

    Holographic Displays per player holograms

    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.
  11. mxnny

    Holographic Displays per player holograms

    Hologram hologram = HologramsAPI.createHologram(managerHandler.getPlugin(), location); hologram.getVisibilityManager().setVisibleByDefault(false); hologram.getVisibilityManager().resetVisibilityAll(); hologram.getVisibilityManager().showTo(event.getPlayer())...
  12. mxnny

    LunarClientAPI bungeecord for AC ON or OFF

    You do although there are some smart people in the community that can code one, no one else has made one apart from that one I just showed above.
  13. mxnny

    LunarClientAPI bungeecord for AC ON or OFF

    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...
  14. mxnny

    Holographic Displays per player holograms

    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...
  15. mxnny

    Looking for a Java Developer

    Manny#4117 I can help you
Top