Posted April 12, 201312 yr Hi, I'm trying to register a new command that all players can use (like help). I registered under the server starting event, overrided getRequiredPermissionLevel from command base to be 0 (just like help), but non-ops are still getting "you do not have permissions to use this command". I looked into it; strangely, it seems the "regular available commands" (help, seed, tell, and me) are hard coded. Anyone know a way around it?
April 12, 201312 yr Author Oh my god just like last time (also a command question) and all the time... after spending over an hour searching fruitlessly, I immediately find the solution after posting my question on a forum. Anyways... for anyone looking for the solution, also override the public boolean canCommandSenderUseCommand(ICommandSender par1ICommandSender) method in CommandBase
April 12, 201312 yr I wish I always found the answer to things after I posted a question. I'm jealous.
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.