If you're getting errors when starting your Minecraft server, mainly KCauldron, and have the following "YamlConfiguration.loadConfiguration" errors this usually means one of your base configuration files is improperly formatted and the server can't read it. To check if formatting errors are the issue, and possibly fix it, delete/move all current .yml configs (server.properties, spigot.yml, kcauldron.yml, commands.yml, etc.) that are in the base directory of your server and try starting it again.
This is a snip of the full error:
[main/FATAL]: Failed to start the minecraft server
java.lang.NullPointerException
at org.bukkit.Bukkit.getLogger(Bukkit.java:311) ~[Bukkit.class:KCauldron-1.7.10-2.1403.1.49]
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:185) ~[YamlConfiguration.class:KCauldron-1.7.10-2.1403.1.49]
Most Popular Articles
Minecraft "java.security.AccessControlException: access denied"
Some plugins (Such as ExecuteEverywhere) sometimes can require specific java security policies to...
Fix "c.s.w.b.WorldEditListener (PlayerInteractEvent)" Timings Lag
If you're running a Spigot server with WorldEdit, WorldGuard and GroupManager plugins together,...
Minecraft client connection delay / lag
Some people have issues with a three to six second connection delay in the vanilla Minecraft...
Minecraft Server Plugin - Establishing SSL connection without server's identity verification is not recommended.
Some servers may run versions of MySQL that have different SSL requirements/settings, without SSL...
EVMIPBlock - Spigot Plugin to block datacenter and VPN networks (customizable)
EVMIPBlock.jarMinecraft server (Spigot, Paper, etc.) plugin to block most large datacenter and...