WolfyScript / CustomCrafting-Wiki

Wiki and JavaDocs for CustomCrafting
https://www.spigotmc.org/resources/55883/
9 stars 3 forks source link

Version 1.6.5.1.3 Mass flood console warning (A HUGE amount) #9

Closed EchocallingEarth closed 3 years ago

EchocallingEarth commented 3 years ago

Full console log - a rather large log caused by the repeating spamming warnings

https://paste.enginehub.org/0In6ieD9D

Additional information: Paper 1.16.5

Further information upon request

WolfyScript commented 3 years ago

It looks like that CustomCrafting has no permission to write to those recipe/item files. Because of that, it prints an error for each file it doesn't has permission For example this file: plugins/CustomCrafting/data/armor/items/guard_helmet.json (Permission denied)

WolfyScript commented 3 years ago

It often happens when you copy files, which belong to another user and/or have invalid permissions. https://www.spigotmc.org/threads/permission-denied.332534/ https://www.spigotmc.org/threads/severe-java-io-filenotfoundexception-world-level-dat_new-permission-denied.49080/

If you use a server host it might be an error on their side.

EchocallingEarth commented 3 years ago

Thank you, How I failed to set perms is beyond me as i usually always run chown and make sure after updating. Silly me and thanks. I'll close this issue which much appreciation too you for see what I missed.