Posted August 28, 201411 yr In 1.7.2 forge coding, I found the following function. MinecraftServer.getServer().getConfigurationManager().isPlayerOpped() However in trying to update my mod to 1.7.10, I've found that function no longer exists. I tried searching forge's changelogs to see if I could find that it had been renamed or replaced with something else, but I found nothing. I'm trying to use this as a check for one of my commands to see whether the player has the right to use this command to change settings based on whether they are opped or not (obviously). Does anyone know what I could use for this, or do I need to just start trying a bunch of the generic "func_###" until I hopefully find something that does what I'm looking for?
August 28, 201411 yr Im pretty sure it's a searge name. Maybe look at CommandOp? Check out my mod, Realms of Chaos, here. If I helped you, be sure to press the "Thank You" button!
August 28, 201411 yr Author player.canCommandSenderUseCommand(2, "") That worked perfectly, thank you!
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.