FancyInnovations / FancyInnovations/FancyPlugins
Bug:
- Dominant language
- Java
- Stars
- 88
- Forks
- 109
- PR merge metrics
- No merged PRs in 30d
Description
### In which plugin has the error occurred?
FancyNpcs
### What happened?
npc displayname problam
### In which software has the error occurred?
Folia
### Plugin version
Latest
### Server version
26.1.2
### Relevant log output
```shell
5:56:52 ERROR]: [FancyNpcs] An unhandled exception was thrown during command execution
java.lang.NoClassDefFoundError: de/oliver/fancynpcs/libs/chatcolorhandler/paper/PaperColor
at FancyNpcs-2.10.0.361.jar//de.oliver.fancynpcs.v26_1_1.Npc_26_1_1.update(Npc_26_1_1.java:254) ~[?:?]
at FancyNpcs-2.10.0.361.jar//de.oliver.fancynpcs.api.Npc.updateForAll(Npc.java:147) ~[?:?]
at FancyNpcs-2.10.0.361.jar//de.oliver.fancynpcs.api.Npc.updateForAll(Npc.java:152) ~[?:?]
at FancyNpcs-2.10.0.361.jar//de.oliver.fancynpcs.commands.npc.DisplayNameCMD.onDisplayName(DisplayNameCMD.java:48) ~[?:?]
at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:735) ~[?:?]
at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:760) ~[?:?]
at FancyNpcs-2.10.0.361.jar//de.oliver.cloud.annotations.MethodCommandExecutionHandler.executeFuture(MethodCommandExecutionHandler.java:88) ~[?:?]
at FancyNpcs-2.10.0.361.jar//de.oliver.cloud.execution.ExecutionCoordinatorImpl.lambda$coordinateExecution$4(ExecutionCoordinatorImpl.java:121) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1171) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:503) ~[?:?]
at FancyNpcs-2.10.0.361.jar//de.oliver.cloud.execution.ExecutionCoordinatorImpl$NonSchedulingExecutor.execute(ExecutionCoordinatorImpl.java:53) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1205) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.thenComposeAsync(CompletableFuture.java:2379) ~[?:?]
at FancyNpcs-2.10.0.361.jar//de.oliver.cloud.execution.ExecutionCoordinatorImpl.coordinateExecution(ExecutionCoordinatorImpl.java:104) ~[?:?]
at FancyNpcs-2.10.0.361.jar//de.oliver.cloud.StandardCommandExecutor.executeCommand(StandardCommandExecutor.java:91) ~[?:?]
at FancyNpcs-2.10.0.361.jar//de.oliver.cloud.StandardCommandExecutor.executeCommand(StandardCommandExecutor.java:65) ~[?:?]
at FancyNpcs-2.10.0.361.jar//de.oliver.cloud.execution.CommandExecutor.executeCommand(CommandExecutor.java:63) ~[?:?]
at FancyNpcs-2.10.0.361.jar//de.oliver.cloud.bukkit.BukkitCommand.execute(BukkitCommand.java:111) ~[?:?]
at io.papermc.paper.command.brigadier.bukkit.BukkitCommandNode$BukkitBrigCommand.run(BukkitCommandNode.java:83) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.3.10.jar:?]
at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:30) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:13) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at net.minecraft.commands.execution.UnboundEntryAction.lambda$bind$0(UnboundEntryAction.java:8) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at net.minecraft.commands.execution.CommandQueueEntry.execute(CommandQueueEntry.java:5) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at net.minecraft.commands.execution.ExecutionContext.runCommandQueue(ExecutionContext.java:104) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at net.minecraft.commands.Commands.executeCommandInContext(Commands.java:469) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at net.minecraft.commands.Commands.performCommand(Commands.java:377) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at net.minecraft.commands.Commands.performCommand(Commands.java:365) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at net.minecraft.server.network.ServerGamePacketListenerImpl.performUnsignedChatCommand(ServerGamePacketListenerImpl.java:2470) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$0(ServerGamePacketListenerImpl.java:2443) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$tryHandleChat$0(ServerGamePacketListenerImpl.java:2600) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at io.papermc.paper.threadedregions.EntityScheduler.executeTick(EntityScheduler.java:274) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1759) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at net.minecraft.server.dedicated.DedicatedServer.tickServer(DedicatedServer.java:451) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.tickRegion(TickRegions.java:485) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:481) ~[folia-26.1.2.jar:26.1.2-8-62dc0f2]
at ca.spottedleaf.concurrentutil.scheduler.EDFSchedulerThreadPool$TickThreadRunner.run(EDFSchedulerThreadPool.java:528) ~[concurrentutil-0.0.10.jar:?]
at ca.spottedleaf.concurrentutil.util.LazyRunnable.run(LazyRunnable.java:25) ~[concurrentutil-0.0.10.jar:?]
at java.base/java.lang.Thread.run(Thread.java:1474) ~[?:?]
Caused by: java.lang.ClassNotFoundException: de.oliver.fancynpcs.libs.chatcolorhandler.paper.PaperColor
... 39 more
```
Contributor guide
Assessment
This issue has not been assessed yet.