Posted May 8, 201312 yr Hi! I'm trying to make a costum command, so I copied the commandHelp over to my class and registered it. When i am in creative mode on ssp it works, on server w/ op too, but if i am in ssp w/o cheats or in smp w/o op, i dont have access to the command (standart message). But getRequiredPermissionLevel() returns 0, so what is my fault? M3ga
May 8, 201312 yr if you want acces to the command any time, just delete that. i use a command that can be used any time. just delete the if 's that check for anyt permission, or creative mode or something. https://minecraft.curseforge.com/members/Subaraki/projects
May 8, 201312 yr Hi! I'm trying to make a costum command, so I copied the commandHelp over to my class and registered it. When i am in creative mode on ssp it works, on server w/ op too, but if i am in ssp w/o cheats or in smp w/o op, i dont have access to the command (standart message). But getRequiredPermissionLevel() returns 0, so what is my fault? M3ga I used the method canCommandSenderUseCommand. Return true if you want the command to be used always (even with command blocks). If you only want the Player to have access, check if the ICommandSender parameter is an instance of EntityPlayer. Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! | mah twitter This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.
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.