Added a few recipes, plugin no longer works
Syrkulous opened this issue · 7 comments
Hello!
I am having an issue with the plugin no longer working after adding a few recipes,
I am sure a bug report will be asked for, but I wasn't able to get anything as it is not letting me put ingredients into the cauldron anymore.
Config:
https://pastebin.com/293JRqMC
Brewery Version : 2.1.1
MC Version: 1.15.2
do the default recipes still work correctly? Also did you add the materials to the correct list so the cauldron knows to accept them as ingredients?
It might be the colored lore in your new recipes. Try to put some ' ' around it. Use Sublime Text as Texteditor to find errors like this
Have you found the issue for this yet? My server is doing the same thing but from what I'm looking at in the config everything is fine.
If nothing is working anymore it’s a yml related issue. Usually the missing quotes. If just some recipes are not working, it’s usually a wrong ingredient / material name @Wicky-Wicked
Sent with GitHawk
It tells me it can't read the yml file when I try to reload but I have no clue what is missing for it to work. I tired adding in quotes but it still refused to reload the file.
…
On Sun, Jul 26, 2020 at 9:01 AM Sn0wStorm @.***> wrote: If nothing is working anymore it’s a yml related issue. Usually the missing quotes. If just some recipes are not working, it’s usually a wrong ingredient / material name @Wicky-Wicked https://github.com/Wicky-Wicked Sent with GitHawk http://githawk.com — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#306 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQM5ZIM3BB2MDJEQUE4KNNLR5RAMFANCNFSM4NQSITJQ .
Usually the console errors show where the error is. I would trace back to what change you made before it was no longer working. It can be as simple as a single space to many ussually in the top part making it unreadable.
Also you can try an online yml validator, Very helpful to see any yml errors!
Sent with GitHawk