PikaMug / Quests

Easy-to-use, open-source plugin for the creation and execution of quests on Minecraft servers.
https://modrinth.com/plugin/quests.classic
MIT License
141 stars 104 forks source link

Console error from uploading backuped quests.yml #2175

Closed timothykra closed 6 months ago

timothykra commented 6 months ago

Where else have you looked for answers to this question?

I looked through the code and I believe I have fixed this issue myself before but not sure. I also looked through the other questions and did not seem to see anything there about this

Share your question with as much detail as possible.

https://pastebin.com/M6q8cfZw

Above, I pasted the console error it gives me, saying that there is a configuration error in the code. Some help would be gladly appreciated. I also attached my quests.yml file quests (1).txt

PikaMug commented 6 months ago

Looks like you have some tabs instead of spaces. Use a YAML parser such as https://codebeautify.org/yaml-parser-online (not affiliated)

Also, next time you have an error please Report a bug not Ask a question. Thanks!