Recent content by Kihsomray

  1. Kihsomray

    Question Error When Creating a World

    Would it be reasonable if: I set keepSpawnInMemory() to false, load the spawn chunks at a slower rate, then set keepSpawnInMemory() to true?
  2. Kihsomray

    Question Error When Creating a World

    So is there anything I can do about this?
  3. Kihsomray

    Question Error When Creating a World

    Seems like it was a Paper issue: https://github.com/PaperMC/Paper/pull/8315
  4. Kihsomray

    Question Error When Creating a World

    https://pastebin.pl/view/b4b86f49
  5. Kihsomray

    Question Error When Creating a World

    I own a world resetting plugin and have run into an error I've never seen before. I don't have an idea of where I should start. Keep in mind the server has 16GB of ram and a pretty good CPU. The server does not always crash. Here is the code for world creation: // creates world...