kangarko / Foundation

Foundation™ helps you create highly customized Minecraft plugins (based on Spigot/Paper API) that support multiple MC versions.
https://mineacademy.org
305 stars 63 forks source link

1.20.1: Getting IOException error #295

Closed iHxtch closed 2 months ago

iHxtch commented 2 months ago

Kindly refer to the below error. I used the latest version of foundation, 6.8.1, and I am receiving this error. I downgraded to version 6.4.2 because I have an old plugin that uses this same code and now it works fine.

Expected behavior: to create the files if they do not exist Actual behavior: throws an exception

Error: https://pastebin.com/rhbsBJ89

Code snippet that generates the error: image

kangarko commented 2 months ago

Thanks. Please upgrade to 6.8.2

iHxtch commented 2 months ago

Thanks for the quick fix!