-
Notifications
You must be signed in to change notification settings - Fork 21
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
ERROR PARSING CRAFT FILE FROM DIRECTORY #258
Comments
I'm also having the same problem as you. I figure it's better to reply to you rather than making another post so we don't have two posts opened on the same issue at the same time. Here's my file: https://www.dropbox.com/s/xb6g3fy4vbud9kt/Tank2.craft?dl=0. I've ran both my .craft and yours through a yaml validator and they seem to be ok, so I don't know what is the issue. |
Do you have a - before the block ids? |
Yes I have, I made a Screenshot from the opened file in notepad++ Also you can download the complete file here |
The file you linked is not properly spaced |
Let me elaborate. on your allowed blocks: Allowed Blocks:
it needed to be 4 spaces from left so that the file would read it all correctly, like so: Allowed Blocks: I fixed 100+ lines in your file, and am sending it back to you. I've added some extra nodes for extra customization, as well as cleaned up some other areas of the file! please give me feedback! Your Movecraft Geek, CaptaingibbonsSR III Link to fixed file: https://www.dropbox.com/s/a3v846x3is3r2r1/korvette.craft?dl=0 |
P.S. For all parsing issues, please refer to this site to help with finding where they are: http://yaml-online-parser.appspot.com/ As long as your spacing is correct, this will help you find any indentations, tabs, etc etc. It's a great tool, also, if you have an issue it cannot find, open up two tabs, but a known good file in one window of a yaml parser, and the problem child in another, that is how i found this issue here, with your spacing and so on. If you need any tips just ask, also PLEASE CLOSE THIS ISSUE WHEN VERIFIED FIXED. |
Idridus, I am now getting to your file. |
Iridus, the drop box link you gave is no longer working. Make a new Issue Ticket please with a new link |
I have a custom made .craft file but movecraft just responds the error
ERROR PARSING CRAFT FILE FROM DIRECTORY: /home/minecraft/spigot/plugin/Movecraft/types/korvette.craft
I already found another Issue with the same Problem
#178
and tryed to fix my .craft file but it didn't worked out...
file can be found here
hoerth.eu/korvette.rar
name: Korvette
maxSize: 3500
minSize: 2500
allowedBlocks:
blockedByWater: false
speed: 10.0
tryNudge: false
flyblocks:
35:
The text was updated successfully, but these errors were encountered: