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 May 24, 2012This looks awesome, cant wait to play around with it.
-
View User Profile
-
Send Message
Posted May 24, 2012@Royalgamer06
Put this in your config file :
'1':
command: /xpromote
type: runcommand
runcmd:
- /manuadd $arg1 EconomieSurvivor world_economy
- /manuadd $arg1 EconomieSurvivor world_economy_the_end
- /manuadd $arg1 EconomieSurvivor Nether
- /manuadd $arg1 CreativeBouwer Planetoids
- /manuadd $arg1 CreativeBouwer world_creative
- /manuadd $arg1 CreativeBouwer Flatlands
- /manuadd $arg1 CreativeBouwer Flatlands2
-
View User Profile
-
Send Message
Posted May 23, 2012This is one of the most active and best small plugins I have ever seen. Keep up the good work Ivanpro!
-
View User Profile
-
Send Message
Posted May 19, 2012Awesome plugin! I love it!
-
View User Profile
-
Send Message
Posted May 19, 2012@Ivanpro
Thanks, works great! I'll let you know if I find any more bugs.
-
View User Profile
-
Send Message
Posted May 19, 2012@Yoshi910
I can't do make something like this,the commands must be numerated.
@oORolandOO I found the problem,in the next version is fixed.
-
View User Profile
-
Send Message
Posted May 18, 2012I reccomend the config be better on this plugin. A config like this would be better:
------------------------------------------------------------
DisablePermissions: false
DisableDebug: true
{Command name}:
Command: {Command}
Type: {Command type}
Run: {Command(s) to run}
Text: {Text}
Delay: {Delay time}
------------------------------------------------------------
Example of a finished config:
------------------------------------------------------------
DisablePermissions: false
DisableDebug: true
Shop:
Command: /shop
Type: Console
Run: warp shop {name}
Text:
Delay: 0
------------------------------------------------------------
For the $player, it should be {name}, or {player}.
Then for the $arg1, $arg2, it should be {arg1}, {arg2}.
For the $delay$, it should be {delay}
Doing this would make the config much cleaner and easy to use.
-
View User Profile
-
Send Message
Posted May 18, 2012@Ivanpro
I did, I have $arg1 $arg2 and $arg3 in a statement so like $arg1 is a group $arg2 is the user's name $arg3 is the desired nickname then it broadcasts the nickname. but it tries to set the nickname to $arg3 and broadcasts $arg3 not the third argument.
-
View User Profile
-
Send Message
Posted May 18, 2012@oORolandOO
use the arguments in numeric order ,example : $arg1 $arg2 $arg3
-
View User Profile
-
Send Message
Posted May 17, 2012Hello, I am having an issue with using $arg3, instead of replacing $arg3 with the argument it just keeps it $arg3. I am using the newest version and I am not sure if it's just me or if this is a known issue.
-
View User Profile
-
Send Message
Posted May 17, 2012@GlabbichRulz
You have to disable Debug mode :)
-
View User Profile
-
Send Message
Posted May 17, 2012is it possible to run commands without [Mycmd] runcmd : /warp PvP?
-
View User Profile
-
Send Message
Posted May 15, 2012@Haxirr
Ah,thanks.
however in mycommand 2.5 you can add multiline text and color with /mycmd-edit in-game.
Each edit add 1 line of text,and you can clear with /mycmd-edit 1 text clear.
Example:
/mycmd-edit 1 text &4Hello,
/mycmd-edit 1 text &5$player!
Output:
Hello,
Name!
In the config file,you can use also "\247"prefix. \2470 = black.
Here the version 2.5.1 http://dev.bukkit.org/server-mods/mycommand/files/23-mycommand-v2-5-1/ ,I hope this works on your server.
-
View User Profile
-
Send Message
Posted May 15, 2012I really am looking forward to a release where one will be able to edit colors, and add more lines to one command. I'll definitely be donating then :D Its a great plugin, just a shame I cant get it to work.
-
View User Profile
-
Send Message
Posted May 14, 2012@thernztrom
The & char,break the config file,if this it's the first charcter of text,maybe it's my problem lol.
anyway i add 2 replace of § ($,&). Like $darkblue or &1 .Try both,when release the plugin asd.
-
View User Profile
-
Send Message
Posted May 14, 2012Everytime "§" gets added somewhere in the config, it breaks. Tried both ANSI and UTF-8.
Please change the "§"char to the normal "&"char thats always used before colorcodes. It doesnt break the config.
-
View User Profile
-
Send Message
Posted May 14, 2012I keep getting theese errors on 2.5: http://pastie.org/3910034
Here is my config: http://pastie.org/3910035
-
View User Profile
-
Send Message
Posted May 13, 2012I reccomend the config be better on this plugin. A config like this would be better:
------------------------------------------------------------
DisablePermissions: false
DisableDebug: true
{Command name}:
Command: {Command}
Type: {Command type}
Run: {Command(s) to run}
Text: {Text}
Delay: {Delay time}
------------------------------------------------------------
Example of a finished config:
------------------------------------------------------------
DisablePermissions: false
DisableDebug: true
Shop:
Command: /shop
Type: Console
Run: warp shop {name}
Text:
Delay: 0
------------------------------------------------------------
For the $player, it should be {name}, or {player}.
Then for the $arg1, $arg2, it should be {arg1}, {arg2}.
For the $delay$, it should be {delay}
Doing this would make the config much cleaner and easy to use.
-
View User Profile
-
Send Message
Posted May 13, 2012@Haxirr
Currently it's not possible,i see in next version to "fix" mycmd-edit.
-
View User Profile
-
Send Message
Posted May 12, 2012@Ivanpro
I also use notepad , Is there a way to add new lines/change font color through using the /mycmd-edit command?