Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by DaemonUmbra

  1. Spot the difference... If one of your mods is complaining about Forge being too new, please show that error.
  2. I mean mods for 1.16.1 won't generally work on 1.16.4 and mods for 1.15.X almost certainly won't work on 1.16.X
  3. If you need further help PLEASE be more specific. "I am struggling with how I implement the methods" makes it sound like you're not understanding basic Java
  4. Not sure what you mean by "its purpose is not for that", it's literally the vanilla command for managing the whitelist. You can just reflectively invoke the methods you need to use.
  5. Why are you managing the whitelist through a mod?
  6. What are you having trouble with specifically?
  7. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  8. What version of Minecraft are you using?
  9. If I were you I'd look into reducing the amount of mods as well
  10. I don't know... there's nothing in your log even indicating that you entered a world, much less which mod might be slowing down the server thread that much.
  11. It means the server half (all the concrete logic that matters) of your singleplayer game froze but the client half (GUIs, controls, what the client guesses the server will say) continued on
  12. It looks to me like the server thread may have stalled while the client thread ticked on, but if that's the case surely the watchdog should have killed the server.
  13. Did you add any mods advertised to improve server performance? If so try removing them.
  14. Is this a pre-made modpack or something you made?
  15. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  16. From what little information you've provided I can only assume you've downloaded a 1.16.1 mod and are expecting it to work on other versions. Edit: Threads merged... please don't make duplicate threads.
  17. You didn't specify the full path, you changed the working directory from the server to Oracle's preferred Java installation, which I suspect is Java 15.
  18. Forge and mods do not work across Minecraft versions. If you want further assistance you'll need to provide more info, preferable in the form of debug.log (more info in my signature below, just expand the spoiler)
  19. Java 8 is recommended as it is what Mojang ships with the client Show how you're running the jar
  20. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.