Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoClassDefFoundError: com/vdurmont/emoji/EmojiParser #30

Open
mibby opened this issue Jan 31, 2021 · 0 comments
Open

NoClassDefFoundError: com/vdurmont/emoji/EmojiParser #30

mibby opened this issue Jan 31, 2021 · 0 comments

Comments

@mibby
Copy link

mibby commented Jan 31, 2021

Changed to github.scarsz.discordsrv.dependencies.emoji.EmojiParser;

i.e. DiscordSRV/Staff-Chat@39597f8

[23:42:33] [Server thread/ERROR]: Could not pass event DiscordStaffChatMessageEvent to EmojiChat v1.8.3
[23:42:33] [Server thread/ERROR]: Suspected Plugins: 
[23:42:33] [Server thread/ERROR]: 	EmojiChat{enabled,ver=1.8.3,path=plugins/EmojiChat.jar}
[23:42:33] [Server thread/ERROR]: 	DiscordSRV-Staff-Chat{enabled,ver=1.3.3,path=plugins/DiscordSRV-Staff-Chat-1.3.3.jar}
[23:42:33] [Server thread/ERROR]: Exception details below: 
java.lang.NoClassDefFoundError: com/vdurmont/emoji/EmojiParser
	at io.github.radbuilder.emojichat.hooks.DiscordSrvStaffChatHook.onDiscordStaffChat(DiscordSrvStaffChatHook.java:45) ~[?:?]
	at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor908.execute(Unknown Source) ~[?:?]
	at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[1.16.5-patched.jar:git-Yatopia-update/upstream-"08567c2"]
	at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76) ~[1.16.5-patched.jar:git-Yatopia-update/upstream-"08567c2"]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[1.16.5-patched.jar:git-Yatopia-update/upstream-"08567c2"]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:611) ~[1.16.5-patched.jar:git-Yatopia-update/upstream-"08567c2"]
	at com.rezzedup.discordsrv.staffchat.util.Events.call(Events.java:12) ~[?:?]
	at com.rezzedup.discordsrv.staffchat.StaffChatPlugin.submitMessageFromDiscord(StaffChatPlugin.java:179) ~[?:?]
	at com.rezzedup.discordsrv.staffchat.listeners.DiscordStaffChatListener.lambda$onDiscordChat$0(DiscordStaffChatListener.java:22) ~[?:?]
	at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:99) ~[1.16.5-patched.jar:git-Yatopia-update/upstream-"08567c2"]
	at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:469) ~[1.16.5-patched.jar:git-Yatopia-update/upstream-"08567c2"]
	at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1386) ~[1.16.5-patched.jar:git-Yatopia-update/upstream-"08567c2"]
	at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:397) ~[1.16.5-patched.jar:git-Yatopia-update/upstream-"08567c2"]
	at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1295) ~[1.16.5-patched.jar:git-Yatopia-update/upstream-"08567c2"]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1016) ~[1.16.5-patched.jar:git-Yatopia-update/upstream-"08567c2"]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:176) ~[1.16.5-patched.jar:git-Yatopia-update/upstream-"08567c2"]
	at java.lang.Thread.run(Thread.java:832) [?:?]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant