As the title states, I'm paying whoever wants to fix an issue for me. I've been working on it for hours on end to no avail. We can discuss payment beforehand. The issue is that whenever setting the 1st point when claiming, the plugin causes the server to overload and fall behind, causing every online player to time it. It's annoying asf and I haven't figured out a solution to work it yet. So far, I've upgraded my host's machine specifications and that hasn't helped at all. I've even went as far as to disable some other plugins such as dynmap, etc.
The plugin compiles fine in Intellij and starts up fine. So far, all I know is resetting the config seems to fix the issue temporarily but after a while, if someone else tries to claim land, it'll fuck the console up, shutting down the server.
The error (https://hastebin.com/upuqomoxiv.sql):
I know this error means that the server isn't responding within the tick time but the host I am using has 8gb of DDR3 ECC ram @ 2133 MHz & an i7-7700k @ 4.5GHz. It runs fine on my localhost server which uses 4gb of DDR4 ram @ 2133MHz & an i5-6500 @ 3.2GHz.
Host:
Localhost:
The plugin I am using is a survival plugin I found on Github (https://github.com/chirpthetwerp/Survival), I ported it to 1.15 and updated the Cuboid.java it used as this plugin was uploaded onto Github 8 months prior to now, so it was probably originally a 1.12-1.13 plugin (???). I am willing to share the modified source code to someone who is willing to help fix the issue as well as a fitting payment.
Please message me on discord if you are interested - Nykorrin#3018
OLD THREAD - https://www.mc-market.org/threads/550826/
^ Might have some extra info that I didn't already clarify above. I thought I fixed the issue myself earlier today so I closed the thread. Boy, was I wrong.
The plugin compiles fine in Intellij and starts up fine. So far, all I know is resetting the config seems to fix the issue temporarily but after a while, if someone else tries to claim land, it'll fuck the console up, shutting down the server.
The error (https://hastebin.com/upuqomoxiv.sql):
Code:
27.12 01:16:48 [Server] ERROR --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-27 (MC: 1.15.1) ---
27.12 01:16:48 [Server] ERROR The server has not responded for 21 seconds! Creating thread dump
27.12 01:16:48 [Server] ERROR ------------------------------
27.12 01:16:48 [Server] ERROR Server thread dump (Look for plugins here before reporting to Paper!):
27.12 01:16:48 [Server] ERROR The server is waiting on these chunks: []
27.12 01:16:48 [Server] ERROR ------------------------------
27.12 01:16:48 [Server] ERROR Current Thread: Server thread
27.12 01:16:48 [Server] ERROR PID: 23 | Suspended: false | Native: false | State: RUNNABLE
27.12 01:16:48 [Server] ERROR Stack:
27.12 01:16:48 [Server] ERROR me.nykorrin.teams.util.Cuboid.getBlocks(Cuboid.java:79)
27.12 01:16:48 [Server] ERROR me.nykorrin.teams.managers.ClaimManager.claimableDistance(ClaimManager.java:53)
27.12 01:16:48 [Server] ERROR me.nykorrin.teams.listener.PlayerListener.onInteract(PlayerListener.java:171)
27.12 01:16:48 [Server] ERROR com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor83.execute(Unknown Source)
27.12 01:16:48 [Server] ERROR org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69)
27.12 01:16:48 [Server] ERROR org.bukkit.plugin.EventExecutor$$Lambda$2933/576196483.execute(Unknown Source)
27.12 01:16:48 [Server] ERROR co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
27.12 01:16:48 [Server] ERROR org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
27.12 01:16:48 [Server] ERROR org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545)
27.12 01:16:48 [Server] ERROR org.bukkit.craftbukkit.v1_15_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:457)
27.12 01:16:48 [Server] ERROR org.bukkit.craftbukkit.v1_15_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:424)
27.12 01:16:48 [Server] ERROR net.minecraft.server.v1_15_R1.PlayerInteractManager.a(PlayerInteractManager.java:137)
27.12 01:16:48 [Server] ERROR net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1319)
27.12 01:16:48 [Server] ERROR net.minecraft.server.v1_15_R1.PacketPlayInBlockDig.a(SourceFile:40)
27.12 01:16:48 [Server] ERROR net.minecraft.server.v1_15_R1.PacketPlayInBlockDig.a(SourceFile:10)
27.12 01:16:48 [Server] ERROR net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23)
27.12 01:16:48 [Server] ERROR net.minecraft.server.v1_15_R1.PlayerConnectionUtils$$Lambda$4111/864303267.run(Unknown Source)
27.12 01:16:48 [Server] ERROR net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18)
27.12 01:16:48 [Server] ERROR net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136)
27.12 01:16:48 [Server] ERROR net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23)
27.12 01:16:48 [Server] ERROR net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109)
27.12 01:16:48 [Server] ERROR net.minecraft.server.v1_15_R1.MinecraftServer.aZ(MinecraftServer.java:1037)
27.12 01:16:48 [Server] ERROR net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1030)
27.12 01:16:48 [Server] ERROR net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119)
27.12 01:16:48 [Server] ERROR net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1014)
27.12 01:16:48 [Server] ERROR net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:937)
27.12 01:16:48 [Server] ERROR java.lang.Thread.run(Thread.java:748)
27.12 01:16:48 [Server] ERROR ------------------------------
27.12 01:16:48 [Server] ERROR --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
27.12 01:16:48 [Server] ERROR ------------------------------
I know this error means that the server isn't responding within the tick time but the host I am using has 8gb of DDR3 ECC ram @ 2133 MHz & an i7-7700k @ 4.5GHz. It runs fine on my localhost server which uses 4gb of DDR4 ram @ 2133MHz & an i5-6500 @ 3.2GHz.
Host:
Localhost:
The plugin I am using is a survival plugin I found on Github (https://github.com/chirpthetwerp/Survival), I ported it to 1.15 and updated the Cuboid.java it used as this plugin was uploaded onto Github 8 months prior to now, so it was probably originally a 1.12-1.13 plugin (???). I am willing to share the modified source code to someone who is willing to help fix the issue as well as a fitting payment.
Please message me on discord if you are interested - Nykorrin#3018
OLD THREAD - https://www.mc-market.org/threads/550826/
^ Might have some extra info that I didn't already clarify above. I thought I fixed the issue myself earlier today so I closed the thread. Boy, was I wrong.
Last edited:
