You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my core.yml file I have core.locale set to 'en'.
However, when a user types lwc -c the following error occurs in console:
18:01:29 [SEVERE] null
org.bukkit.command.CommandException: Unhandled exception executing command 'lwc' in plugin LWC v3.00-alpha4
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:278)
at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:682)
at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:645)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:639)
at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
Caused by: com.griefcraft.scripting.ModuleException: LWC Module threw an uncaught exception!
at com.griefcraft.scripting.ModuleLoader.dispatchEvent(ModuleLoader.java:191)
at com.griefcraft.lwc.LWCPlugin.onCommand(LWCPlugin.java:262)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
... 12 more
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at com.griefcraft.modules.create.CreateModule.onCommand(CreateModule.java:188)
at com.griefcraft.scripting.ModuleLoader.dispatchEvent(ModuleLoader.java:145)
... 14 more
and the resulting text that the user recieves is:
...
Example:
UNKNOWN_LOCALE_cprivate. UserName g:GroupName OtherGuy
You can specify more than 1 group and/or user per command!
An internal error occured while attempting to perform this command
The commands are still usable, of course, but the the errors spam the console window.
The text was updated successfully, but these errors were encountered:
In my core.yml file I have core.locale set to 'en'.
However, when a user types
lwc -c
the following error occurs in console:and the resulting text that the user recieves is:
...
Example:
UNKNOWN_LOCALE_cprivate. UserName g:GroupName OtherGuy
You can specify more than 1 group and/or user per command!
An internal error occured while attempting to perform this command
The commands are still usable, of course, but the the errors spam the console window.
The text was updated successfully, but these errors were encountered: