APDevTeam / Movecraft

The original movement plugin for Paper. Reloaded. Again.
GNU General Public License v3.0
121 stars 76 forks source link

It doesn't load, crashes with an error in the console #656

Closed Sauron971 closed 3 months ago

Sauron971 commented 3 months ago

Describe the bug I have installed all the addons for MoveCraft, except Towny, when loading plugins, they all give an error

Versions (please complete the following information):

Errors here: https://pastebin.com/YZbHsSp9

TylerS1066 commented 3 months ago

In the first error, Movecraft failed to find support for the Minecraft version craftbukkit:

[15:34:32 INFO]: [Movecraft] Loading support for craftbukkit
[15:34:32 WARN]: java.lang.ClassNotFoundException: net.countercraft.movecraft.compat.craftbukkit.IWorldHandler
    [...]
[15:34:32 ERROR]: [Movecraft] Could not find support for this version.

As mentioned in the 8.0.0 beta 3 release notes, Paper 1.20.6 (and it's forks, such as Purpur) were not yet supported due to Paper making the "hard fork" and changing how various internal Spigot systems operated. The details of the issue can be found in #647, but we have switched to the Paper systems in the recent dev builds, such as this one, which I personally tested on the latest paper and purpur builds at the time.

Following that, it looks like the datapack isn't loading. If that persists after you fix the version incompatibility, check out our FAQ on how to resolve it.