
Taming wolves causes server to crash
nurmuzdalifah opened this issue ยท 3 comments
Observed Behavior
There's some issue with GriefPrevention and taming wolves with the latest 1.21.5 update. Everytime a player in the server I'm on (and myself included) try to tame an untamed wolf, the server immediately crashes. I've deleted all the plugins and reinstalled one-by-one, and it seems to be caused by GriefPrevention specifically, but I'm not sure what exactly from the plugin caused this. Tamed wolves + breeding them do not cause this issue, only taming feral wolves. Hoping for advice or potential fix for this.
Expected Behavior
Previously before the 1.21.5 update, players are able to tame the wolves just fine without the server crashing.
Reproduction steps
Dunno if this helps, but this even happens in Creative Mode, and with server Operators too.
- Make sure GriefPrevention plugin is installed (from scratch or pre-existing, ive tested both)
- Spawn/Find an untamed wolf in the world
- Get a Bone, use it to tame the wolf
- Server crash
Stack trace or error log
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 2025-03-27 05:24:49
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at java.base/java.util.Objects.requireNonNull(Objects.java:233)
at java.base/java.util.Optional.of(Optional.java:113)
at com.mojang.datafixers.util.Either$Left.left(Either.java:54)
at net.minecraft.world.entity.EntityReference.getEntity(SourceFile:59)
at net.minecraft.world.entity.EntityReference.get(SourceFile:88)
at net.minecraft.world.entity.OwnableEntity.getOwner(SourceFile:17)
at net.minecraft.world.entity.ai.goal.PathfinderGoalFollowOwner.b(SourceFile:39)
at net.minecraft.world.entity.ai.goal.PathfinderGoalWrapped.b(SourceFile:22)
at net.minecraft.world.entity.ai.goal.PathfinderGoalSelector.a(SourceFile:87)
at net.minecraft.world.entity.EntityInsentient.fu(EntityInsentient.java:775)
at net.minecraft.world.entity.EntityLiving.d_(EntityLiving.java:3463)
at net.minecraft.world.entity.EntityInsentient.d_(EntityInsentient.java:543)
at net.minecraft.world.entity.EntityAgeable.d_(EntityAgeable.java:157)
at net.minecraft.world.entity.animal.EntityAnimal.d_(EntityAnimal.java:76)
at net.minecraft.world.entity.animal.wolf.EntityWolf.d_(EntityWolf.java:296)
at net.minecraft.world.entity.EntityLiving.g(EntityLiving.java:3221)
at net.minecraft.world.entity.EntityInsentient.g(EntityInsentient.java:412)
at net.minecraft.world.entity.animal.wolf.EntityWolf.g(EntityWolf.java:312)
at net.minecraft.server.level.WorldServer.a(WorldServer.java:876)
at net.minecraft.world.level.World.a(World.java:689)
at net.minecraft.server.level.WorldServer.lambda$tick$2(WorldServer.java:446)
at net.minecraft.world.level.entity.EntityTickList.forEach(SourceFile:54)
at net.minecraft.server.level.WorldServer.a(WorldServer.java:428)
at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:1517)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1362)
at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1068)
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:325)
at java.base/java.lang.Thread.run(Thread.java:1583)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at java.base/java.util.Objects.requireNonNull(Objects.java:233)
at java.base/java.util.Optional.of(Optional.java:113)
at com.mojang.datafixers.util.Either$Left.left(Either.java:54)
at net.minecraft.world.entity.EntityReference.getEntity(SourceFile:59)
at net.minecraft.world.entity.EntityReference.get(SourceFile:88)
at net.minecraft.world.entity.OwnableEntity.getOwner(SourceFile:17)
at net.minecraft.world.entity.ai.goal.PathfinderGoalFollowOwner.b(SourceFile:39)
at net.minecraft.world.entity.ai.goal.PathfinderGoalWrapped.b(SourceFile:22)
at net.minecraft.world.entity.ai.goal.PathfinderGoalSelector.a(SourceFile:87)
at net.minecraft.world.entity.EntityInsentient.fu(EntityInsentient.java:775)
at net.minecraft.world.entity.EntityLiving.d_(EntityLiving.java:3463)
at net.minecraft.world.entity.EntityInsentient.d_(EntityInsentient.java:543)
at net.minecraft.world.entity.EntityAgeable.d_(EntityAgeable.java:157)
at net.minecraft.world.entity.animal.EntityAnimal.d_(EntityAnimal.java:76)
at net.minecraft.world.entity.animal.wolf.EntityWolf.d_(EntityWolf.java:296)
at net.minecraft.world.entity.EntityLiving.g(EntityLiving.java:3221)
at net.minecraft.world.entity.EntityInsentient.g(EntityInsentient.java:412)
at net.minecraft.world.entity.animal.wolf.EntityWolf.g(EntityWolf.java:312)
at net.minecraft.server.level.WorldServer.a(WorldServer.java:876)
at net.minecraft.world.level.World.a(World.java:689)
at net.minecraft.server.level.WorldServer.lambda$tick$2(WorldServer.java:446)
at net.minecraft.world.level.entity.EntityTickList.forEach(SourceFile:54)
-- Entity being ticked --
Details:
Entity Type: minecraft:wolf (net.minecraft.world.entity.animal.wolf.EntityWolf)
Entity ID: 461
Entity Name: Wolf
Entity's Exact location: -205.50, 64.00, -377.50
Entity's Block location: World: (-206,64,-378), Section: (at 2,0,6 in -13,4,-24; chunk contains blocks -208,-64,-384 to -193,319,-369), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
Entity's Momentum: 0.00, -0.08, 0.00
Entity's Passengers: []
Entity's Vehicle: null
Stacktrace:
at net.minecraft.world.level.World.a(World.java:689)
at net.minecraft.server.level.WorldServer.lambda$tick$2(WorldServer.java:446)
at net.minecraft.world.level.entity.EntityTickList.forEach(SourceFile:54)
at net.minecraft.server.level.WorldServer.a(WorldServer.java:428)
at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:1517)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1362)
at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1068)
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:325)
at java.base/java.lang.Thread.run(Thread.java:1583)
-- Affected level --
Details:
All players: 1 total; EntityPlayer{name=nurmuzdalifah, id=257, pos=(-207.42662407428023, 64.0, -375.1757558181415), mode=CREATIVE, permission=4}
Chunk stats: 2574
Level dimension: minecraft:overworld
Level spawn location: World: (0,72,0), Section: (at 0,8,0 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 36343839 game time, 38206721 day time
Level name: world
Level game mode: Game mode: survival (ID 0). Hardcore: false. Commands: false
Level weather: Rain time: 26626 (now: false), thunder time: 159736 (now: false)
Known server brands: vanilla, forge, Paper, Spigot
Removed feature flags:
Level was modded: true
Level storage version: 0x04ABD - Anvil
Loaded entity count: 352
Stacktrace:
at net.minecraft.server.level.WorldServer.a(WorldServer.java:1950)
at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:1522)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1362)
at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1068)
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:325)
at java.base/java.lang.Thread.run(Thread.java:1583)
-- System Details --
Details:
Minecraft Version: 1.21.5
Minecraft Version ID: 1.21.5
Operating System: Linux (amd64) version 5.15.0-117-generic
Java Version: 21.0.4, Eclipse Adoptium
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
Memory: 1693662976 bytes (1615 MiB) / 2147483648 bytes (2048 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 2
Processor Vendor: AuthenticAMD
Processor Name: AMD EPYC 7F72 24-Core Processor
Identifier: AuthenticAMD Family 23 Model 49 Stepping 0
Microarchitecture: Zen 2
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 24
Number of logical CPUs: 48
Graphics card #0 name: unknown
Graphics card #0 vendor: unknown
Graphics card #0 VRAM (MiB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Virtual memory max (MiB): 129820.58
Virtual memory used (MiB): 16812.76
Swap memory total (MiB): 1024.00
Swap memory used (MiB): 40.74
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 166129.94, total: 223120.39
Space in storage for workdir (MiB): available: 166129.94, total: 223120.39
JVM Flags: 2 total; -Xmx4096M -Xms2048M
CraftBukkit Information:
Running: CraftBukkit version 4467-Spigot-aa90801-f571ba1 (MC: 1.21.5) (Implementing API version 1.21.5-R0.1-SNAPSHOT) true
Plugins: { Essentials v2.21.0 com.earth2me.essentials.Essentials [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally, drtshock, vemacs, SupaHam, mdcfe, JRoy, pop4959], GriefPrevention v16.18.4 me.ryanhamshire.GriefPrevention.GriefPrevention [],}
Warnings: DEFAULT
Reload Count: 0
Threads: { TIMED_WAITING IO-Worker-3: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:410), [email protected]/java.util.concurrent.LinkedTransferQueue$DualNode.await(LinkedTransferQueue.java:452), [email protected]/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(SynchronousQueue.java:194), [email protected]/java.util.concurrent.SynchronousQueue.xfer(SynchronousQueue.java:233), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:336), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1069), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], TIMED_WAITING IO-Worker-1: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:410), [email protected]/java.util.concurrent.LinkedTransferQueue$DualNode.await(LinkedTransferQueue.java:452), [email protected]/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(SynchronousQueue.java:194), [email protected]/java.util.concurrent.SynchronousQueue.xfer(SynchronousQueue.java:233), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:336), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1069), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], RUNNABLE Netty Epoll Server IO #1: [io.netty.channel.epoll.Native.epollWait(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:220), io.netty.channel.epoll.Native.epollWait(Native.java:213), io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:308), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:365), io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998), io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], TIMED_WAITING Common-Cleaner: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1847), [email protected]/java.lang.ref.ReferenceQueue.await(ReferenceQueue.java:71), [email protected]/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:143), [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:218), [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583), [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:186)], RUNNABLE Server console handler: [[email protected]/java.io.FileInputStream.readBytes(Native Method), [email protected]/java.io.FileInputStream.read(FileInputStream.java:287), [email protected]/java.io.BufferedInputStream.fill(BufferedInputStream.java:291), [email protected]/java.io.BufferedInputStream.implRead(BufferedInputStream.java:325), [email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:312), jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169), jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137), jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246), jline.internal.InputStreamReader.read(InputStreamReader.java:261), jline.internal.InputStreamReader.read(InputStreamReader.java:198), jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145), jline.console.ConsoleReader.readLine(ConsoleReader.java:2349), net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:131)], WAITING NonBlockingInputStreamThread: [[email protected]/java.lang.Object.wait0(Native Method), [email protected]/java.lang.Object.wait(Object.java:366), jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], WAITING pool-7-thread-2: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1707), [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], TIMED_WAITING Craft Scheduler Thread - 0: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:410), [email protected]/java.util.concurrent.LinkedTransferQueue$DualNode.await(LinkedTransferQueue.java:452), [email protected]/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(SynchronousQueue.java:194), [email protected]/java.util.concurrent.SynchronousQueue.xfer(SynchronousQueue.java:233), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:336), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1069), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], TIMED_WAITING Timer-0: [[email protected]/java.lang.Object.wait0(Native Method), [email protected]/java.lang.Object.wait(Object.java:366), [email protected]/java.util.TimerThread.mainLoop(Timer.java:563), [email protected]/java.util.TimerThread.run(Timer.java:516)], RUNNABLE Reference Handler: [[email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method), [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:246), [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:208)], RUNNABLE Notification Thread: [], RUNNABLE Server thread: [[email protected]/java.lang.Thread.dumpThreads(Native Method), [email protected]/java.lang.Thread.getAllStackTraces(Thread.java:2521), org.bukkit.craftbukkit.v1_21_R4.CraftCrashReport.get(CraftCrashReport.java:33), org.bukkit.craftbukkit.v1_21_R4.CraftCrashReport.get(CraftCrashReport.java:17), net.minecraft.SystemReport.a(SourceFile:70), net.minecraft.CrashReport.<init>(CrashReport.java:38), net.minecraft.CrashReport.a(CrashReport.java:223), net.minecraft.world.level.World.a(World.java:692), net.minecraft.server.level.WorldServer.lambda$tick$2(WorldServer.java:446), net.minecraft.server.level.WorldServer$$Lambda/0x00007fa9b13b7c28.accept(Unknown Source), net.minecraft.world.level.entity.EntityTickList.a(SourceFile:54), net.minecraft.server.level.WorldServer.a(WorldServer.java:428), net.minecraft.server.MinecraftServer.c(MinecraftServer.java:1517), net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1362), net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1068), net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:325), net.minecraft.server.MinecraftServer$$Lambda/0x00007fa9b0cf10d8.run(Unknown Source), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], TIMED_WAITING bStats-Metrics: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1758), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], TIMED_WAITING Spigot Metrics Thread: [[email protected]/java.lang.Object.wait0(Native Method), [email protected]/java.lang.Object.wait(Object.java:366), [email protected]/java.util.TimerThread.mainLoop(Timer.java:563), [email protected]/java.util.TimerThread.run(Timer.java:516)], WAITING pool-6-thread-1: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1707), [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], RUNNABLE Query Listener #1: [[email protected]/sun.nio.ch.Net.poll(Native Method), [email protected]/sun.nio.ch.DatagramChannelImpl.park(DatagramChannelImpl.java:511), [email protected]/sun.nio.ch.DatagramChannelImpl.tryBlockingReceive(DatagramChannelImpl.java:762), [email protected]/sun.nio.ch.DatagramChannelImpl.blockingReceive(DatagramChannelImpl.java:692), [email protected]/sun.nio.ch.DatagramSocketAdaptor.receive(DatagramSocketAdaptor.java:204), [email protected]/java.net.DatagramSocket.receive(DatagramSocket.java:714), net.minecraft.server.rcon.thread.RemoteStatusListener.run(SourceFile:259), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], TIMED_WAITING JNA Cleaner: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1847), [email protected]/java.lang.ref.ReferenceQueue.await(ReferenceQueue.java:71), [email protected]/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:143), [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:218), com.sun.jna.internal.Cleaner$CleanerThread.run(Cleaner.java:154)], RUNNABLE Netty Epoll Server IO #0: [io.netty.channel.epoll.Native.epollWait(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:220), io.netty.channel.epoll.Native.epollWait(Native.java:213), io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:308), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:365), io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998), io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], TIMED_WAITING IO-Worker-4: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:410), [email protected]/java.util.concurrent.LinkedTransferQueue$DualNode.await(LinkedTransferQueue.java:452), [email protected]/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(SynchronousQueue.java:194), [email protected]/java.util.concurrent.SynchronousQueue.xfer(SynchronousQueue.java:233), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:336), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1069), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], TIMED_WAITING Timer hack thread: [[email protected]/java.lang.Thread.sleep0(Native Method), [email protected]/java.lang.Thread.sleep(Thread.java:509), net.minecraft.SystemUtils$9.run(SourceFile:988)], TIMED_WAITING Yggdrasil Key Fetcher: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1758), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], RUNNABLE HTTP-Dispatcher: [[email protected]/sun.nio.ch.EPoll.wait(Native Method), [email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:121), [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:130), [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:142), platform/[email protected]/sun.net.httpserver.ServerImpl$Dispatcher.run(ServerImpl.java:474), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], WAITING Jolokia Agent Cleanup Thread: [[email protected]/java.lang.Object.wait0(Native Method), [email protected]/java.lang.Object.wait(Object.java:366), [email protected]/java.lang.Thread.join(Thread.java:2078), [email protected]/java.lang.Thread.join(Thread.java:2154), app//org.jolokia.jvmagent.CleanupThread.joinThreads(CleanupThread.java:110), app//org.jolokia.jvmagent.CleanupThread.run(CleanupThread.java:60)], RUNNABLE DestroyJavaVM: [], TIMED_WAITING idle-timeout-task: [[email protected]/java.lang.Object.wait0(Native Method), [email protected]/java.lang.Object.wait(Object.java:366), [email protected]/java.util.TimerThread.mainLoop(Timer.java:563), [email protected]/java.util.TimerThread.run(Timer.java:516)], WAITING Java2D Disposer: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1707), [email protected]/java.lang.ref.ReferenceQueue.await(ReferenceQueue.java:67), [email protected]/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:158), [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:234), [email protected]/sun.java2d.Disposer.run(Disposer.java:145), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], RUNNABLE Signal Dispatcher: [], TIMED_WAITING Keep-Alive-Timer: [[email protected]/java.lang.Thread.sleep0(Native Method), [email protected]/java.lang.Thread.sleep(Thread.java:509), [email protected]/sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:238), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583), [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:186)], RUNNABLE JolokiaDiscoveryListenerThread-172.19.0.2: [[email protected]/sun.nio.ch.DatagramChannelImpl.receive0(Native Method), [email protected]/sun.nio.ch.DatagramChannelImpl.receiveIntoNativeBuffer(DatagramChannelImpl.java:814), [email protected]/sun.nio.ch.DatagramChannelImpl.receive(DatagramChannelImpl.java:790), [email protected]/sun.nio.ch.DatagramChannelImpl.tryBlockingReceive(DatagramChannelImpl.java:751), [email protected]/sun.nio.ch.DatagramChannelImpl.blockingReceive(DatagramChannelImpl.java:692), [email protected]/sun.nio.ch.DatagramSocketAdaptor.receive(DatagramSocketAdaptor.java:204), [email protected]/java.net.DatagramSocket.receive(DatagramSocket.java:714), app//org.jolokia.discovery.MulticastSocketListenerThread.receiveMessage(MulticastSocketListenerThread.java:115), app//org.jolokia.discovery.MulticastSocketListenerThread.run(MulticastSocketListenerThread.java:72)], WAITING Finalizer: [[email protected]/java.lang.Object.wait0(Native Method), [email protected]/java.lang.Object.wait(Object.java:366), [email protected]/java.lang.Object.wait(Object.java:339), [email protected]/java.lang.ref.NativeReferenceQueue.await(NativeReferenceQueue.java:48), [email protected]/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:158), [email protected]/java.lang.ref.NativeReferenceQueue.remove(NativeReferenceQueue.java:89), [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:173)], RUNNABLE Netty Epoll Server IO #3: [io.netty.channel.epoll.Native.epollWait(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:220), io.netty.channel.epoll.Native.epollWait(Native.java:213), io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:308), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:365), io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998), io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], WAITING TerminalConsoleWriter: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1707), [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435), com.mojang.logging.LogQueues.getNextLogEvent(LogQueues.java:41), org.bukkit.craftbukkit.v1_21_R4.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:36)], TIMED_WAITING pool-8-thread-1: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1758), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182), [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], RUNNABLE Netty Epoll Server IO #2: [io.netty.channel.epoll.Native.epollWait(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:220), io.netty.channel.epoll.Native.epollWait(Native.java:213), io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:308), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:365), io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998), io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], TIMED_WAITING Worker-Main-1: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:449), [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1891), [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809), [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)], TIMED_WAITING Spigot Watchdog Thread: [[email protected]/java.lang.Thread.sleep0(Native Method), [email protected]/java.lang.Thread.sleep(Thread.java:509), org.spigotmc.WatchdogThread.run(WatchdogThread.java:106)], TIMED_WAITING IO-Worker-2: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:410), [email protected]/java.util.concurrent.LinkedTransferQueue$DualNode.await(LinkedTransferQueue.java:452), [email protected]/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(SynchronousQueue.java:194), [email protected]/java.util.concurrent.SynchronousQueue.xfer(SynchronousQueue.java:233), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:336), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1069), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], WAITING pool-7-thread-1: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1707), [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], TIMED_WAITING process reaper: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:410), [email protected]/java.util.concurrent.LinkedTransferQueue$DualNode.await(LinkedTransferQueue.java:452), [email protected]/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(SynchronousQueue.java:194), [email protected]/java.util.concurrent.SynchronousQueue.xfer(SynchronousQueue.java:233), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:336), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1069), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583), [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:186)], TIMED_WAITING Async Chat Thread - #0: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:410), [email protected]/java.util.concurrent.LinkedTransferQueue$DualNode.await(LinkedTransferQueue.java:452), [email protected]/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(SynchronousQueue.java:194), [email protected]/java.util.concurrent.SynchronousQueue.xfer(SynchronousQueue.java:233), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:336), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1069), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], TIMED_WAITING Craft Scheduler Thread - 1: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:410), [email protected]/java.util.concurrent.LinkedTransferQueue$DualNode.await(LinkedTransferQueue.java:452), [email protected]/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(SynchronousQueue.java:194), [email protected]/java.util.concurrent.SynchronousQueue.xfer(SynchronousQueue.java:233), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:336), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1069), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)], WAITING jolokia-0: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1707), [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), [email protected]/java.lang.Thread.runWith(Thread.java:1596), [email protected]/java.lang.Thread.run(Thread.java:1583)],}
Recent tasks from 169-199{Essentials:com.earth2me.essentials.EssentialsPlayerListener$1DelayJoinTask$$Lambda/0x00007fa9b1528868@118,}
Force Loaded Chunks: { world: {}, world_nether: {}, world_the_end: {},}
Server Running: true
Player Count: 1 / 20; [EntityPlayer['nurmuzdalifah'/257, l='ServerLevel[world]', x=-207.43, y=64.00, z=-375.18](nurmuzdalifah at -207.42662407428023,64.0,-375.1757558181415)]
Active Data Packs: vanilla, file/bukkit
Available Data Packs: file/bukkit, minecart_improvements, redstone_experiments, trade_rebalance, vanilla
Enabled Feature Flags: minecraft:vanilla
World Generation: Stable
World Seed: 2168464381665812934
Suppressed Exceptions: ~~NONE~~
Is Modded: Definitely; Server brand changed to 'Spigot'
Type: Dedicated Server (map_server.txt)
Server version
[06:14:15] [Server thread/INFO]: This server is running CraftBukkit version 4467-Spigot-aa90801-f571ba1 (MC: 1.21.5) (Implementing API version 1.21.5-R0.1-SNAPSHOT)
GriefPrevention version
[06:14:16] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.18.4
Configuration
# Default values are perfect for most servers. If you want to customize and have a question, look for the answer here first: http://dev.bukkit.org/bukkit-plugins/grief-prevention/pages/setup-and-configuration/
GriefPrevention:
SeaLevelOverrides:
world: -1
world_nether: -1
world_the_end: -1
Claims:
Mode:
world_nether: Disabled
world_the_end: Disabled
world: Survival
PreventGlobalMonsterEggs: true
PreventTheft: true
ProtectCreatures: true
PreventButtonsSwitches: true
LockWoodenDoors: false
LockTrapDoors: false
LockFenceGates: true
EnderPearlsRequireAccessTrust: true
RaidTriggersRequireBuildTrust: true
ProtectHorses: true
ProtectDonkeys: true
ProtectLlamas: true
InitialBlocks: 100
Claim Blocks Accrued Per Hour:
Default: 100
Max Accrued Claim Blocks:
Default: 80000
Accrued Idle Threshold: 0
AccruedIdlePercent: 0
AbandonReturnRatio: 1.0
AutomaticNewPlayerClaimsRadius: 4
AutomaticNewPlayerClaimsRadiusMinimum: 0
ExtendIntoGroundDistance: 5
MinimumWidth: 5
MinimumArea: 100
MaximumDepth: -2147483648
InvestigationTool: STICK
ModificationTool: GOLDEN_SHOVEL
Expiration:
ChestClaimDays: 7
UnusedClaimDays: 14
AllClaims:
DaysInactive: 60
ExceptWhenOwnerHasTotalClaimBlocks: 10000
ExceptWhenOwnerHasBonusClaimBlocks: 5000
AutomaticNatureRestoration:
SurvivalWorlds: false
AllowTrappedInAdminClaims: false
MaximumNumberOfClaimsPerPlayer: 0
CreationRequiresWorldGuardBuildPermission: true
VillagerTradingRequiresPermission: true
CommandsRequiringAccessTrust: /sethome
DeliverManuals: true
ManualDeliveryDelaySeconds: 30
RavagersBreakBlocks: true
FireSpreadsInClaims: false
FireDamagesInClaims: false
LecternReadingRequiresAccessTrust: true
Spam:
Enabled: true
LoginCooldownSeconds: 60
LoginLogoutNotificationsPerMinute: 5
ChatSlashCommands: /me;/global;/local
WhisperSlashCommands: /tell;/pm;/r;/whisper;/msg
WarningMessage: Please reduce your noise level. Spammers will be banned.
BanOffenders: true
BanMessage: Banned for spam.
AllowedIpAddresses: 1.2.3.4; 5.6.7.8
DeathMessageCooldownSeconds: 120
Logout Message Delay In Seconds: 0
PvP:
RulesEnabledInWorld:
world: true
world_nether: true
world_the_end: true
ProtectFreshSpawns: true
PunishLogout: true
CombatTimeoutSeconds: 15
AllowCombatItemDrop: false
BlockedSlashCommands: /home;/vanish;/spawn;/tpa
ProtectPlayersInLandClaims:
PlayerOwnedClaims: true
AdministrativeClaims: true
AdministrativeSubdivisions: true
AllowLavaDumpingNearOtherPlayers:
PvPWorlds: true
NonPvPWorlds: false
AllowFlintAndSteelNearOtherPlayers:
PvPWorlds: true
NonPvPWorlds: false
ProtectPetsOutsideLandClaims: false
Economy:
ClaimBlocksMaxBonus: 0
ClaimBlocksPurchaseCost: 0.0
ClaimBlocksSellValue: 0.0
ProtectItemsDroppedOnDeath:
PvPWorlds: false
NonPvPWorlds: true
BlockLandClaimExplosions: true
BlockSurfaceCreeperExplosions: true
BlockSurfaceOtherExplosions: true
LimitSkyTrees: true
LimitTreeGrowth: false
PistonMovement: CLAIMS_ONLY
PistonExplosionSound: true
FireSpreads: false
FireDestroys: false
AdminsGetWhispers: true
AdminsGetSignNotifications: true
VisualizationAntiCheatCompatMode: false
SmartBan: true
Mute New Players Using Banned Words: true
MaxPlayersPerIpAddress: 3
SilenceBans: true
Siege:
Worlds: []
BreakableBlocks:
- DIRT
- BROWN_WOOL
- GLASS
- ORANGE_WOOL
- PURPLE_WOOL
- SNOW
- PINK_WOOL
- BLUE_WOOL
- GRASS_BLOCK
- ACACIA_PLANKS
- SAND
- GRAY_WOOL
- SHORT_GRASS
- DEAD_BUSH
- LIGHT_BLUE_WOOL
- COBBLESTONE
- BLACK_WOOL
- FERN
- GLASS_PANE
- GREEN_WOOL
- GRAVEL
- WHITE_WOOL
- YELLOW_WOOL
- LIGHT_GRAY_WOOL
- OAK_PLANKS
- MAGENTA_WOOL
- LIME_WOOL
- JUNGLE_PLANKS
- SPRUCE_PLANKS
- CYAN_WOOL
- BIRCH_PLANKS
- DARK_OAK_PLANKS
- RED_WOOL
DoorsOpenDelayInSeconds: 300
CooldownEndInMinutes: 60
EndermenMoveBlocks: false
SilverfishBreakBlocks: false
CreaturesTrampleCrops: false
RabbitsEatCrops: true
HardModeZombiesBreakDoors: false
MobProjectilesChangeBlocks: false
Database:
URL: ''
UserName: ''
Password: ''
UseBanCommand: false
BanCommandPattern: ban %name% %reason%
Advanced:
fixNegativeClaimblockAmounts: true
ClaimExpirationCheckRate: 60
OfflinePlayer_cache_days: 90
Abridged Logs:
Days To Keep: 7
Included Entry Types:
Social Activity: true
Suspicious Activity: true
Administrative Activity: false
Debug: false
Muted Chat Messages: false
ConfigVersion: 1
Plugin list
Running without GriefPrevention
- I attempted running the server without GriefPrevention installed.
- The problem does not occur when GriefPrevention is removed from the server.
Running with only GriefPrevention
- I attempted running only GriefPrevention on the server.
- The issue still occurs when GriefPrevention is the only plugin running.
Running on a fresh, clean server installation
- I attempted testing for the issue on a new server.
- The issue still occurs on a new server.
Using unmodified client
- I attempted testing for the issue with the vanilla client.
- The issue still occurs when using the vanilla client.
We appreciate you taking the time to fill out a bug report!
- I searched for similar issues before submitting this bug report.
The only thing I can think of that might be causing an issue would be
GriefPrevention/src/main/java/me/ryanhamshire/GriefPrevention/PlayerEventHandler.java
Lines 1237 to 1246 in 47cb363
This probably is a Spigot bug.
@Jikoo Do you have any suggestions on how to fix this perhaps ? But just for clarification, are you implying that there's something in the new Spigot update that may be clashing with GriefPrevention ?
This is likely a bug in Spigot, not in GP. It is probably triggered by GriefPrevention setting the owner of the wolf to null, which is how the Bukkit API allows plugins to remove ownership. If that is the case there's nothing GP can do - it's an issue with the implementation of the API.
Would need to create a minimal reproduction plugin to be entirely confident, but as it stands, you'll note that the stack trace doesn't directly implicate GP - the problem occurs later when the entity's datafixer runs. The way Spigot handles ownership removal is probably not correct any more due to changes in Minecraft internals.