chaseoes / FirstJoinPlus

Customize all aspects of new players joining for the first time.
http://dev.bukkit.org/bukkit-plugins/firstjoinplus/
11 stars 16 forks source link

Item Name Issue #24

Closed gabessdsp closed 10 years ago

gabessdsp commented 10 years ago

30.10 13:17:19 [Server] INFO ... 16 more 30.10 13:17:19 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) 30.10 13:17:19 [Server] INFO at me.chaseoes.firstjoinplus.FirstJoinPlus.onCommand(FirstJoinPlus.java:147) 30.10 13:17:19 [Server] INFO at me.chaseoes.firstjoinplus.utilities.Utilities.giveFirstJoinItems(Utilities.java:76) 30.10 13:17:19 [Server] INFO at java.lang.Integer.parseInt(Unknown Source) 30.10 13:17:19 [Server] INFO at java.lang.Integer.parseInt(Unknown Source) 30.10 13:17:19 [Server] INFO at java.lang.NumberFormatException.forInputString(Unknown Source) 30.10 13:17:19 [Server] INFO Caused by: java.lang.NumberFormatException: For input string: "Welcome_to_Crimson_Lake_MC" 30.10 13:17:19 [Server] INFO at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583) 30.10 13:17:19 [Server] INFO at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:421) 30.10 13:17:19 [Server] INFO at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:488) 30.10 13:17:19 [Server] INFO at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:227) 30.10 13:17:19 [Server] INFO at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:592) 30.10 13:17:19 [Server] INFO at net.minecraft.server.v1_6_R3.DedicatedServerConnection.b(SourceFile:30) 30.10 13:17:19 [Server] INFO at net.minecraft.server.v1_6_R3.ServerConnection.b(SourceFile:37) 30.10 13:17:19 [Server] INFO at net.minecraft.server.v1_6_R3.PlayerConnection.e(PlayerConnection.java:116) 30.10 13:17:19 [Server] INFO at net.minecraft.server.v1_6_R3.NetworkManager.b(NetworkManager.java:296) 30.10 13:17:19 [Server] INFO at net.minecraft.server.v1_6_R3.Packet3Chat.handle(SourceFile:49) 30.10 13:17:19 [Server] INFO at com.bergerkiller.bukkit.common.internal.network.CommonPacketHandler$CommonPlayerConnection.a(CommonPacketHandler.java:535) 30.10 13:17:19 [Server] INFO at net.minecraft.server.v1_6_R3.PlayerConnection.a(PlayerConnection.java:834) 30.10 13:17:19 [Server] INFO at net.minecraft.server.v1_6_R3.PlayerConnection.chat(PlayerConnection.java:877) 30.10 13:17:19 [Server] INFO at net.minecraft.server.v1_6_R3.PlayerConnection.handleCommand(PlayerConnection.java:959) 30.10 13:17:19 [Server] INFO at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchCommand(CraftServer.java:523) 30.10 13:17:19 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192) 30.10 13:17:19 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) 30.10 13:17:19 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'fjp' in plugin FirstJoinPlus v1.8.2 30.10 13:17:19 [Server] SEVERE null

I've tried

292:1:'Welcome blah' 292:1:"Welcome blah" 292:1:Welcome blah 292:1:Welcome_Blah

and they all return the same error

gabessdsp commented 10 years ago

Nothing from the author on this?

chaseoes commented 10 years ago

Naming of items has been removed in version 2.0. This plugin was not intended to be a fully featured kit plugin and instead I recommend getting a dedicated plugin for kits, and using FirstJoinPlus to run a command from that plugin to give the kit on first join.

chaseoes commented 10 years ago

Addressed in version 2.0.