This is pretty much exactly what it sounds like. An API to make it easier to add custom commands to the game. I know what you're thinking, 'it's already easy!' And you'd be right, except for the fact that those commands are op-only. You CANNOT use those commands unless you are op. This API makes it really easy to add new commands that ALL players can use.
All code is fully commented, and instructions are provided in the readme.
Make sure you are on the latest version!
If you are, check to see if someone else has already reported that problem. If no one has, you can submit a ticket telling me about it. If you are reporting a crash, you MUST include an error log, or I won't be able to fix it.
You are free to use this or any of my mods in a mod pack, as long as you credit me.
If you have any questions about the mod, PLEASE send me a ticket. They are much easier to keep track of than specific comments.
An update is in progress, but the release date is unknown, as I am currently bogged down with schoolwork. Please be patient, and thanks for the interest.
For those of you using this to make your own commands, there is actually a better way. I don't know how I missed this before, unless it was added in 1.7, but all you have to do is this: in your command class, simply add this method:
@Override
public boolean canCommandSenderUseCommand(ICommandSender sender) {
return true;
}
No files available for download.