Problem Broken LWC core.yml

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Lithia

New Member
Jul 29, 2019
53
0
0
i recently Added a TON of ID's manually to my Core.yml for my LWC and i managed to break it ><

When i go through it i cant see any errors but when i add it ingame executing any LWC command with this config just says


An internal error occurred while attempting to perform this command

Code:
07:43:10 [INFO] nathanlol5 issued server command: /lwc
 
07:43:10 [SEVERE] null
 
org.bukkit.command.CommandException: Unhandled exception executing command 'lwc' in plugin LWC v4.3.1 (bMANUAL-git-MANUAL) (February 12, 2013)
 
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
 
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189)
 
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchCommand(CraftServer.java:568)
 
at net.minecraft.network.NetServerHandler.func_72566_d(NetServerHandler.java:1389)
 
at net.minecraft.network.NetServerHandler.chat(NetServerHandler.java:1249)
 
at net.minecraft.network.NetServerHandler.func_72481_a(NetServerHandler.java:1175)
 
at net.minecraft.network.packet.Packet3Chat.func_73279_a(Packet3Chat.java:60)
 
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:442)
 
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:222)
 
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53)
 
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
 
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:847)
 
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
 
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716)
 
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600)
 
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
 
Caused by: java.lang.NullPointerException
 
at com.griefcraft.lwc.LWCPlugin.onCommand(LWCPlugin.java:178)
 
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
 
... 15 more
 
07:43:26 [INFO] nathanlol5 issued server command: /lwc reload


Can Someone Go through and See what i did wrong?

a million Cakes and Internets to the person who finds out whats wrong :3
http://pastebin.com/R66pXDrs
 

Dingham

New Member
Jul 29, 2019
294
0
0
Me again, again not really my area but there are two things that stand out.

1. There's a 'dot' after group in line 11 that look out of place to me.
2. Iron doors on line 56 is missing a autoRegister: private which again looks odd.

Also, try notepad++ there may be a sneaky space somewhere that is upsetting yml, its very picky. Notepad++ will make sure its correctly formatted.

I'm answering really because i just want a chance of cake :p
 
  • Like
Reactions: Lithia

Lithia

New Member
Jul 29, 2019
53
0
0
Me again, again not really my area but there are two things that stand out.

1. There's a 'dot' after group in line 11 that look out of place to me.
2. Iron doors on line 56 is missing a autoRegister: private which again looks odd.

Also, try notepad++ there may be a sneaky space somewhere that is upsetting yml, its very picky. Notepad++ will make sure its correctly formatted.

I'm answering really because i just want a chance of cake :p
Hah
the Iron door thing is suppost to be like that because i dont want them to automaticly Register when placed
And yes i do use notepad++ ^_^ thats why im not not picking up on any errors

And finnaly i turned Debug mode on and found the problem myself

I was missing a space on line 353 <_> thanks for the help on the previous threads You win the cakes xD