MyCommand
MyCommand
Donations
If you like this plugin, and want to offer me a coffee, consider to click the button on the top right corner of the navbar to donate! Thank you :D

Make your own, customized Minecraft commands
Features:
- Make new commands!. (Also registered command)
- Run others command in new one
- Perform several commands in one
- Delayed commands with custom pause, warmups and cooldowns
- Make Shortcut/alias commands or override commands.
- Run commands with any item , block, signs or even (villager) NPC's.
- Various functions for costumize commands, like placeholders, scripts (if-else) and more.
- Console support
- Economy support (Require Vault)
- All features are highly customizable
- No command limits with multiple file support
- Customizable IconMenu (ChestGUI), ActionBar, BossBar, Hover/ClickableText, Title and Scoreboard commands.
- Allow the execution of commands in various circumstances (per world, by worldguard regions and more.
- Custom players database where you can store anything you want to personalize even more your commands. SQL database supported.
- BungeeCord feature, Scheduler, Join/Quit/Death events, PHP/GET request ...
- ... And much, much more..!
Configuration and examples (Documentation)
Commands & permissions
Video Tutorial :
(French) Getting Started (TEXT and ALIAS commands) by Texier (MyCommand 5.5.0)
(English) by Koz4Christ. (MyCommand 5.1.8)
If you have to report an error in the chat, or just a command section, use pastebin or a similar website. Help with YML code error : http://yaml-online-parser.appspot.com/
This plugin uses bStats Metrics - MyCommand stats page
-
View User Profile
-
Send Message
Posted Apr 26, 2012Can you make MYCMD Items something like this:
/mycmd-itemset /jail TargettedPlayerName or something like that.I want to make batton for cops for my server:)
And what about " " in commands? I want make command who set prefix for the player.Please fix it. My long cmd is /pex user PlayerName prefix "&4 Elite"
sorry for bad english.
-
View User Profile
-
Send Message
Posted Apr 23, 2012@Rtzon There are 2+ way for make a alias.
You can make better alias ,typing only /hero (name) with:
Or if you want type: /hero (choose) (name)
-
View User Profile
-
Send Message
Posted Apr 22, 2012How can I alias a base command?
Like if there was one command, like /hero choose (name) and /hero specs,
could i just alias /hero with /class and then /class choose (name) and /class specs would work?
-
View User Profile
-
Send Message
Posted Apr 22, 2012@DexTerMineCraft You can't put $arg in "command" line.The arguments it's only for runcmd.
@Rtzon
disabledebugmessage : true
-
View User Profile
-
Send Message
Posted Apr 21, 2012How do I remove the [MyCMD]: /hero specs
before each new command I do?
-
View User Profile
-
Send Message
Posted Apr 21, 2012I can not get a MCBans command to work with MyCmd. My config:
commandsnumber: 1 disablepermission: false disabledebugmessage: false command1: /$arg1ban $arg2 $arg3 type1: runcommand runcmd1: - /ban $arg2 $arg1 $arg3 text1: - §1Line1! - §2Line2! and ecc,ecc... delaytimer1: 5
I would really like to make this command simpler for my staff members to ban with MCBans.
-
View User Profile
-
Send Message
Posted Apr 21, 2012@Ivanpro
oops! didnt see that. Thanks :P
-
View User Profile
-
Send Message
Posted Apr 21, 2012@gustebeast
Put disabledebugmessage : true
-
View User Profile
-
Send Message
Posted Apr 20, 2012Please o' please make a config node to remove the running command notifications. Its just confusing to players that when they see this "running command: /..." note in their chat. It would be nice if it did the shortcut quietly instead of announcing it.
-
View User Profile
-
Send Message
Posted Apr 17, 2012@zxcdserf
I tried to add console support,but i found some problem and don't work correctly
-
View User Profile
-
Send Message
Posted Apr 16, 2012I'm looking for spoutcraft's shortcuts but for normal minecraft. I can not use spout because it does not support most client mods.
-
View User Profile
-
Send Message
Posted Apr 15, 2012As well as, this plugin would be AWESOME if console can execute these commands!
-
View User Profile
-
Send Message
Posted Apr 15, 2012@zxcdserf
For now ,delaytimer1 is generic for all runcmd1 .I see how implement indipendent timer for each commands in next versions,without delaytimer config,but with $delay:5$ or argument like this. In any case,currently you can use multiple commands like:
ecc
-
View User Profile
-
Send Message
Posted Apr 15, 2012I'm so confused on the $delay$ argument. Tell me if I set this up right
I wanted each command to have a different delay.
-
View User Profile
-
Send Message
Posted Apr 15, 2012Uploaded new version 2.1 ,with delayed commands :D
-
View User Profile
-
Send Message
Posted Apr 13, 2012You added sign support! That's AWESOME!
-
View User Profile
-
Send Message
Posted Apr 11, 2012Ivanpro love the new v2.0 features and bug fixes. Works like a charm on CB 1.2.5-R1
Great job.
-
View User Profile
-
Send Message
Posted Apr 10, 2012It would be super cool if you can put a customized delay between two consecutive commands!
For example:
MyCommand: /runevent Type: runcmd runcmd : /broadcast Event starting in 5 minutes; [delay 300 seconds] /broadcast Event has started!
Also, does the custom commands support console? As in it can be run in console.
-
View User Profile
-
Send Message
Posted Apr 8, 2012@add1ct3dd
Also It would be nice, if We could disable showing output not to All commands but to certain ones.
-
View User Profile
-
Send Message
Posted Apr 8, 2012Could you please allow a way to write custom output when you use the "runcommand", for example if I make a command called /goto <world>, I'd like to be able to output a message like "Teleporting you from $arg1 to $world"
This would be a great feature, as seeing "[Mycmd] runcmd: /mvtp build" is very ugly!