CrucibleMC / Crucible

Crucible, a fork of Thermos, is a CraftBukkit and Forge server implementation for 1.7.10, providing the ability to load both Forge mods and Bukkit plugins alongside each other.
https://discord.gg/jWSTJ4d
GNU General Public License v3.0
184 stars 63 forks source link

NPE when loading default files #53

Closed brunoxkk0 closed 3 years ago

brunoxkk0 commented 3 years ago

When you make a fresh start, files like whitelist or ban list, throw a null pointer exception on chat, I think the right behavior is, try to create the new files before trying to read them.