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

Issues linking with Executable Items #4410

Closed
6 tasks done
PlayGlowCraft opened this issue Feb 9, 2025 · 0 comments
Closed
6 tasks done

Issues linking with Executable Items #4410

PlayGlowCraft opened this issue Feb 9, 2025 · 0 comments
Labels
type: bug Something isn't working

Comments

@PlayGlowCraft
Copy link

PlayGlowCraft commented Feb 9, 2025

Terms

  • I'm using the very latest version of ItemsAdder and its dependencies.
  • I am sure this is a bug and it is not caused by a misconfiguration or by another plugin.
  • I've looked for already existing issues on the Issue Tracker and haven't found any.
  • I already searched on the plugin wiki to know if a solution is already known.
  • I searched the #itemsadder-forum channel on Discord for similar issues.
  • I tested that this issue persists on a bare-minimum Server as described in #4187.

Discord Username (optional)

glowcraft(TheFluffyOne)

What happened?

Getting error about connecting to executableitems api. Error did not exist on 4.0.6.

Steps to reproduce the issue

install new jar

Server version

[16:55:40 INFO]: This server is running Paper version 1.21.4-143-main@1a04e96 (2025-02-08T20:09:30Z) (Implementing API version 1.21.4-R0.1-SNAPSHOT)
You are 1 version(s) behind
Download the new version at: https://papermc.io/downloads/paper
Previous version: 1.21.4-117-a35cfe9 (MC: 1.21.4)

ItemsAdder Version

[17:05:00 INFO]: ItemsAdder version 4.0.9-beta-2
[17:05:00 INFO]: Customized Minecraft without client mods!
[17:05:00 INFO]: Website: devs.beer
[17:05:00 INFO]: Author: LoneDev

ProtocolLib Version

[17:06:03 INFO]: ProtocolLib version 5.4.0-SNAPSHOT-741
[17:06:03 INFO]: Provides read/write access to the Minecraft protocol.
[17:06:03 INFO]: Authors: dmulloy2 and comphenix

LoneLibs Version

[17:06:40 INFO]: LoneLibs version 1.0.64
[17:06:40 INFO]: Collection of libs used by my plugins
[17:06:40 INFO]: Authors: LoneDev and others

Full Server Log

https://mclo.gs/gbb2FEc

Error (optional)

[16:45:30 ERROR]: [ItemsAdder] Error loading the plugin, something is not configured right or an exception occured. More detail:
[16:45:30 WARN]: java.lang.NoClassDefFoundError: com/ssomar/score/api/ExecutableItemsAPI
[16:45:30 WARN]:        at ItemsAdder_4.0.8.jar//dev.lone.itemsadder.Core.OtherPlugins.ExecutableItems.ExecutableItemsHook.getExecutableItem(SourceFile:10)
[16:45:30 WARN]:        at ItemsAdder_4.0.8.jar//itemsadder.m.lq.hR(SourceFile:1257)
[16:45:30 WARN]:        at ItemsAdder_4.0.8.jar//itemsadder.m.ag.b(SourceFile:795)
[16:45:30 WARN]:        at ItemsAdder_4.0.8.jar//itemsadder.m.ag.c(SourceFile:641)
[16:45:30 WARN]:        at ItemsAdder_4.0.8.jar//itemsadder.m.afu.d(SourceFile:130)
[16:45:30 WARN]:        at ItemsAdder_4.0.8.jar//itemsadder.m.ag.a(SourceFile:635)
[16:45:30 WARN]:        at ItemsAdder_4.0.8.jar//itemsadder.m.ag.l(SourceFile:292)
[16:45:30 WARN]:        at ItemsAdder_4.0.8.jar//dev.lone.itemsadder.Main.iZ(SourceFile:509)
[16:45:30 WARN]:        at ItemsAdder_4.0.8.jar//dev.lone.itemsadder.Main.onEnable(SourceFile:423)
[16:45:30 WARN]:        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:284)
[16:45:30 WARN]:        at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
[16:45:30 WARN]:        at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
[16:45:30 WARN]:        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
[16:45:30 WARN]:        at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:656)
[16:45:30 WARN]:        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:605)
[16:45:30 WARN]:        at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:743)
[16:45:30 WARN]:        at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:488)
[16:45:30 WARN]:        at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:322)
[16:45:30 WARN]:        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1163)
[16:45:30 WARN]:        at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:310)
[16:45:30 WARN]:        at java.base/java.lang.Thread.run(Thread.java:1583)
[16:45:30 WARN]: Caused by: java.lang.ClassNotFoundException: com.ssomar.score.api.ExecutableItemsAPI
[16:45:30 WARN]:        at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:197)
[16:45:30 WARN]:        at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164)
[16:45:30 WARN]:        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
[16:45:30 WARN]:        ... 21 more

Problematic items yml configuration file (optional)

Other files, you can drag and drop them here to upload. (optional)

No response

Screenshots/Videos (you can drag and drop files or paste links)

No response

@PlayGlowCraft PlayGlowCraft added the type: bug Something isn't working label Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: New
Development

No branches or pull requests

1 participant