Forum rules: Do not post bugs or feature requests here! Report bugs to our Issue Tracker and suggestions to Suggest a Feature.

This site is not for solicitation of services or 'purchasing' development. Please do not post requesting side mods/plugins and so on. Your thread will be removed, and you will receive a warning.
By MilesTanin
#186623 Some friends and I have been working on getting a server for us to play around on going. There's apparently a bit of a problem with our setup, though, and if anyone could point us in the right direction that would be great.

The mod seems to be running just fine, we can get into the game. However, upon using certain commands we run into issues. We have the Pixelmon Extras and Gym Wars 2 sidemods installed, and they're the ones that seem to be where most of the issues are.

I'll start with Gym Wars 2, since that is probably just a syntax error. The wiki page gives the command to create a gym as "/creategym <Gym name> <type> <level cap> <Badge> [order]." However, when I type "/creategym BurnyBurns fire 50 HeatBadge 1" as a test I get "That is an invalid type" in response. I'm not quite sure what I'm doing wrong. EDIT: Solved this one with a little more fooling around... have to capitalize the types. But the next issue still stands and was more of a problem to begin with ;-;

With Pixelmon Extras, though, it isn't just a syntax error. A good number of the commands work with no problems, but it seems any that must access a player's party (chiefly /pokeedit) doesn't work. In-game, I get the message "An unknown error occurred while attempting to perform this command."
I checked the console and found this:
Code: Select all14.09 02:51:23 [Server] Server thread/WARN Couldn't process command: 'pokeedit [PLAYERNAME REDACTED] 1 s'
14.09 02:51:23 [Server] INFO java.lang.NoSuchFieldError: PokeballManager
14.09 02:51:23 [Server] INFO at com.pixelextras.commands.PokeEdit.func_71515_b(PokeEdit.java:54) ~[PokeEdit.class:?]
14.09 02:51:23 [Server] INFO at net.minecraft.command.CommandHandler.func_175786_a(CommandHandler.java:100) [j.class:?]
14.09 02:51:23 [Server] INFO at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:79) [j.class:?]
14.09 02:51:23 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:815) [lm.class:?]
14.09 02:51:23 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:794) [lm.class:?]
14.09 02:51:23 [Server] INFO at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(SourceFile:37) [ie.class:?]
14.09 02:51:23 [Server] INFO at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(SourceFile:9) [ie.class:?]
14.09 02:51:23 [Server] INFO at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fh$1.class:?]
14.09 02:51:23 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_101]
14.09 02:51:23 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_101]
14.09 02:51:23 [Server] INFO at net.minecraft.util.Util.func_181617_a(SourceFile:44) [g.class:?]
14.09 02:51:23 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:660) [MinecraftServer.class:?]
14.09 02:51:23 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344) [ko.class:?]
14.09 02:51:23 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605) [MinecraftServer.class:?]
14.09 02:51:23 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481) [MinecraftServer.class:?]
14.09 02:51:23 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]

That second line about the Pokeball Manager is what caught my eye. When we were first deciding what version to run, we tried 4.3.0 Beta 8 and had similar issues with some features. They stated directly in game that the issues were because "Pokeball Manager could not be found." Google had nothing to say on the matter, so we decided to downgrade a bit (not a big deal to us, and we didn't want to deal with jumping through holes for a beta; seems it wasn't the beta's fault though).

Google has nothing enlightening in either department, and neither do the wiki pages of the respective sidemods. Please help?

JOIN THE TEAM