Weird Plugin Issue

Discussion in 'Plugin Development' started by aweewee, Apr 5, 2020.

Thread Status:
Not open for further replies.
  1. Offline

    aweewee

    Hi,

    My anticheat has 3 jar dependencies: craftbukkit 1.8, spigot 1.8, and protocollib. When I export it and put it into my plugins folder, the game recognizes the plugin as protocollib for some reason. None of the checks or anything work in-game, although they worked before I had protocollib. I can't remove protocollib as a dependency because a lot of my imports depend on it. Can anyone help me fix this?
     
  2. Offline

    Strahan

    Why are you using the server jars as dependencies? The only one you should be listing is ProtocolLib. Not sure what you mean by "recognizes the plugin as protocollib". Are you listing it as a dependency or did you shade the whole thing into the plugin? If the latter, don't do that.
     
Thread Status:
Not open for further replies.

Share This Page