why does it create a broken file? #5927
Replies: 2 comments 1 reply
-
If you have a file with the name "broken" it means that Essentials automatically detected that the file contained invalid yaml syntax and moved it for you. The fix is to not edit the files manually, or make sure that you edit them properly without errors. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can paste your broken config into a yaml parser to check for mistakes. I personally use YAML Lint. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have players that play for a long time and then they somehow join the server and they lose their inventory, their homes, and someother data stuff
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[05:22:30] [Server thread/INFO]: [ProfileStorage] Profile data of player wearydragon18 were updated!
[05:22:31] [Server thread/INFO]: WORLD: Removed 0 entities!
[05:22:31] [Thread-31/WARN]: org.sqlite.SQLiteException: [SQLITE_CANTOPEN] Unable to open the database file (unable to open database file)
Beta Was this translation helpful? Give feedback.
All reactions