CommandHelper lets you and users alias commands so that you don't get carpal tunnel, and it also allows you to script your own plugins without Java knowledge.
- Let you or users bind aliases for multiple commands
- Using an easy to use MScript language, script your own plugins
- Completely replace whatever you are using for /homes /warps /mail etc. with CommandHelper
- Create new features, handle new problems, without having to learn Java
- Easy to use language to pick up, with great documentation
Want an easy to use in-game map editor? Try WorldEdit. Want to protect areas? Try WorldGuard.
Quote from the CommandHelper team:
For the latest version: Currently you have to get the latest version from the CH wiki.

Getting Started
| Installation |
|---|
Bukkit is currently required.
- Download CommandHelper (off the wiki) and extract the .jar into plugins/.
- Run your server once to generate the files.
- Read the wiki (see below) to find out how to use CommandHelper.
| Documentation |
|---|
What are the permissions? How do you make your own scripts? Check out the wiki below.
| Learning More |
|---|
- Project leader: LadyCailin is the current project leader
- Lead developers: LadyCailin
- Project started: In November 2010 (Bukkit was started January 2011)
The original project leader and lead developer was sk89q.
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
Version 3.3.0 does not work with current releases of bukkit, however the dev builds do. Get the dev builds from here
THE COMMENTS ON THIS PAGE ARE NOT REGULARLY MONITORED. For faster support, use the forums here or join us on IRC.
Facts
- Date created
- Aug 25, 2011
- Categories
- Last update
- Mar 02, 2012
- Development stage
- Release
- Language
- enUS
- License
- MIT License, with special exception
- Curse link
- CommandHelper
- Downloads
- 43,539
- Recent files
- R: CommandHelper 3.3.0 for CB 1.1-R6 Mar 02, 2012
- R: CommandHelper 3.2.0 for CB 1185 Oct 02, 2011
- R: v3.1.2 WEBundle [CB1060] Aug 25, 2011
- R: v3.1.2 [CB1060] Aug 25, 2011





- Reply
- #358
overyde Jul 24, 2015 at 16:27 UTC - 0 likesI'm a little stuck. I've got the following set up which basically disables left/right click within a set region
bind(player_interact, null, array(item: data_values(PROJECTE_ITEMPE_VOLCANITE_AMULET)), @event, if(array_contains(sk_regions_at(ploc()), 'spawn')) { cancel() msg(color(red).'Sorry Volcanite Amulet is disabled in spawn!') } )
What i am trying to do however is prevent the use of the R key or "if (shootProjectile(player, stack)) "
These items essentially fire a projectile which damages blocks, and i want to try and hard disable the whole item completely from any presses. Any ideas what to do in that situation?
- Reply
- #357
StampedeGaming Jun 22, 2015 at 04:42 UTC - 0 likesI keep getting commandhelper null in chat! wtf?
{{http://http://i.imgur.com/GCxcV5d.png
- Reply
- #356
VergilPrime Feb 17, 2015 at 08:35 UTC - 0 likes@41Plock: Go
I recommend updating CommandHelper to a version of the build server here:
http://builds.enginehub.org/job/commandhelper?branch=master
- Reply
- #355
VergilPrime Feb 17, 2015 at 08:34 UTC - 0 likes@EvandroCJ: Go
CommandHelper does alot, but the amount of resources it takes up depends on your usage of it.
- Reply
- #354
VergilPrime Feb 17, 2015 at 08:33 UTC - 0 likes@bluelightning001: Go
I'm not sure I follow what you want. Can you be a little more clear?
- Reply
- #353
VergilPrime Feb 17, 2015 at 08:32 UTC - 0 likes@roracle: Go
Yes, the API for this can be found under "Economy" here:
http://wiki.sk89q.com/w/index.php?title=CommandHelper/Staged/API&cb=6043
- Reply
- #352
VergilPrime Feb 17, 2015 at 08:31 UTC - 0 likes@verservarlin: Go
I suggest the often-updated build versions of CommandHelper found here:
http://builds.enginehub.org/job/commandhelper?branch=master
- Reply
- #351
verservarlin Feb 11, 2015 at 18:58 UTC - 0 likesEvery time I turn around commandhelper breaks. It has not been updated in ages and I need an alternet plugin that will do the same thing as command helper as far as aliases go. Can anyone recommend a good one or if this plugin has been updated can you point me to the download page.
- Reply
- #350
roracle Nov 15, 2014 at 19:52 UTC - 0 likesBefore I delve into this plugin, I'm trying to accomplish one thing. Just one thing and that's all, and it is very simple to explain, but takes some understanding:
MCJobs, mcMMO, SwornRPG, and many others, do not allow for payouts or paybacks from a specific iConomy account (a central server account). What I need is a method of doing such a thing. Can this be accomplished with this tool?
- Reply
- #348
bluelightning001 Jul 06, 2014 at 15:37 UTC - 1 likeHi, I need some help :) Is there anyway I can make an alias /eco and /e addpoints together after the money is taken from the person's balance, I want to make sure they can't exploit :)
The commands I wanted to alias are:
/bp 1 - /eco take player() 1000 \/enjin addpoints player() 1 /bp 50 - /eco take player() 50000 \/enjin addpoints player() 50 /bp 100 - /eco take player() 10000 \/enjin addpoints player() 100 /bp 1000 - /eco take player() 100000 \/enjin addpoints player() 1000
Any help would be grately appreciated :)