Posted February 3, 201312 yr I have a problem with my code, and it's quite frustrating. This line: player.mcServer.getConfigurationManager().transferPlayerToDimension(player, this.location.dimension); Returns: The method getConfigurationManager() is undefined for the type MinecraftServer, which definitely is wrong. When I hover over the mcServer part, however, I get: The type aa cannot be resolved. It is indirectly referenced from required .class files Am I using the wrong imports? This is the only thing preventing me from compiling.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.