Advertisement
Chrispm84

UltraBans DupeIP Error

Apr 18th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.98 KB | None | 0 0
  1. 2012-04-18 14:24:10 [WARNING] Unexpected exception while parsing console command
  2.  
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'dupeip' in plugin UltraBan v0.2.3
  4.  
  5.     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
  6.  
  7.     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
  8.  
  9.     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
  10.  
  11.     at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:469)
  12.  
  13.     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:596)
  14.  
  15.     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:565)
  16.  
  17.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
  18.  
  19.     at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  20.  
  21. Caused by: java.lang.NullPointerException
  22.  
  23.     at com.modcrafting.ultrabans.commands.DupeIP.onCommand(DupeIP.java:82)
  24.  
  25.     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
  26.  
  27.     ... 7 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement