Back to mods

CurseForge · Minecraft mod

CommandAPI

CommandAPI

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which CommandAPI release matches 1.5.2?

Updated 12 years ago
Best match for your filters CommandAPI-v1.0_MC-1.5.2.jar
Game version 1.5.2
Loader Not required

CommandAPI-v1.0_MC-1.5.2.jar targets 1.5.2. 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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release No loader listed
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does CommandAPI-v1.0_MC-1.5.2.jar need?

CommandAPI-v1.0_MC-1.5.2.jar on 1.5.2. Every mod below is checked against that same setup.

No extra mods listed for this file

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.5.2.jar on 1.5.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use CommandAPI-v1.0_MC-1.5.2.jar. It targets 1.5.2; another release may have different loader, side or dependency requirements.

  2. 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.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside CommandAPI-v1.0_MC-1.5.2.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

  1. Install Forge
  2. Download the latest version
  3. Place the .jar file into the '/mods' folder
  4. Optional, but recommended: install OpenEye, for automatic crash reporting
  5. 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.

3 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

CommandAPI versions and loaders

2 of 6 releases match
Clear filters

Looking for an older file? The official CurseForge project page is in Resources.