Hello everyone.
I have the plugin Movecraft v 5.5.0 (or 5.0.2, depending on where you look) installed on my Spigot 1.12.2 server.
The default .craft files for this plugin aren't what I want for my server (I want naval ships, while the default are airships), so I created some new .craft files for my new ship types. However, whenever I try to use my newly-created ships, I can't move or cruise with them. I can turn just fine, and I get a permissions error when I try to direct control, even though I have the permissions to do that (I'm opped). This only affects the files I've created; the default ones work just fine. I checked the log, and I'm getting this error for my created files (the error is repeated for each file; this one is for the "brig.craft" file):
[20:02:49] [Server thread/ERROR]: [Movecraft] ***ERROR PARSING CRAFT FILE FROM DIRECTORY : /aternos/server/plugins/Movecraft/types/brig.craft***
[20:02:49] [Server thread/WARN]: java.lang.NullPointerException
[20:02:49] [Server thread/WARN]: at net.countercraft.movecraft.craft.CraftType.blockIDMapListFromObject(CraftType.java:137)
[20:02:49] [Server thread/WARN]: at net.countercraft.movecraft.craft.CraftType.parseCraftDataFromFile(CraftType.java:239)
[20:02:49] [Server thread/WARN]: at net.countercraft.movecraft.craft.CraftType.<init>(CraftType.java:75)
[20:02:49] [Server thread/WARN]: at net.countercraft.movecraft.craft.CraftManager.initCraftTypes(CraftManager.java:78)
[20:02:49] [Server thread/WARN]: at net.countercraft.movecraft.craft.CraftManager.<init>(CraftManager.java:47)
[20:02:49] [Server thread/WARN]: at net.countercraft.movecraft.craft.CraftManager.<clinit>(CraftManager.java:36)
[20:02:49] [Server thread/WARN]:
at net.countercraft.movecraft.Movecraft.onEnable(Movecraft.java:388)
[20:02:49] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:02:49] [Server thread/WARN]:
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
… (rest omitted)
There's nothing on the Movecraft GitHub about this error, and I can't figure out what the problem is.
Has anyone else run into the same problem? If so, how can I fix this?