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

Can't do /q or /quest #497

Closed
3 tasks done
SkyWaves123 opened this issue Mar 5, 2023 · 2 comments · Fixed by #498
Closed
3 tasks done

Can't do /q or /quest #497

SkyWaves123 opened this issue Mar 5, 2023 · 2 comments · Fixed by #498
Labels
bug status: accepted Feature request accepted / bug report confirmed

Comments

@SkyWaves123
Copy link

Description of Bug

The plugin doesnt let me use /q or /quest and it shows an error in the console when I use the commands.

Steps to Reproduce

I just installed the plugin and I get this error.
03.03 19:32:32 [Server] [INFO] org.bukkit.command.CommandException: Unhandled exception executing command 'q' in plugin Quests v3.13.3-5a28efa
03.03 19:32:32 [Server] [INFO] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.8.8.jar:git-PaperSpigot-445]
03.03 19:32:32 [Server] [INFO] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146) ~[patched_1.8.8.jar:git-PaperSpigot-445]
03.03 19:32:32 [Server] [INFO] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:666) ~[patched_1.8.8.jar:git-PaperSpigot-445]
03.03 19:32:32 [Server] [INFO] at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1189) [patched_1.8.8.jar:git-PaperSpigot-445]
03.03 19:32:32 [Server] [INFO] at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1001) [patched_1.8.8.jar:git-PaperSpigot-445]
03.03 19:32:32 [Server] [INFO] at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [patched_1.8.8.jar:git-PaperSpigot-445]
03.03 19:32:32 [Server] [INFO] at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [patched_1.8.8.jar:git-PaperSpigot-445]
03.03 19:32:32 [Server] [INFO] at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [patched_1.8.8.jar:git-PaperSpigot-445]
03.03 19:32:32 [Server] [INFO] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
03.03 19:32:32 [Server] [INFO] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
03.03 19:32:32 [Server] [INFO] at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [patched_1.8.8.jar:git-PaperSpigot-445]
03.03 19:32:32 [Server] [INFO] at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774) [patched_1.8.8.jar:git-PaperSpigot-445]
03.03 19:32:32 [Server] [INFO] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [patched_1.8.8.jar:git-PaperSpigot-445]
03.03 19:32:32 [Server] [INFO] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [patched_1.8.8.jar:git-PaperSpigot-445]
03.03 19:32:32 [Server] [INFO] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [patched_1.8.8.jar:git-PaperSpigot-445]
03.03 19:32:32 [Server] [INFO] at java.lang.Thread.run(Thread.java:831) [?:?]
03.03 19:32:32 [Server] [INFO] Caused by: java.lang.NoClassDefFoundError: it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap
03.03 19:32:32 [Server] [INFO] at com.leonardobishop.quests.bukkit.menu.QMenu.(QMenu.java:12) ~[?:?]
03.03 19:32:35 [Server] [INFO] at com.leonardobishop.quests.bukkit.menu.PaginatedQMenu.(PaginatedQMenu.java:29) ~[?:?]
03.03 19:32:35 [Server] [INFO] at com.leonardobishop.quests.bukkit.menu.CategoryQMenu.(CategoryQMenu.java:25) ~[?:?]
03.03 19:32:35 [Server] [INFO] at com.leonardobishop.quests.bukkit.util.MenuUtils.openMainMenu(MenuUtils.java:69) ~[?:?]
03.03 19:32:35 [Server] [INFO] at com.leonardobishop.quests.bukkit.command.QuestsCommandSwitcher.onCommand(QuestsCommandSwitcher.java:65) ~[?:?]
03.03 19:32:35 [Server] [INFO] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.8.8.jar:git-PaperSpigot-445]
03.03 19:32:35 [Server] [INFO] ... 15 more
03.03 19:32:35 [Server] [INFO] Caused by: java.lang.ClassNotFoundException: it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap
03.03 19:32:35 [Server] [INFO] at com.leonardobishop.quests.bukkit.menu.QMenu.(QMenu.java:12) ~[?:?]
03.03 19:32:35 [Server] [INFO] at com.leonardobishop.quests.bukkit.menu.PaginatedQMenu.(PaginatedQMenu.java:29) ~[?:?]
03.03 19:32:35 [Server] [INFO] at com.leonardobishop.quests.bukkit.menu.CategoryQMenu.(CategoryQMenu.java:25) ~[?:?]
03.03 19:32:35 [Server] [INFO] at com.leonardobishop.quests.bukkit.util.MenuUtils.openMainMenu(MenuUtils.java:69) ~[?:?]
03.03 19:32:35 [Server] [INFO] at com.leonardobishop.quests.bukkit.command.QuestsCommandSwitcher.onCommand(QuestsCommandSwitcher.java:65) ~[?:?]
03.03 19:32:35 [Server] [INFO] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.8.8.jar:git-PaperSpigot-445]
03.03 19:32:35 [Server] [INFO] ... 15 more

Environment

  • Minecraft version: 1.8.9
  • Server software: paperspigot 1.8.8
  • Quests version: latest

Agreements

  • I am running the latest version of Quests
  • I am certain this issue is unique and a similar issue is not currently open
  • I am using a version of Minecraft which is supported by Quests

Other

No response

@SkyWaves123 SkyWaves123 added bug status: needs investigating Bug report / feature request needs investigating and triage labels Mar 5, 2023
@Krakenied
Copy link
Contributor

I'll fix it today

@Krakenied
Copy link
Contributor

Probably there were no FastUtil on 1.8.8

@LMBishop LMBishop added status: accepted Feature request accepted / bug report confirmed and removed status: needs investigating Bug report / feature request needs investigating and triage labels Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug status: accepted Feature request accepted / bug report confirmed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants