Recent content by maglink

  • 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. M

    Help to find lag causes

    You were right! I found exact line in my code. But I still don't know why it causing lags in main thread I just checking if chunk is loaded Bukkit.getScheduler().runTaskTimerAsynchronously(plugin, () -> { if (location.getChunk().isLoaded()) { //do stuff } }, checkPeriod...
  2. M

    Help to find lag causes

    Hi everyone I want to find lag cause on my server. But I can't because everething stucks in "SELF" metrics Help me please. I'm working around already whole week Timings Report Minecraft::world - Sync Chunk Load (SELF) Spark Report net.minecraft.util.thread.IAsyncTaskHandler.waitForTasks()...