org.bukkit.command.CommandException: Unhandled exception executing command 'plots' in plugin PlotSquared v3.4.3-9fa28e1
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
You try to parse a String that contains non-numeric characters to an int. The string must contain decimal characters only, optionally beginning with a + or - sign.
Can occur when you try to convert a String to a numeric value but the String is not well formatted for the conversion.
Solutions on the web
via GitHub by yyeerai
, 1 year agovia GitHub by rErEaT
, 1 year agovia GitHub by Rogz256
, 2 months agovia GitHub by jflory7
, 1 year agovia GitHub by mibby
, 1 year agovia Stack Overflow by Harieo
, 1 year agojava.lang.NumberFormatException: For input string: "5555555555555"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at com.intellectualcrafters.plot.commands.Visit.onCommand(Visit.java:47)
at com.intellectualcrafters.plot.commands.SubCommand.execute(SubCommand.java:27)
at com.plotsquared.general.commands.Command.execute(Command.java:336)
at com.intellectualcrafters.plot.commands.MainCommand.execute(MainCommand.java:220)
at com.intellectualcrafters.plot.commands.MainCommand.onCommand(MainCommand.java:133)
at com.plotsquared.bukkit.util.BukkitCommand.onCommand(BukkitCommand.java:30)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)