Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.4 (Latest) and 1.18.2 (LTS).
  2. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.4 (Latest) and 1.18.2 (LTS).
  3. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.4 (Latest) and 1.18.2 (LTS).
  4. We do not download random links from the internet. Please provide the debug.log from the logs folder within the game directory via a gist or pastebin.
  5. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.4 (Latest) and 1.18.2 (LTS).
  6. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.4 (Latest) and 1.18.2 (LTS).
  7. Well, it's most likely one of the mods that is throwing the exception in the event itself. However, I am unable to determine which one. It is probably better to remove the mods one at a time or in batches to see if that fixes the issue.
  8. Send a PlayerChatMessage using #system or with Util#NIL_UUID.
  9. First, the repo isn't public as it is locked by a user/password system. Second, I would probably guess that the value isn't being synced from the server to the client, which is usually done through the menu via dataslots unless you are showing something off visually on the model itself.
  10. Try deleting the entire .gradle folder instead in both the project and the global cache.
  11. `CreativeModeTab#getDisplayItems` and `CreativeModeTab#getSearchTabDisplayItems`. However, I do not know why you want those in a file.
  12. You will likely need to use a profiler like Spark to determine the issue as time outs are typically difficult to backtrace.
  13. In order to root out one of the more common issues, we'll need to see your hosts file. Here's the steps to getting this file. 1) Press the Win + R key on your keyboard. 2) Paste the following into the prompt that opens: 'notepad %windir%\system32\drivers\etc\hosts' (/etc/hosts for Linux) 3) Use Ctrl+A to select everything in the file, then Ctrl+C into the textbox to post to this thread.
  14. Please provide the debug.log from the logs folder within the game directory via pastebin or gist.
  15. If it's only on the server, you may have a mismatched mod list or Minecraft version so everything would be applying incorrectly when compressed. You may want to double check everything is consistent.
  16. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.4 (Latest) and 1.18.2 (LTS).
  17. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.4 (Latest) and 1.18.2 (LTS).
  18. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.4 (Latest) and 1.18.2 (LTS).
  19. Please show the build.gradle and the accesstransformer.
  20. For future reference, we are not Fabric. Fabric does have their own support channel if you want to google it.
  21. Yes, you just copy the world folder. I don't believe bukkit adds in any new blocks that may disappear on switch.
  22. Please provide the debug.log from the logs folder within the game directory via pastebin or gist.
  23. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.4 (Latest) and 1.18.2 (LTS).
  24. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.4 (Latest) and 1.18.2 (LTS).
×
×
  • Create New...

Important Information

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