Can some1 help me with this error? [17:25:16] [Server thread/INFO]: Player issued server command: /kit xp [17:25:16] [Server thread/WARN]: Missing translation key "kitGiveTo" in translation file en java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key kitGiveTo at java.util.ResourceBundle.getObject(ResourceBundle.java:450) ~[?:1.8.0_40] at java.util.ResourceBundle.getObject(ResourceBundle.java:444) ~[?:1.8.0_40] at java.util.ResourceBundle.getString(ResourceBundle.java:407) ~[?:1.8.0_40] at com.earth2me.essentials.I18n.translate(I18n.java:64) [Essentials.jar:?] at com.earth2me.essentials.I18n.format(I18n.java:92) [Essentials.jar:?] at com.earth2me.essentials.I18n._(I18n.java:86) [Essentials.jar:?] at com.earth2me.essentials.commands.Commandkit.giveKit(Commandkit.java:90) [Essentials.jar:?] at com.earth2me.essentials.commands.Commandkit.run(Commandkit.java:40) [Essentials.jar:?] at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:149) [Essentials.jar:?] at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:505) [Essentials.jar:?] at com.earth2me.essentials.Essentials.onCommand(Essentials.java:380) [Essentials.jar:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot.jar:git-Spigot-1544] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) [spigot.jar:git-Spigot-1544] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) [spigot.jar:git-Spigot-1544] at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1016) [spigot.jar:git-Spigot-1544] at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:846) [spigot.jar:git-Spigot-1544] at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot.jar:git-Spigot-1544] at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot.jar:git-Spigot-1544] at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:184) [spigot.jar:git-Spigot-1544] at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1544] at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:731) [spigot.jar:git-Spigot-1544] at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1544] at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1544] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1544] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1544]
Seems that there is a missing string in the language files. It says kitGiveTo is missing in the english (en) translation/language file.
I think it is build in unless you made a custom one in the Essentials folder in your plugins folder. Gimme a little bit of time and I will reply with a better answer
copy everything from your essentials folder to your desktop > delete the files from your plugins folder (essentials only) reload the server. Put your config and anything you want to keep back into your essentials folder. This is what i do when i get an error and it works most of the time.