Visual-Illusions / Realms

Realms - Minecraft Server Mod (Canary/Bukkit) Plugin for Area Protections
http://wiki.visualillusionsent.net/view/Realms
1 stars 0 forks source link

Making Large and/or Weird Polygons results in Unknown Command #22

Closed TISNF closed 11 years ago

TISNF commented 11 years ago

Not sure what it is exactly but if I've tried making a zone that might be large in size and it's not too crazy in the shape but I keep getting "Unknown Error" upon /realms wand save and the console logs this:

013-03-05 12:46:50 [SEVERE] [Realms] An unexpected exception occured @ COMMAND. Caused by: java.lang.NullPointerException 2013-03-05 12:46:50 [REALMS-DEBUG-STACKTRACE] [Realms] Stacktrace: java.lang.NullPointerException at net.visualillusionsent.mcplugin.realms.zones.polygon.PolygonArea.workingVerticesContain(PolygonArea.java:296) at net.visualillusionsent.mcplugin.realms.zones.polygon.PolygonArea.validPolygon(PolygonArea.java:396) at net.visualillusionsent.mcplugin.realms.zones.Wand.wandCommand(Wand.java:171) at net.visualillusionsent.mcplugin.realms.commands.WandCommand.execute(WandCommand.java:39) at net.visualillusionsent.mcplugin.realms.commands.RealmsCommand.parseCommand(RealmsCommand.java:58) at net.visualillusionsent.mcplugin.realms.commands.RealmsCommandHandler.parseRealmsCommand(RealmsCommandHandler.java:139) at Realms_CanaryListener.onCommand(Realms_CanaryListener.java:258) at PluginLoader.callHook(PluginLoader.java:907) at Player.command(Player.java:185) at Player.chat(Player.java:129) at ONetServerHandler.a(ONetServerHandler.java:649) at OPacket3Chat.a(SourceFile:44) at OTcpConnection.b(SourceFile:349) at ONetServerHandler.d(ONetServerHandler.java:44) at ONetworkListenThread.b(SourceFile:39) at ODedicatedServerListenThread.b(SourceFile:30) at OMinecraftServer.r(OMinecraftServer.java:474) at ODedicatedServer.r(SourceFile:248) at OMinecraftServer.q(OMinecraftServer.java:384) at OMinecraftServer.run(OMinecraftServer.java:323) at OThreadMinecraftServer.run(SourceFile:849)

The zone does not save and it stays in editing as if the command wasn't ran. Now I don't know if there's a limit to the size or if the pylons need to be started in a certain way but I feel it needs to be addressed.

darkdiplomat commented 11 years ago

Is this a result from editing a zone, or from creating a new zone?

TISNF commented 11 years ago

Originally I tried it on a preexisting zone which I had removed all its pylons using the "reset" command but I also tried a brand new zone with a new name and it results in the same error.