sjavi4 / PlayerDoll

Fake Player Plugin for Spigot Paper Folia
36 stars 0 forks source link

FOLIA ERROR #19

Closed xiaoluofa closed 7 months ago

xiaoluofa commented 7 months ago

[15:48:59 WARN]: java.lang.NoSuchMethodException: net.minecraft.server.dedicated.DedicatedPlayerList.placeNewPlayer(net.minecraft.network.NetworkManager,net.minecraft.server.level.EntityPlayer,net.minecraft.nbt.NBTTagCompound,java.lang.String,org.bukkit.Location) [15:48:59 WARN]: at java.base/java.lang.Class.getMethod(Class.java:2227) [15:48:59 WARN]: at PlayerDoll-1.21.jar//me.autobot.playerdoll.Dolls.FoliaDollHelper.handleAcceptedLogin(FoliaDollHelper.java:45) [15:48:59 WARN]: at PlayerDoll-1.21.jar//me.autobot.playerdoll.v1_20_R3.Dolls.FoliaDollImpl.spawnToWorld(FoliaDollImpl.java:21) [15:48:59 WARN]: at PlayerDoll-1.21.jar//me.autobot.playerdoll.v1_20_R3.Dolls.AbstractDoll.(AbstractDoll.java:79) [15:48:59 WARN]: at PlayerDoll-1.21.jar//me.autobot.playerdoll.v1_20_R3.Dolls.FoliaDollImpl.(FoliaDollImpl.java:16) [15:48:59 WARN]: at PlayerDoll-1.21.jar//me.autobot.playerdoll.v1_20_R3.Dolls.AbstractDoll.callSpawn(AbstractDoll.java:60) [15:48:59 WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:48:59 WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) [15:48:59 WARN]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:48:59 WARN]: at java.base/java.lang.reflect.Method.invoke(Method.java:568) [15:48:59 WARN]: at PlayerDoll-1.21.jar//me.autobot.playerdoll.Dolls.DollHelper.callSpawn(DollHelper.java:19) [15:48:59 WARN]: at PlayerDoll-1.21.jar//me.autobot.playerdoll.Command.SubCommands.Spawn.(Spawn.java:77) [15:48:59 WARN]: at PlayerDoll-1.21.jar//me.autobot.playerdoll.Command.CommandType$25.execute(CommandType.java:379) [15:48:59 WARN]: at PlayerDoll-1.21.jar//me.autobot.playerdoll.Command.CommandHelper.onCommand(CommandHelper.java:32) [15:48:59 WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) [15:48:59 WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) [15:48:59 WARN]: at org.bukkit.craftbukkit.v1_20_R3.CraftServer.dispatchCommand(CraftServer.java:1030) [15:48:59 WARN]: at org.bukkit.craftbukkit.v1_20_R3.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) [15:48:59 WARN]: at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) [15:48:59 WARN]: at net.minecraft.commands.execution.tasks.ExecuteCommand.a(ExecuteCommand.java:32) [15:48:59 WARN]: at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:19) [15:48:59 WARN]: at net.minecraft.commands.execution.UnboundEntryAction.a(UnboundEntryAction.java:8) [15:48:59 WARN]: at net.minecraft.commands.execution.CommandQueueEntry.a(CommandQueueEntry.java:5) [15:48:59 WARN]: at net.minecraft.commands.execution.ExecutionContext.a(ExecutionContext.java:101) [15:48:59 WARN]: at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:435) [15:48:59 WARN]: at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:336) [15:48:59 WARN]: at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:323) [15:48:59 WARN]: at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2286) [15:48:59 WARN]: at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$14(PlayerConnection.java:2246) [15:48:59 WARN]: at io.papermc.paper.threadedregions.EntityScheduler.executeTick(EntityScheduler.java:173) [15:48:59 WARN]: at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1633) [15:48:59 WARN]: at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.tickRegion(TickRegions.java:407) [15:48:59 WARN]: at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:404) [15:48:59 WARN]: at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) [15:48:59 WARN]: at java.base/java.lang.Thread.run(Thread.java:840)

xiaoluofa commented 7 months ago

FOLIA 1.20.4

xiaoluofa commented 7 months ago

I have tried several versions, but none of them can work properly in folia 1.20.2 or 1.20.4. All of them have an error and cannot spawn player.

xiaoluofa commented 7 months ago

[16:08:56 WARN]: java.lang.NoSuchMethodException: net.minecraft.server.dedicated.DedicatedPlayerList.placeNewPlayer(net.minecraft.network.NetworkManager,net.minecraft.server.level.EntityPlayer,net.minecraft.nbt.NBTTagCompound,java.lang.String,org.bukkit.Location) [16:08:56 WARN]: at java.base/java.lang.Class.getMethod(Class.java:2227) [16:08:56 WARN]: at PlayerDoll-1.20.jar//me.autobot.playerdoll.Dolls.FoliaDollHelper.handleAcceptedLogin(FoliaDollHelper.java:45) [16:08:56 WARN]: at PlayerDoll-1.20.jar//me.autobot.playerdoll.v1_20_R2.Dolls.FoliaDollImpl.spawnToWorld(FoliaDollImpl.java:21) [16:08:56 WARN]: at PlayerDoll-1.20.jar//me.autobot.playerdoll.v1_20_R2.Dolls.AbstractDoll.(AbstractDoll.java:74) [16:08:56 WARN]: at PlayerDoll-1.20.jar//me.autobot.playerdoll.v1_20_R2.Dolls.FoliaDollImpl.(FoliaDollImpl.java:16) [16:08:56 WARN]: at PlayerDoll-1.20.jar//me.autobot.playerdoll.v1_20_R2.Dolls.AbstractDoll.callSpawn(AbstractDoll.java:56) [16:08:56 WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [16:08:56 WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) [16:08:56 WARN]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [16:08:56 WARN]: at java.base/java.lang.reflect.Method.invoke(Method.java:568) [16:08:56 WARN]: at PlayerDoll-1.20.jar//me.autobot.playerdoll.Dolls.DollHelper.callSpawn(DollHelper.java:19) [16:08:56 WARN]: at PlayerDoll-1.20.jar//me.autobot.playerdoll.Command.SubCommands.Spawn.(Spawn.java:77) [16:08:56 WARN]: at PlayerDoll-1.20.jar//me.autobot.playerdoll.Command.CommandType$25.execute(CommandType.java:379) [16:08:56 WARN]: at PlayerDoll-1.20.jar//me.autobot.playerdoll.Command.CommandHelper.onCommand(CommandHelper.java:32) [16:08:56 WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) [16:08:56 WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) [16:08:56 WARN]: at org.bukkit.craftbukkit.v1_20_R2.CraftServer.dispatchCommand(CraftServer.java:1032) [16:08:56 WARN]: at org.bukkit.craftbukkit.v1_20_R2.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) [16:08:56 WARN]: at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) [16:08:56 WARN]: at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:330) [16:08:56 WARN]: at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:314) [16:08:56 WARN]: at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2259) [16:08:56 WARN]: at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$15(PlayerConnection.java:2219) [16:08:56 WARN]: at io.papermc.paper.threadedregions.EntityScheduler.executeTick(EntityScheduler.java:173) [16:08:56 WARN]: at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1516) [16:08:56 WARN]: at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.tickRegion(TickRegions.java:402) [16:08:56 WARN]: at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:404) [16:08:56 WARN]: at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) [16:08:56 WARN]: at java.base/java.lang.Thread.run(Thread.java:840)

sjavi4 commented 7 months ago

I had only tried on Folia 1.20.1 as native version, post 1.20.1 has something changed on spawn method. New version is working on progress for fixing this.

xiaoluofa commented 7 months ago

I had only tried on Folia 1.20.1 as native version, post 1.20.1 has something changed on spawn method. New version is working on progress pls support folia 1.20.2

sjavi4 commented 7 months ago

Please check v1.23 https://modrinth.com/plugin/playerdoll/version/1.23 for the update

xiaoluofa commented 7 months ago

Please check v1.23 https://modrinth.com/plugin/playerdoll/version/1.23 for the update

/doll attack cant work folia 1.20.2

sjavi4 commented 7 months ago

Please check v1.23 https://modrinth.com/plugin/playerdoll/version/1.23 for the update

/doll attack

cant work

folia 1.20.2

please test the command outside the Spawn protection area (origin of the world)

xiaoluofa commented 7 months ago

Please check v1.23 https://modrinth.com/plugin/playerdoll/version/1.23 for the update

/doll attack cant work folia 1.20.2

please test the command outside the Spawn protection area (origin of the world)

Sorry, it works properly, it's my problem ~ Thank you very much for your plug-in.

xiaoluofa commented 7 months ago

new error [12:40:01] [Region Scheduler Thread #7/INFO]: Kamisat0Ayaka issued server command: /doll set -op [12:40:03] [Folia Async Scheduler Thread #462/INFO]: Deathprisoner > 在你要是住家的话这边可以建房子 [12:40:03] [Region Scheduler Thread #2/ERROR]: [io.papermc.paper.threadedregions.ThreadedRegionizer] Failed to acquire region ThreadedRegion{state=3,sectionCount=79,sections=[RegionSection{sectionCoordinate=[-9, 14],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=300403206},RegionSection{sectionCoordinate=[-1, 14],chunkCount=176,chunksBitset=0000000000000000ffffffffffff0000ffffffffffffffffffffffffffffffff,nonEmptyNeighbours=5,hash=319747957},RegionSection{sectionCoordinate=[2, 18],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=499974993},RegionSection{sectionCoordinate=[0, 16],chunkCount=256,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=8,hash=1100883519},RegionSection{sectionCoordinate=[-10, 14],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=1134101818},RegionSection{sectionCoordinate=[-6, 23],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=667477859},RegionSection{sectionCoordinate=[-2, 19],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1382723392},RegionSection{sectionCoordinate=[-1, 13],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1660273900},RegionSection{sectionCoordinate=[3, 17],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=665107213},RegionSection{sectionCoordinate=[2, 15],chunkCount=48,chunksBitset=0007000700070007000700070007000700070007000700070007000700070007,nonEmptyNeighbours=5,hash=1775156573},RegionSection{sectionCoordinate=[0, 13],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=165526776},RegionSection{sectionCoordinate=[-10, 16],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=239735340},RegionSection{sectionCoordinate=[3, 16],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1738744688},RegionSection{sectionCoordinate=[-6, 18],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=1121215917},RegionSection{sectionCoordinate=[-2, 16],chunkCount=112,chunksBitset=fe00fe00fe00fe00fe00fe00fe00fe00fe00fe00fe00fe00fe00fe00fe00fe00,nonEmptyNeighbours=5,hash=1592532223},RegionSection{sectionCoordinate=[1, 14],chunkCount=152,chunksBitset=000000000000000000ff00ff00ff0000ffffffffffffffffffffffffffffffff,nonEmptyNeighbours=5,hash=984764838},RegionSection{sectionCoordinate=[-11, 15],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=1681391534},RegionSection{sectionCoordinate=[-1, 18],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=86968200},RegionSection{sectionCoordinate=[-5, 22],chunkCount=52,chunksBitset=fff8fff8fff8fff8000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1906112409},RegionSection{sectionCoordinate=[-3, 15],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=991623222},RegionSection{sectionCoordinate=[-3, 19],chunkCount=176,chunksBitset=0000000000000000ffffffffffff0000ffffffffffffffffffffffffffffffff,nonEmptyNeighbours=3,hash=328053138},RegionSection{sectionCoordinate=[-2, 18],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1218246338},RegionSection{sectionCoordinate=[-1, 15],chunkCount=256,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=8,hash=896711454},RegionSection{sectionCoordinate=[-2, 23],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=1506094798},RegionSection{sectionCoordinate=[3, 13],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=922659720},RegionSection{sectionCoordinate=[-6, 21],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=666502469},RegionSection{sectionCoordinate=[-2, 13],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=146787734},RegionSection{sectionCoordinate=[2, 14],chunkCount=24,chunksBitset=0000000000000000000000000000000000070007000700070007000700070007,nonEmptyNeighbours=3,hash=682962388},RegionSection{sectionCoordinate=[3, 18],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=2008764736},RegionSection{sectionCoordinate=[-5, 19],chunkCount=143,chunksBitset=0000000000000000fff8fff8fff80000fff8fff8fff8fff8fff8fff8fff8fff8,nonEmptyNeighbours=3,hash=1484182866},RegionSection{sectionCoordinate=[-5, 23],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=789672756},RegionSection{sectionCoordinate=[-2, 14],chunkCount=77,chunksBitset=0000000000000000fe00fe00fe000000fe00fe00fe00fe00fe00fe00fe00fe00,nonEmptyNeighbours=3,hash=1496635453},RegionSection{sectionCoordinate=[-1, 17],chunkCount=74,chunksBitset=ffffffffffffffff000000000000ffc000000000000000000000000000000000,nonEmptyNeighbours=5,hash=1492030786},RegionSection{sectionCoordinate=[0, 17],chunkCount=80,chunksBitset=ffffffffffffffff000000000000ffff00000000000000000000000000000000,nonEmptyNeighbours=5,hash=912004936},RegionSection{sectionCoordinate=[-4, 20],chunkCount=256,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=8,hash=309353060},RegionSection{sectionCoordinate=[-3, 16],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1845140775},RegionSection{sectionCoordinate=[-2, 22],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=458076527},RegionSection{sectionCoordinate=[1, 16],chunkCount=256,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=8,hash=1091719519},RegionSection{sectionCoordinate=[3, 15],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1526833295},RegionSection{sectionCoordinate=[-5, 18],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=396556386},RegionSection{sectionCoordinate=[-3, 21],chunkCount=256,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=5,hash=126956424},RegionSection{sectionCoordinate=[-3, 23],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1044088312},RegionSection{sectionCoordinate=[-4, 18],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1844487113},RegionSection{sectionCoordinate=[-2, 17],chunkCount=28,chunksBitset=fe00fe00fe00fe00000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1829844989},RegionSection{sectionCoordinate=[-4, 23],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1670530212},RegionSection{sectionCoordinate=[-3, 13],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=31721835},RegionSection{sectionCoordinate=[-6, 20],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1768037493},RegionSection{sectionCoordinate=[-11, 14],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=220754043},RegionSection{sectionCoordinate=[2, 16],chunkCount=48,chunksBitset=0007000700070007000700070007000700070007000700070007000700070007,nonEmptyNeighbours=5,hash=2096013854},RegionSection{sectionCoordinate=[1, 13],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1574982585},RegionSection{sectionCoordinate=[1, 17],chunkCount=80,chunksBitset=ffffffffffffffff000000000000ffff00000000000000000000000000000000,nonEmptyNeighbours=5,hash=613973444},RegionSection{sectionCoordinate=[0, 15],chunkCount=256,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=8,hash=1786608260},RegionSection{sectionCoordinate=[-3, 18],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1670044551},RegionSection{sectionCoordinate=[-5, 21],chunkCount=208,chunksBitset=fff8fff8fff8fff8fff8fff8fff8fff8fff8fff8fff8fff8fff8fff8fff8fff8,nonEmptyNeighbours=5,hash=1009267156},RegionSection{sectionCoordinate=[-3, 22],chunkCount=64,chunksBitset=ffffffffffffffff000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=263610538},RegionSection{sectionCoordinate=[-9, 15],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=1538854344},RegionSection{sectionCoordinate=[-3, 14],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1519514977},RegionSection{sectionCoordinate=[-2, 15],chunkCount=112,chunksBitset=fe00fe00fe00fe00fe00fe00fe00fe00fe00fe00fe00fe00fe00fe00fe00fe00,nonEmptyNeighbours=5,hash=1878154071},RegionSection{sectionCoordinate=[-2, 20],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=313094636},RegionSection{sectionCoordinate=[-10, 15],chunkCount=1,chunksBitset=0000000000000000000000000000800000000000000000000000000000000000,nonEmptyNeighbours=0,hash=32368956},RegionSection{sectionCoordinate=[-4, 22],chunkCount=64,chunksBitset=ffffffffffffffff000000000000000000000000000000000000000000000000,nonEmptyNeighbours=5,hash=995915958},RegionSection{sectionCoordinate=[-1, 16],chunkCount=256,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=8,hash=1417821853},RegionSection{sectionCoordinate=[0, 18],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=702017465},RegionSection{sectionCoordinate=[1, 15],chunkCount=256,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=8,hash=1890110846},RegionSection{sectionCoordinate=[-3, 17],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=518159966},RegionSection{sectionCoordinate=[-4, 19],chunkCount=176,chunksBitset=0000000000000000ffffffffffff0000ffffffffffffffffffffffffffffffff,nonEmptyNeighbours=5,hash=1532091849},RegionSection{sectionCoordinate=[0, 14],chunkCount=176,chunksBitset=0000000000000000ffffffffffff0000ffffffffffffffffffffffffffffffff,nonEmptyNeighbours=5,hash=1307396925},RegionSection{sectionCoordinate=[-6, 22],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=128772298},RegionSection{sectionCoordinate=[-11, 16],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=2073603267},RegionSection{sectionCoordinate=[-4, 21],chunkCount=256,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=8,hash=1988443488},RegionSection{sectionCoordinate=[1, 18],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=594483692},RegionSection{sectionCoordinate=[-3, 20],chunkCount=256,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=5,hash=75237919},RegionSection{sectionCoordinate=[-2, 21],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=977031399},RegionSection{sectionCoordinate=[-6, 19],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1695352061},RegionSection{sectionCoordinate=[3, 14],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1799840024},RegionSection{sectionCoordinate=[2, 13],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1056362953},RegionSection{sectionCoordinate=[2, 17],chunkCount=15,chunksBitset=0007000700070007000000000000000700000000000000000000000000000000,nonEmptyNeighbours=3,hash=1522403578},RegionSection{sectionCoordinate=[-9, 16],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=48091170},RegionSection{sectionCoordinate=[-5, 20],chunkCount=209,chunksBitset=fff8fff8fff8fff9fff8fff8fff8fff8fff8fff8fff8fff8fff8fff8fff8fff8,nonEmptyNeighbours=5,hash=268043880}]} java.lang.NullPointerException: Cannot invoke "net.minecraft.server.level.EntityPlayer.dn()" because "player" is null at io.papermc.paper.threadedregions.RegionizedWorldData$1.split(RegionizedWorldData.java:167) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.RegionizedWorldData$1.split(RegionizedWorldData.java:74) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegions$TickRegionData.split(TickRegions.java:266) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer$ThreadedRegion.split(ThreadedRegionizer.java:828) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer.onRegionRelease(ThreadedRegionizer.java:660) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer$ThreadedRegion.markNotTicking(ThreadedRegionizer.java:984) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.markNotTicking(TickRegions.java:384) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:434) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at java.lang.Thread.run(Thread.java:1583) ~[?:?] [12:40:03] [Region Scheduler Thread #2/ERROR]: [io.papermc.paper.threadedregions.TickRegionScheduler] Uncaught exception in tick thread "Region Scheduler Thread #2" java.lang.NullPointerException: Cannot invoke "net.minecraft.server.level.EntityPlayer.dn()" because "player" is null at io.papermc.paper.threadedregions.RegionizedWorldData$1.split(RegionizedWorldData.java:167) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.RegionizedWorldData$1.split(RegionizedWorldData.java:74) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegions$TickRegionData.split(TickRegions.java:266) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer$ThreadedRegion.split(ThreadedRegionizer.java:828) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer.onRegionRelease(ThreadedRegionizer.java:660) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer$ThreadedRegion.markNotTicking(ThreadedRegionizer.java:984) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.markNotTicking(TickRegions.java:384) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:434) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at java.lang.Thread.run(Thread.java:1583) ~[?:?] [12:40:03] [Region shutdown thread/INFO]: [RegionShutdownThread] Awaiting scheduler termination for 60s [12:40:03] [Region shutdown thread/INFO]: [RegionShutdownThread] Scheduler halted

xiaoluofa commented 7 months ago

Maybe I used a custom language. I downloaded the chinese in the project.

xiaoluofa commented 7 months ago

And then I saw a lot of null, and then it automatically shut down.

sjavi4 commented 7 months ago

Maybe I used a custom language. I downloaded the chinese in the project.

This have been outdated for a while, you can make your own custom language.yml by referencing the engligh.yml

sjavi4 commented 7 months ago

new error [12:40:01] [Region Scheduler Thread #7/INFO]: Kamisat0Ayaka issued server command: /doll set -op [12:40:03] [Folia Async Scheduler Thread #462/INFO]: Deathprisoner > 在你要是住家的话这边可以建房子 [12:40:03] [Region Scheduler Thread #2/ERROR]: [io.papermc.paper.threadedregions.ThreadedRegionizer] Failed to acquire region ThreadedRegion{state=3,sectionCount=79,sections=[RegionSection{sectionCoordinate=[-9,

Can you describe what had going on when the server crash after typing /doll set -op Are you remotely (far apart, or different world) calling a doll setting panel or what.

sjavi4 commented 7 months ago

It seems not a plugin bug, can you repeatedly trigger this problem?

xiaoluofa commented 7 months ago

new error [12:40:01] [Region Scheduler Thread #7/INFO]: Kamisat0Ayaka issued server command: /doll set -op [12:40:03] [Folia Async Scheduler Thread #462/INFO]: Deathprisoner > 在你要是住家的话这边可以建房子 [12:40:03] [Region Scheduler Thread #2/ERROR]: [io.papermc.paper.threadedregions.ThreadedRegionizer] Failed to acquire region ThreadedRegion{state=3,sectionCount=79,sections=[RegionSection{sectionCoordinate=[-9,

Can you describe what had going on when the server crash after typing /doll set -op Are you remotely (far apart, or different world) calling a doll setting panel or what.

I used this command / doll set-op after I changed the language file. And then it collapsed, and it was normal after I deleted it. The dummy is on my face. I don't operate across the world. I used the translation software, the expression may not be accurate But I have another problem.

xiaoluofa commented 7 months ago

I used an account without op permission to try to create a doll. name is test I succeeded in create. But when I tried spawn, I failed. Then I used my op account to spawn the doll The doll successfully appeared, but the server crashed after a few seconds. [13:46:55] [Region Scheduler Thread #3/INFO]: Kamisat0Ayaka issued server command: /doll spawn test [13:46:55] [Region Scheduler Thread #5/WARN]: Found no spawn in radius for player 'literal{-test}', ignoring radius [13:46:55] [Region Scheduler Thread #7/WARN]: java.util.NoSuchElementException: packet_handler [13:46:55] [Region Scheduler Thread #7/WARN]: at io.netty.channel.DefaultChannelPipeline.getContextOrDie(DefaultChannelPipeline.java:1073) [13:46:55] [Region Scheduler Thread #7/WARN]: at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:248) [13:46:55] [Region Scheduler Thread #7/WARN]: at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:237) [13:46:55] [Region Scheduler Thread #7/WARN]: at GSit-1.6.0.jar//dev.geco.gsit.mcv.v1_20_2.util.PackageUtil.registerPlayer(PackageUtil.java:54) [13:46:55] [Region Scheduler Thread #7/WARN]: at GSit-1.6.0.jar//dev.geco.gsit.events.PlayerEvents.PJoiE(PlayerEvents.java:36) [13:46:55] [Region Scheduler Thread #7/WARN]: at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:77) [13:46:55] [Region Scheduler Thread #7/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [13:46:55] [Region Scheduler Thread #7/WARN]: at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) [13:46:55] [Region Scheduler Thread #7/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126) [13:46:55] [Region Scheduler Thread #7/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:615) [13:46:55] [Region Scheduler Thread #7/WARN]: at net.minecraft.server.players.PlayerList.placeNewPlayer(PlayerList.java:433) [13:46:55] [Region Scheduler Thread #7/WARN]: at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) [13:46:55] [Region Scheduler Thread #7/WARN]: at java.base/java.lang.reflect.Method.invoke(Method.java:580) [13:46:55] [Region Scheduler Thread #7/WARN]: at PlayerDoll-1.23.jar//me.autobot.playerdoll.Dolls.Folia.v1_20_R2_HandleAcceptedLogin.lambda$setup_PlaceNewPlayer$0(v1_20_R2_HandleAcceptedLogin.java:23) [13:46:55] [Region Scheduler Thread #7/WARN]: at PlayerDoll-1.23.jar//me.autobot.playerdoll.Dolls.Folia.Abstract_HandleAcceptedLogin.lambda$callSpawn$2(Abstract_HandleAcceptedLogin.java:76) [13:46:55] [Region Scheduler Thread #7/WARN]: at io.papermc.paper.threadedregions.RegionizedTaskQueue$PrioritisedQueue$ChunkBasedPriorityTask.executeInternal(RegionizedTaskQueue.java:504) [13:46:55] [Region Scheduler Thread #7/WARN]: at io.papermc.paper.threadedregions.RegionizedTaskQueue$PrioritisedQueue.executeTask(RegionizedTaskQueue.java:434) [13:46:55] [Region Scheduler Thread #7/WARN]: at io.papermc.paper.threadedregions.RegionizedTaskQueue$RegionTaskQueueData.drainTasks(RegionizedTaskQueue.java:263) [13:46:55] [Region Scheduler Thread #7/WARN]: at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1507) [13:46:55] [Region Scheduler Thread #7/WARN]: at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.tickRegion(TickRegions.java:402) [13:46:55] [Region Scheduler Thread #7/WARN]: at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:404) [13:46:55] [Region Scheduler Thread #7/WARN]: at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) [13:46:55] [Region Scheduler Thread #7/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583) [13:46:55] [Region Scheduler Thread #7/INFO]: -test[local] logged in with entity id 660443 at ([world_nether]-2205.5940844461334, 241.0, 3906.592323693707)

[13:46:58] [Region Scheduler Thread #0/INFO]: Topbowlboy issued server command: /phead JoyMin777 [13:46:58] [Folia Async Scheduler Thread #397/INFO]: [原神高手]Kamisat0Ayaka > ? [13:47:00] [Folia Async Scheduler Thread #398/INFO]: [原神高手]Kamisat0Ayaka > WOC [13:47:05] [Region Scheduler Thread #1/ERROR]: [io.papermc.paper.threadedregions.ThreadedRegionizer] Failed to acquire region ThreadedRegion{state=3,sectionCount=53,sections=[RegionSection{sectionCoordinate=[-65, 115],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=80369043},RegionSection{sectionCoordinate=[-70, 123],chunkCount=170,chunksBitset=fffefffefffefffffffefffefffefffeff80fff0fff0fff08000800080008000,nonEmptyNeighbours=5,hash=1523386894},RegionSection{sectionCoordinate=[-70, 121],chunkCount=256,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=3,hash=2011651045},RegionSection{sectionCoordinate=[-69, 122],chunkCount=256,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=8,hash=953525310},RegionSection{sectionCoordinate=[-66, 118],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=714281853},RegionSection{sectionCoordinate=[-69, 117],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=415031643},RegionSection{sectionCoordinate=[-69, 115],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1439279578},RegionSection{sectionCoordinate=[-71, 123],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1084752649},RegionSection{sectionCoordinate=[-67, 117],chunkCount=106,chunksBitset=03ab037d017f037703fb03bf03ee03fe01ff0371033f03bf00000000000003fa,nonEmptyNeighbours=3,hash=1922230426},RegionSection{sectionCoordinate=[-66, 114],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=232487338},RegionSection{sectionCoordinate=[-67, 124],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=356812466},RegionSection{sectionCoordinate=[-67, 125],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=359956312},RegionSection{sectionCoordinate=[-68, 123],chunkCount=224,chunksBitset=3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff,nonEmptyNeighbours=5,hash=1892123476},RegionSection{sectionCoordinate=[-71, 121],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=638034639},RegionSection{sectionCoordinate=[-68, 115],chunkCount=47,chunksBitset=0000000000000000000000000000000000000000000000000000fffeffffffff,nonEmptyNeighbours=3,hash=390578603},RegionSection{sectionCoordinate=[-71, 125],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=570421924},RegionSection{sectionCoordinate=[-70, 120],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1844316396},RegionSection{sectionCoordinate=[-70, 124],chunkCount=1,chunksBitset=0000000000008000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1994710596},RegionSection{sectionCoordinate=[-69, 125],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1602687914},RegionSection{sectionCoordinate=[-69, 114],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=20164652},RegionSection{sectionCoordinate=[-69, 118],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=470249870},RegionSection{sectionCoordinate=[-71, 120],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=1287752372},RegionSection{sectionCoordinate=[-71, 124],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=725408453},RegionSection{sectionCoordinate=[-67, 120],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=923970910},RegionSection{sectionCoordinate=[-67, 122],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=272507187},RegionSection{sectionCoordinate=[-67, 115],chunkCount=64,chunksBitset=000000000000000000000000000000000000000000000000ffffffffffffffff,nonEmptyNeighbours=4,hash=1357548970},RegionSection{sectionCoordinate=[-68, 114],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=491622272},RegionSection{sectionCoordinate=[-68, 116],chunkCount=88,chunksBitset=00000000000000000000000000000000ffe0ffe0ffe0ffe0ffe0ffe0ffe0ffe0,nonEmptyNeighbours=5,hash=1066907946},RegionSection{sectionCoordinate=[-68, 118],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1589719122},RegionSection{sectionCoordinate=[-65, 114],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=1522688509},RegionSection{sectionCoordinate=[-71, 122],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=721601706},RegionSection{sectionCoordinate=[-69, 123],chunkCount=256,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=8,hash=702445065},RegionSection{sectionCoordinate=[-65, 116],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=2127200448},RegionSection{sectionCoordinate=[-69, 116],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=936303469},RegionSection{sectionCoordinate=[-69, 121],chunkCount=256,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=5,hash=181694122},RegionSection{sectionCoordinate=[-67, 118],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1356873671},RegionSection{sectionCoordinate=[-68, 117],chunkCount=128,chunksBitset=ffe0ff60fbe0ffe07fc0f5e0fbe0efe0ffe0fde0fee0cfc0000000000000efc0,nonEmptyNeighbours=3,hash=2055633307},RegionSection{sectionCoordinate=[-68, 125],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1003667477},RegionSection{sectionCoordinate=[-68, 121],chunkCount=151,chunksBitset=01ff01ff01ff000101ff01ff01ff01ff07ff07ff07ff03ff07ff07ff07ff07ff,nonEmptyNeighbours=3,hash=316295419},RegionSection{sectionCoordinate=[-66, 116],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=4,hash=1133859680},RegionSection{sectionCoordinate=[-70, 122],chunkCount=255,chunksBitset=fffffffffffffffffffffffffffffffffffffffffffffffffffeffffffffffff,nonEmptyNeighbours=5,hash=169259048},RegionSection{sectionCoordinate=[-66, 115],chunkCount=24,chunksBitset=000000000000000000000000000000000000000000000000003f003f003f003f,nonEmptyNeighbours=2,hash=669588247},RegionSection{sectionCoordinate=[-69, 120],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1739850369},RegionSection{sectionCoordinate=[-67, 114],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=240341828},RegionSection{sectionCoordinate=[-69, 124],chunkCount=16,chunksBitset=000000000000ffff000000000000000000000000000000000000000000000000,nonEmptyNeighbours=5,hash=838542678},RegionSection{sectionCoordinate=[-67, 123],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1579524573},RegionSection{sectionCoordinate=[-67, 121],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=423755922},RegionSection{sectionCoordinate=[-67, 116],chunkCount=77,chunksBitset=0000000000000000000000000000000003ff03fd03ff03fb03ff03ff03ff03fe,nonEmptyNeighbours=6,hash=228567437},RegionSection{sectionCoordinate=[-68, 122],chunkCount=218,chunksBitset=3fff3fff07ff07ff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff,nonEmptyNeighbours=5,hash=1697053949},RegionSection{sectionCoordinate=[-66, 117],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=377389773},RegionSection{sectionCoordinate=[-68, 120],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=531711488},RegionSection{sectionCoordinate=[-68, 124],chunkCount=14,chunksBitset=0000000000003fff000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1863473082},RegionSection{sectionCoordinate=[-70, 125],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1023512497}]} java.lang.NullPointerException: Cannot invoke "net.minecraft.server.level.EntityPlayer.dn()" because "player" is null at io.papermc.paper.threadedregions.RegionizedWorldData$1.split(RegionizedWorldData.java:167) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.RegionizedWorldData$1.split(RegionizedWorldData.java:74) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegions$TickRegionData.split(TickRegions.java:266) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer$ThreadedRegion.split(ThreadedRegionizer.java:828) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer.onRegionRelease(ThreadedRegionizer.java:660) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer$ThreadedRegion.markNotTicking(ThreadedRegionizer.java:984) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.markNotTicking(TickRegions.java:384) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:434) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at java.lang.Thread.run(Thread.java:1583) ~[?:?] [13:47:05] [Region Scheduler Thread #1/ERROR]: [io.papermc.paper.threadedregions.TickRegionScheduler] Uncaught exception in tick thread "Region Scheduler Thread #1" java.lang.NullPointerException: Cannot invoke "net.minecraft.server.level.EntityPlayer.dn()" because "player" is null at io.papermc.paper.threadedregions.RegionizedWorldData$1.split(RegionizedWorldData.java:167) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.RegionizedWorldData$1.split(RegionizedWorldData.java:74) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegions$TickRegionData.split(TickRegions.java:266) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer$ThreadedRegion.split(ThreadedRegionizer.java:828) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer.onRegionRelease(ThreadedRegionizer.java:660) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer$ThreadedRegion.markNotTicking(ThreadedRegionizer.java:984) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.markNotTicking(TickRegions.java:384) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:434) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at java.lang.Thread.run(Thread.java:1583) ~[?:?] [13:47:05] [Region shutdown thread/INFO]: [RegionShutdownThread] Awaiting scheduler termination for 60s [13:47:05] [Region shutdown thread/INFO]: [RegionShutdownThread] Scheduler halted [13:47:05] [Region shutdown thread/INFO]: Stopping server

xiaoluofa commented 7 months ago

I also found a problem. My player summoned a dummy. But he can't attack. I asked him to re-create a dummy with a different name. Then let the dummy attack, but the dummy works properly.

xiaoluofa commented 7 months ago

[14:01:32] [Region Scheduler Thread #1/ERROR]: [io.papermc.paper.threadedregions.ThreadedRegionizer] Failed to acquire region ThreadedRegion{state=3,sectionCount=48,sections=[RegionSection{sectionCoordinate=[-65, 115],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=539592160},RegionSection{sectionCoordinate=[-70, 123],chunkCount=225,chunksBitset=fffefffefffefffefffefffefffefffefffefffefffefffe0000fffefffefffe,nonEmptyNeighbours=3,hash=60600353},RegionSection{sectionCoordinate=[-70, 121],chunkCount=210,chunksBitset=fffefffe00000000fffefffefffefffefffefffefffefffefffefffefffefffe,nonEmptyNeighbours=3,hash=1921353813},RegionSection{sectionCoordinate=[-69, 122],chunkCount=256,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=8,hash=1665229626},RegionSection{sectionCoordinate=[-66, 118],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=1015774388},RegionSection{sectionCoordinate=[-69, 117],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1517346492},RegionSection{sectionCoordinate=[-69, 115],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=82387591},RegionSection{sectionCoordinate=[-71, 123],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1826216339},RegionSection{sectionCoordinate=[-67, 117],chunkCount=101,chunksBitset=03af037a036f0357036b03b603ee03ff01ff037203bb03bd00000000000003fa,nonEmptyNeighbours=3,hash=198211168},RegionSection{sectionCoordinate=[-66, 114],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1460264088},RegionSection{sectionCoordinate=[-67, 124],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=439951844},RegionSection{sectionCoordinate=[-68, 123],chunkCount=210,chunksBitset=3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff00003fff3fff3fff,nonEmptyNeighbours=3,hash=940471921},RegionSection{sectionCoordinate=[-71, 121],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=811951206},RegionSection{sectionCoordinate=[-68, 115],chunkCount=55,chunksBitset=000000000000000000000000000000000000000000000000fe00ffffffffffff,nonEmptyNeighbours=3,hash=689017838},RegionSection{sectionCoordinate=[-70, 120],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=2062856489},RegionSection{sectionCoordinate=[-70, 124],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=822279672},RegionSection{sectionCoordinate=[-69, 114],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=710928874},RegionSection{sectionCoordinate=[-69, 118],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=267682220},RegionSection{sectionCoordinate=[-71, 120],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=1347814530},RegionSection{sectionCoordinate=[-71, 124],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=1990053453},RegionSection{sectionCoordinate=[-67, 120],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=593000909},RegionSection{sectionCoordinate=[-67, 122],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=134899179},RegionSection{sectionCoordinate=[-67, 115],chunkCount=64,chunksBitset=000000000000000000000000000000000000000000000000ffffffffffffffff,nonEmptyNeighbours=4,hash=1746408060},RegionSection{sectionCoordinate=[-68, 114],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1894729364},RegionSection{sectionCoordinate=[-68, 116],chunkCount=82,chunksBitset=00000000000000000000000000000000bfe0efc0ffc0ffe0ffe0efe0ffe0ff60,nonEmptyNeighbours=5,hash=278519637},RegionSection{sectionCoordinate=[-68, 118],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1265091984},RegionSection{sectionCoordinate=[-65, 114],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=1673831794},RegionSection{sectionCoordinate=[-71, 122],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1771406456},RegionSection{sectionCoordinate=[-69, 123],chunkCount=240,chunksBitset=ffffffffffffffffffffffffffffffffffffffffffffffff0000ffffffffffff,nonEmptyNeighbours=5,hash=925408616},RegionSection{sectionCoordinate=[-65, 116],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=1,hash=1117160792},RegionSection{sectionCoordinate=[-69, 116],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=79648589},RegionSection{sectionCoordinate=[-69, 121],chunkCount=224,chunksBitset=ffffffff00000000ffffffffffffffffffffffffffffffffffffffffffffffff,nonEmptyNeighbours=5,hash=1103934950},RegionSection{sectionCoordinate=[-67, 118],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=855417706},RegionSection{sectionCoordinate=[-68, 117],chunkCount=110,chunksBitset=bfe0b560ebe0f7e035c0f5e0f9e06ee0ffe0f9e076e0cbc0000000000000ee40,nonEmptyNeighbours=3,hash=1152797736},RegionSection{sectionCoordinate=[-68, 121],chunkCount=196,chunksBitset=3fff3fff000000003fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff,nonEmptyNeighbours=3,hash=986545868},RegionSection{sectionCoordinate=[-66, 116],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=4,hash=512401398},RegionSection{sectionCoordinate=[-70, 122],chunkCount=240,chunksBitset=fffefffefffefffefffefffefffefffefffefffefffefffefffefffefffefffe,nonEmptyNeighbours=5,hash=1228572862},RegionSection{sectionCoordinate=[-66, 115],chunkCount=24,chunksBitset=000000000000000000000000000000000000000000000000003f003f003f003f,nonEmptyNeighbours=2,hash=1058757309},RegionSection{sectionCoordinate=[-69, 120],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=1852926092},RegionSection{sectionCoordinate=[-67, 114],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=609103771},RegionSection{sectionCoordinate=[-69, 124],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=3,hash=967589076},RegionSection{sectionCoordinate=[-67, 123],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1543981038},RegionSection{sectionCoordinate=[-67, 121],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=962032106},RegionSection{sectionCoordinate=[-67, 116],chunkCount=64,chunksBitset=0000000000000000000000000000000003ef03dd03ff03aa01db03ff01de03ba,nonEmptyNeighbours=6,hash=1823519660},RegionSection{sectionCoordinate=[-68, 122],chunkCount=224,chunksBitset=3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff3fff,nonEmptyNeighbours=5,hash=883062898},RegionSection{sectionCoordinate=[-66, 117],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1392271679},RegionSection{sectionCoordinate=[-68, 120],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=1353089707},RegionSection{sectionCoordinate=[-68, 124],chunkCount=0,chunksBitset=0000000000000000000000000000000000000000000000000000000000000000,nonEmptyNeighbours=2,hash=971142848}]} java.lang.NullPointerException: Cannot invoke "net.minecraft.server.level.EntityPlayer.dn()" because "player" is null at io.papermc.paper.threadedregions.RegionizedWorldData$1.split(RegionizedWorldData.java:167) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.RegionizedWorldData$1.split(RegionizedWorldData.java:74) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegions$TickRegionData.split(TickRegions.java:266) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer$ThreadedRegion.split(ThreadedRegionizer.java:828) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer.onRegionRelease(ThreadedRegionizer.java:660) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer$ThreadedRegion.markNotTicking(ThreadedRegionizer.java:984) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.markNotTicking(TickRegions.java:384) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:434) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at java.lang.Thread.run(Thread.java:1583) ~[?:?] [14:01:32] [Region Scheduler Thread #1/ERROR]: [io.papermc.paper.threadedregions.TickRegionScheduler] Uncaught exception in tick thread "Region Scheduler Thread #1" java.lang.NullPointerException: Cannot invoke "net.minecraft.server.level.EntityPlayer.dn()" because "player" is null at io.papermc.paper.threadedregions.RegionizedWorldData$1.split(RegionizedWorldData.java:167) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.RegionizedWorldData$1.split(RegionizedWorldData.java:74) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegions$TickRegionData.split(TickRegions.java:266) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer$ThreadedRegion.split(ThreadedRegionizer.java:828) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer.onRegionRelease(ThreadedRegionizer.java:660) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.ThreadedRegionizer$ThreadedRegion.markNotTicking(ThreadedRegionizer.java:984) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.markNotTicking(TickRegions.java:384) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:434) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) ~[luminol-1.20.2.jar:git-Luminol-"909b208"] at java.lang.Thread.run(Thread.java:1583) ~[?:?]

xiaoluofa commented 7 months ago

Set the doll to join automatically when the server starts, it will report an error.

xiaoluofa commented 7 months ago

I tried to turn off the other plug-ins and it worked.

xiaoluofa commented 7 months ago

If you use this plug-in, dummies will not be able to automatically join the server when the server starts original-tree-feller-1.22.2-SNAPSHOT-Folia

sjavi4 commented 7 months ago

If you use this plug-in, dummies will not be able to automatically join the server when the server starts original-tree-feller-1.22.2-SNAPSHOT-Folia

I don't know what make crashes with this plugin, tree-feller seems have no event listener on player join event. What other action is triggering the crash. Is the crash the same as the above error log (Failed to acquire region ThreadedRegion)?

xiaoluofa commented 7 months ago

If you use this plug-in, dummies will not be able to automatically join the server when the server starts original-tree-feller-1.22.2-SNAPSHOT-Folia

I don't know what make crashes with this plugin, tree-feller seems have no event listener on player join event. What other action is triggering the crash. Is the crash the same as the above error log (Failed to acquire region ThreadedRegion)?

[15:05:00] [Thread-12/INFO]: [PlayerDoll] [STDOUT] You are running the latest version. [15:05:00] [Region Scheduler Thread #0/ERROR]: Could not pass event PlayerJoinEvent to ProtocolLib v5.2.0-SNAPSHOT-678 java.util.NoSuchElementException: encoder at io.netty.channel.DefaultChannelPipeline.getContextOrDie(DefaultChannelPipeline.java:1073) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final] at io.netty.channel.DefaultChannelPipeline.addAfter(DefaultChannelPipeline.java:302) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final] at io.netty.channel.DefaultChannelPipeline.addAfter(DefaultChannelPipeline.java:290) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final] at com.comphenix.protocol.injector.netty.channel.NettyChannelInjector.inject(NettyChannelInjector.java:206) ~[ProtocolLib .jar:?] at com.comphenix.protocol.injector.netty.manager.NetworkManagerPlayerInjector.updatePlayer(NetworkManagerPlayerInjector.java:69) ~[ProtocolLib .jar:?] at com.comphenix.protocol.injector.PacketFilterManager$1.handleJoin(PacketFilterManager.java:468) ~[ProtocolLib .jar:?] at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40) ~[folia-api-1.20.2-R0.1-SNAPSHOT.jar:?] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:77) ~[folia-api-1.20.2-R0.1-SNAPSHOT.jar:git-Folia-"1e5e215"] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[folia-api-1.20.2-R0.1-SNAPSHOT.jar:?] at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:615) ~[folia-api-1.20.2-R0.1-SNAPSHOT.jar:?] at net.minecraft.server.players.PlayerList.placeNewPlayer(PlayerList.java:432) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at me.autobot.playerdoll.Dolls.Folia.v1_20_R2_HandleAcceptedLogin.lambda$setup_PlaceNewPlayer$0(v1_20_R2_HandleAcceptedLogin.java:23) ~[PlayerDoll-1.23.jar:?] at me.autobot.playerdoll.Dolls.Folia.Abstract_HandleAcceptedLogin.lambda$callSpawn$2(Abstract_HandleAcceptedLogin.java:76) ~[PlayerDoll-1.23.jar:?] at io.papermc.paper.threadedregions.RegionizedTaskQueue$PrioritisedQueue$ChunkBasedPriorityTask.executeInternal(RegionizedTaskQueue.java:504) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at io.papermc.paper.threadedregions.RegionizedTaskQueue$PrioritisedQueue.executeTask(RegionizedTaskQueue.java:434) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at io.papermc.paper.threadedregions.RegionizedTaskQueue$RegionTaskQueueData.drainTasks(RegionizedTaskQueue.java:263) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1501) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.tickRegion(TickRegions.java:402) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:404) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at java.lang.Thread.run(Thread.java:840) ~[?:?] [15:05:00] [Region Scheduler Thread #0/INFO]: -bot1[local] logged in with entity id 1 at ([world]37.13549806135816, 104.0, 23.317170912279387) [15:05:01] [Region Scheduler Thread #0/ERROR]: NetworkException: null java.lang.NullPointerException: Cannot invoke "java.lang.Enum.name()" because "vanilla" is null at com.comphenix.protocol.PacketType$Protocol.fromVanilla(PacketType.java:713) ~[ProtocolLib .jar:?] at com.comphenix.protocol.injector.netty.channel.ChannelProtocolUtil.lambda$static$0(ChannelProtocolUtil.java:71) ~[ProtocolLib .jar:?] at java.util.function.BiFunction.lambda$andThen$0(BiFunction.java:70) ~[?:?] at com.comphenix.protocol.injector.netty.channel.NettyChannelInjector.getCurrentProtocol(NettyChannelInjector.java:323) ~[ProtocolLib .jar:?] at com.comphenix.protocol.injector.netty.manager.NetworkManagerInjector.onPacketSending(NetworkManagerInjector.java:95) ~[ProtocolLib .jar:?] at com.comphenix.protocol.injector.netty.channel.NettyChannelInjector.processOutbound(NettyChannelInjector.java:553) ~[ProtocolLib .jar:?] at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.processPacketOutbound(NettyChannelProxy.java:266) ~[ProtocolLib .jar:?] at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:223) ~[ProtocolLib .jar:?] at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:233) ~[ProtocolLib .jar:?] at net.minecraft.network.Connection.doSendPacket(Connection.java:475) ~[?:?] at net.minecraft.network.Connection.sendPacket(Connection.java:457) ~[?:?] at net.minecraft.network.Connection$PacketSendAction.lambda$new$0(Connection.java:1038) ~[?:?] at net.minecraft.network.Connection$WrappedConsumer.accept(Connection.java:1022) ~[?:?] at net.minecraft.network.Connection.processQueue(Connection.java:590) ~[?:?] at net.minecraft.network.Connection.flushQueue(Connection.java:547) ~[?:?] at net.minecraft.network.Connection.send(Connection.java:438) ~[?:?] at net.minecraft.server.network.ServerCommonPacketListenerImpl.send(ServerCommonPacketListenerImpl.java:243) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at net.minecraft.server.network.ServerCommonPacketListenerImpl.send(ServerCommonPacketListenerImpl.java:228) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at net.minecraft.server.level.ServerEntity.addPairing(ServerEntity.java:283) ~[?:?] at net.minecraft.server.level.ChunkMap$TrackedEntity.updatePlayer(ChunkMap.java:1430) ~[?:?] at net.minecraft.server.level.ChunkMap$TrackedEntity.updatePlayers(ChunkMap.java:1473) ~[?:?] at net.minecraft.server.level.ChunkMap.addEntity(ChunkMap.java:1057) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at net.minecraft.server.level.ServerChunkCache.addEntity(ServerChunkCache.java:767) ~[?:?] at net.minecraft.server.level.ServerLevel$EntityCallbacks.onTrackingStart(ServerLevel.java:2968) ~[?:?] at net.minecraft.server.level.ServerLevel$EntityCallbacks.c(ServerLevel.java:2904) ~[?:?] at io.papermc.paper.chunk.system.entity.EntityLookup.entityStatusChange(EntityLookup.java:288) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at io.papermc.paper.chunk.system.entity.EntityLookup.addEntity(EntityLookup.java:448) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at io.papermc.paper.chunk.system.entity.EntityLookup.addNewEntity(EntityLookup.java:384) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at net.minecraft.server.level.ServerLevel.addEntity(ServerLevel.java:1883) ~[?:?] at net.minecraft.server.level.ServerLevel.addFreshEntity(ServerLevel.java:1786) ~[?:?] at net.minecraft.world.level.ServerLevelAccessor.lambda$addFreshEntityWithPassengers$0(ServerLevelAccessor.java:22) ~[?:?] at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?] at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?] at net.minecraft.world.level.ServerLevelAccessor.addFreshEntityWithPassengers(ServerLevelAccessor.java:22) ~[?:?] at net.minecraft.world.level.NaturalSpawner.spawnCategoryForPosition(NaturalSpawner.java:301) ~[?:?] at net.minecraft.world.level.NaturalSpawner.spawnCategoryForChunk(NaturalSpawner.java:212) ~[?:?] at net.minecraft.world.level.NaturalSpawner.spawnForChunk(NaturalSpawner.java:182) ~[?:?] at net.minecraft.server.level.ServerChunkCache.tickChunks(ServerChunkCache.java:613) ~[?:?] at net.minecraft.server.level.ServerChunkCache.tick(ServerChunkCache.java:454) ~[?:?] at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:934) ~[?:?] at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1683) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:446) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1530) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.tickRegion(TickRegions.java:402) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:404) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at java.lang.Thread.run(Thread.java:840) ~[?:?] [15:05:01] [Region Scheduler Thread #0/ERROR]: [io.papermc.paper.threadedregions.TickRegionScheduler] Region #1 centered at chunk [13, -6] in world 'world' failed to tick: java.lang.NullPointerException: Cannot invoke "net.minecraft.server.level.EntityPlayer.x()" because "player" is null at io.papermc.paper.threadedregions.RegionizedWorldData.cleanUpConnection(RegionizedWorldData.java:496) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at io.papermc.paper.threadedregions.RegionizedWorldData.tickConnections(RegionizedWorldData.java:513) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1524) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.tickRegion(TickRegions.java:402) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:404) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) ~[folia-1.20.2.jar:git-Folia-"1e5e215"] at java.lang.Thread.run(Thread.java:840) ~[?:?]

xiaoluofa commented 7 months ago

plugins.zip

xiaoluofa commented 7 months ago

you can download it

xiaoluofa commented 7 months ago

https://modrinth.com/plugin/activity-rewarder It also conflicts with this plug-in, which is very strange. Players can check in repeatedly every day. [15:16:43] [Region Scheduler Thread #1/INFO]: [XConomy]你给予了 Kamisat0Ayaka 350.00 dollars [15:16:43] [Region Scheduler Thread #0/INFO]: Kamisat0Ayaka issued server command: /rewards [15:16:44] [Region Scheduler Thread #1/INFO]: [XConomy]你给予了 Kamisat0Ayaka 350.00 dollars [15:17:16] [Region Scheduler Thread #0/INFO]: Kamisat0Ayaka issued server command: /rewards [15:17:17] [Region Scheduler Thread #1/INFO]: [XConomy]你给予了 Kamisat0Ayaka 350.00 dollars

sjavi4 commented 7 months ago

https://modrinth.com/plugin/playerdoll/version/1.24 Please download this version to see if these problem has resolved or not.

xiaoluofa commented 7 months ago

original-tree-feller-1.22.2-SNAPSHOT-Folia and ·activity-rewarder It has been repaired. Thank you very much for your work. I will continue to test it in my formal environment tomorrow.