MCRealTime

MCRealTime

26.1k Downloads

[BUG]Error when use "mcrealtime reload" and other command

ZoruaFox opened this issue ยท 2 comments

commented

[13:37:57 WARN]: Unexpected exception while parsing console command "mcrealtime reload"
org.bukkit.command.CommandException: Unhandled exception executing command 'mcrealtime' in plugin MCRealTime v4.1
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_18_R2.CraftServer.dispatchCommand(CraftServer.java:906) ~[paper-1.18.2.jar:git-Paper-387]
at org.bukkit.craftbukkit.v1_18_R2.CraftServer.dispatchServerCommand(CraftServer.java:869) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.dedicated.DedicatedServer.handleConsoleInputs(DedicatedServer.java:510) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:484) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1456) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1226) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-387]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.ClassCastException: class com.destroystokyo.paper.console.TerminalConsoleCommandSender cannot be cast to class org.bukkit.entity.Player (com.destroystokyo.paper.console.TerminalConsoleCommandSender and org.bukkit.entity.Player are in unnamed module of loader java.net.URLClassLoader @5eb5c224)
at net.viewdns.applecraft.Main.onCommand(Main.java:152) ~[MCRealTime.jar:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]

commented

Hello ZoruaFox,

There is no reload command in MCRealTime yet. However, it is good that you reported this error, because in the next version there will be an output that a command does not exist instead of an error output. I would ask you to try the reload command again in the next version for testing purposes and report if there is an output instead of an error.

With kind regards
G

commented

Hello ZoruaFox,

the update will be uploaded soon. Can you try one command with mcrealtime again, please?

With kind regards
sapentiae