CurseForge · Minecraft mod
CommandAPI
CommandAPI
Quick answer
Which CommandAPI release should I use?
CommandAPI-v1.0_MC-1.6.4.jar targets 1.6.4. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is CommandAPI required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does CommandAPI-v1.0_MC-1.6.4.jar need?
CommandAPI-v1.0_MC-1.6.4.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add CommandAPI without breaking your instance.
Built for CommandAPI-v1.0_MC-1.6.4.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use CommandAPI-v1.0_MC-1.6.4.jar. It targets 1.6.4; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside CommandAPI-v1.0_MC-1.6.4.jar. It opens that exact file at the source.
About this project
What does CommandAPI add?
This mod is obsolete. I am keeping it up to maintain compatibility with HideNames for 1.6. For those using this API for your own mod, scroll down to the bottom of this page.
Description
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.
Download/Installation
- Install Forge
- Download the latest version
- Place the .jar file into the '/mods' folder
- Optional, but recommended: install OpenEye, for automatic crash reporting
- Run Minecraft!
Documentation
All code is fully commented, and instructions are provided in the readme.
Bug reporting
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.
Modpacks
You are free to use this or any of my mods in a mod pack, as long as you credit me.
Questions
If you have any questions about the mod, PLEASE send me a ticket. They are much easier to keep track of than specific comments.
About 1.7.x
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.
Credits
- Programming: thislooksfun
- Huge thanks to culegooner for the help getting this to work
Porting to 1.7
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;
}
Project description from CurseForge.
Pick your setup
CommandAPI by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.6.2
1 loader build1.5.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
CommandAPI versions and loaders
CommandAPI-v1.0_MC-1.6.4.jar
24 Nov 2013
CommandAPI-v1.0_MC-1.6.4_src.zip
24 Nov 2013
CommandAPI-v1.0_MC-1.6.2.jar
12 Aug 2013
CommandAPI-v1.0_MC-1.6.2_src.zip
12 Aug 2013
CommandAPI-v1.0_MC-1.5.2.jar
12 Aug 2013
CommandAPI-v1.0_MC-1.5.2_src.zip
12 Aug 2013
Looking for an older file? The official CurseForge project page is in Resources.