zEssentials
zEssentials copied to clipboard
[Bug] Holograms
Terms
- [x] I'm using the very latest version of zEssentials and its dependencies (zMenu and PlaceholdersAPI).
- [x] I am sure this is a bug and it is not caused by a misconfiguration or by another plugin.
- [x] I've looked for already existing issues on the Issue Tracker and haven't found any.
- [x] I already searched on the plugin wiki to know if a solution is already known.
- [x] I already searched on the discord to check if anyone already has a solution for this.
- [x] I tested this with just zEssentials and its dependencies and with a vanilla client of the same version as the Server.
- [x] I enabled the debug mode in config.yml and sql debug
Discord Username (optional)
uekc
Server Version
1.21.4
Server Software
[12:37:16 INFO]: Current Purpur Version: 1.21.4-2394-22bd418 (MC: 1.21.4)*
zEssentials Version
[12:37:30 INFO]: zEssentials version 1.0.1.8
zMenu Version
[12:37:37 INFO]: zMenu version 1.0.3.8
What happened?
The command /hologram create does not work.
Steps to reproduce the issue
- Use the command /hologram create
- See that it does not work
Full Server Log
https://mclo.gs/oTc2uUw
Error (optional)
[12:44:46] [Server thread/ERROR]: Command exception: /hologram create TEXT hologram1
org.bukkit.command.CommandException: Unhandled exception executing command 'hologram' in plugin zEssentials v1.0.1.8
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[purpur-api-1.21.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.command.brigadier.bukkit.BukkitCommandNode$BukkitBrigCommand.run(BukkitCommandNode.java:82) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
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) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:13) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.commands.execution.UnboundEntryAction.lambda$bind$0(UnboundEntryAction.java:8) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.commands.execution.CommandQueueEntry.execute(CommandQueueEntry.java:5) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.commands.execution.ExecutionContext.runCommandQueue(ExecutionContext.java:105) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.commands.Commands.executeCommandInContext(Commands.java:443) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.commands.Commands.performCommand(Commands.java:350) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.commands.Commands.performCommand(Commands.java:340) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.commands.Commands.performCommand(Commands.java:334) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.server.network.ServerGamePacketListenerImpl.performUnsignedChatCommand(ServerGamePacketListenerImpl.java:2285) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$14(ServerGamePacketListenerImpl.java:2258) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:155) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1494) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:176) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:129) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1474) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1468) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:139) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.server.MinecraftServer.managedBlock(MinecraftServer.java:1425) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1433) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1310) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:313) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.UnsupportedClassVersionError: fr/maxlego08/essentials/nms/v1_21_4/CraftHologram has been compiled by a more recent version of the Java Runtime (class file version 66.0), this version of the Java Runtime only recognizes class file versions up to 65.0
at java.base/java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1027) ~[?:?]
at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:243) ~[purpur-api-1.21.4-R0.1-SNAPSHOT.jar:?]
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:169) ~[purpur-api-1.21.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[purpur-api-1.21.4-R0.1-SNAPSHOT.jar:?]
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
at java.base/java.lang.Class.forName0(Native Method) ~[?:?]
at java.base/java.lang.Class.forName(Class.java:534) ~[?:?]
at java.base/java.lang.Class.forName(Class.java:513) ~[?:?]
at io.papermc.reflectionrewriter.runtime.AbstractDefaultRulesReflectionProxy.forName(AbstractDefaultRulesReflectionProxy.java:68) ~[reflection-rewriter-runtime-0.0.3.jar:?]
at io.papermc.paper.pluginremap.reflect.PaperReflectionHolder.forName(Unknown Source) ~[purpur-1.21.4.jar:1.21.4-2394-22bd418]
at zEssentials-1.0.1.8.jar/fr.maxlego08.essentials.hologram.HologramModule.createHologram(HologramModule.java:296) ~[zEssentials-1.0.1.8.jar:?]
at zEssentials-1.0.1.8.jar/fr.maxlego08.essentials.hologram.HologramModule.create(HologramModule.java:165) ~[zEssentials-1.0.1.8.jar:?]
at zEssentials-1.0.1.8.jar/fr.maxlego08.essentials.commands.commands.hologram.CommandHologramCreate.perform(CommandHologramCreate.java:32) ~[zEssentials-1.0.1.8.jar:?]
at zEssentials-1.0.1.8.jar/fr.maxlego08.essentials.zutils.utils.commands.VCommand.safelyPerformCommand(VCommand.java:460) ~[zEssentials-1.0.1.8.jar:?]
at zEssentials-1.0.1.8.jar/fr.maxlego08.essentials.zutils.utils.commands.VCommand.prePerform(VCommand.java:396) ~[zEssentials-1.0.1.8.jar:?]
at zEssentials-1.0.1.8.jar/fr.maxlego08.essentials.commands.ZCommandManager.processRequirements(ZCommandManager.java:117) ~[zEssentials-1.0.1.8.jar:?]
at zEssentials-1.0.1.8.jar/fr.maxlego08.essentials.commands.ZCommandManager.onCommand(ZCommandManager.java:81) ~[zEssentials-1.0.1.8.jar:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[purpur-api-1.21.4-R0.1-SNAPSHOT.jar:?]
... 27 more
Other files, you can drag and drop them here to upload. (optional)
No response