Recent content by civious

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. C

    Question ConcurrentModificationException on ChunkGenerator

    Thanks! This is basically because Paper is doing the job async right ? So it's related to Paper and would not happen on Spigot ?
  2. C

    Solved BlockPopulator async ?

    Hey I have another issue with my world generator, when using BlockPopulators. When I'm reading or modifying blocks from a BlockPopulator I have either an infinite loop (for reading) or AsyncException (for modifying). The workarround I found is using a BukkitRunnable inside the BlockPopulator to...
  3. C

    Question ConcurrentModificationException on ChunkGenerator

    Hey, I'm currently working on a world generator and today I randomly got this error generating a world : https://pastebin.com/KSxP3uDa This is the first time I've gotten it in over 300 generations with the same class, it happened completely randomly. In my opinion this seems to come from the...