User joins, warning spat out in console.
CharlesNewsom opened this issue ยท 1 comments
Expected behavior
User joins and it only sends message to chat.
Actual behavior
Responds in console with
[17:20:35 INFO]: MissinChromosome[/xxxx:52675] logged in with entity id 32 at ([world]7461.699999988079, 120.0, 11728.989094929972) [17:20:36 INFO]: [voicechat] Received secret request of MissinChromosome (18) [17:20:36 INFO]: [voicechat] Sent secret to MissinChromosome [17:20:36 INFO]: [voicechat] Successfully authenticated player d82f2f5f-45c9-48ce-ad6a-9ceaf05b59d0 [17:20:36 WARN]: java.lang.ClassNotFoundException: Could not find net.minecraft.server.EntityPlayer [17:20:36 WARN]: at DiscordSRV-Build-1.27.0.jar//github.scarsz.discordsrv.util.NMSUtil.fixBukkitClass(NMSUtil.java:122) [17:20:36 WARN]: at DiscordSRV-Build-1.27.0.jar//github.scarsz.discordsrv.util.NMSUtil.<clinit>(NMSUtil.java:61) [17:20:36 WARN]: at DiscordSRV-Build-1.27.0.jar//github.scarsz.discordsrv.DiscordSRV.getAvatarUrl(DiscordSRV.java:2025) [17:20:36 WARN]: at DiscordSRV-Build-1.27.0.jar//github.scarsz.discordsrv.DiscordSRV.sendJoinMessage(DiscordSRV.java:1870) [17:20:36 WARN]: at DiscordSRV-Build-1.27.0.jar//github.scarsz.discordsrv.listeners.PlayerJoinLeaveListener.lambda$onPlayerJoin$1(PlayerJoinLeaveListener.java:94) [17:20:36 WARN]: at DiscordSRV-Build-1.27.0.jar//github.scarsz.discordsrv.util.SchedulerUtil.lambda$runTaskLaterAsynchronously$4(SchedulerUtil.java:125) [17:20:36 WARN]: at io.papermc.paper.threadedregions.scheduler.FoliaAsyncScheduler$AsyncScheduledTask.run(FoliaAsyncScheduler.java:217) [17:20:36 WARN]: at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) [17:20:36 WARN]: at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) [17:20:36 WARN]: at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [17:20:36 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) [17:20:36 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) [17:20:36 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583) [17:20:37 INFO]: [voicechat] Successfully validated connection of player d82f2f5f-45c9-48ce-ad6a-9ceaf05b59d0 [17:20:37 INFO]: [voicechat] Player MissinChromosome (d82f2f5f-45c9-48ce-ad6a-9ceaf05b59d0) successfully connected to voice chat
Steps to reproduce
Add plugin to paper server, join.
Server software and version
Paper version 1.21-111-master@66165f7
Checks
- I am not using an outdated version of DiscordSRV.
- I asked in DiscordSRV's Discord server to see whether this issue is in fact a bug that needs to be fixed.
- I didn't actually check any of these things
Anything else
No response
Duplicate of #1693