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 Mar 5, 2016Amazing updates :D
-
View User Profile
-
Send Message
Posted Mar 4, 2016@Ivanpro
Alright, probably some silly mistake by my part. It was a long time ago and I don't have the command anymore, so I guess it can be left at that.
-
View User Profile
-
Send Message
Posted Mar 3, 2016@Qalle
There is no difference how the command get processed between run_command and run_console type, infact i have tried and works, i don't know. Post here your command and i see what to do.
-
View User Profile
-
Send Message
Posted Mar 2, 2016Thanks a lot for the quick reply.
I've used the plugin for a good while now, and have added massive amounts of features to the server using it. The only complaint I have is that variables $arg1, $arg2, etc, and $multiargs only seem to work with RUN_COMMAND. It'd be a huge help if they were also available with RUN_CONSOLE. Or am I doing something wrong?
Even so, fantastic plugin.
-
View User Profile
-
Send Message
Posted Mar 2, 2016@Ivanpro
Thanks for keeping this plugin alive, it really does a huge work <3
-
View User Profile
-
Send Message
Posted Mar 2, 2016The plugin already works in the 1.9. The only problem i have found is the PlayerInteractEvent called twice in the itemset feature. I see to update it in the future, maybe fixing some other things. For now i dont have the solution for the itemset, im looking in it.
-
View User Profile
-
Send Message
Posted Mar 1, 2016This is probably the best plugin I've ever had. Is this going to be updated to 1.9?
-
View User Profile
-
Send Message
Posted Feb 27, 2016@Ondiii
1: DISABLE_PERMISSIONS: true
2: add mycmd.command.subcommand to pex
-
View User Profile
-
Send Message
Posted Feb 27, 2016Hi. I have a problem:
Permissions don't work.
I have set it like this: permission-node: mycmd.command.subcommand permission-required: true permission-error: 'You are not able to do this!'
and in config I have: DISABLE_PERMISSIONS: false
All commands work, non depends on permissions (which are required) :/
What is wrong?
I use PEX
-
View User Profile
-
Send Message
Posted Feb 27, 2016@vanthoi
Use $multiags
It's like this: /command $arg1 $arg2 $arg3 . . . . . $multiargs
So if you use in your code for exaple only $arg1, other text in command will be in variable $multiargs.
'broadcast': command: /broadcast type: BROADCAST_TEXT text: - '&4$arg1, &2$multiargs'
If U type /broadcast one two three four... Only ONE will be red, other will be green.
-
View User Profile
-
Send Message
Posted Feb 27, 2016i got an problem.. i have created the command /help and the command /help 2 so when i type the command /help 2 its shows me the /help command and not the /help 2 command how do i fix it ?
-
View User Profile
-
Send Message
Posted Feb 26, 2016I have a suggestions on this.
You can add this type of variables expansion?
$string this string took all the text behind it. Instead of $aur1 $aur2 it does not receive white. If a custom command that long again!
Or simply chat command although such adjustments. (/chat => /msg &b&l $string)
Thanks!
-
View User Profile
-
Send Message
Posted Feb 22, 2016Hi. I really like this plugin. You can add RUN_CONSOLE AND TEXT to be executed by 1 command. Like: 'Test1': command: /test type: RUN_CONSOLE-TEXT runcmd: - msg $player$ test :D text: - 'This is a test :D'
-
View User Profile
-
Send Message
Posted Feb 21, 2016any one know a way to set up the icon menu where it uses a player skull as the image? and not just a steve or alex or a mob but an actual player?
-
View User Profile
-
Send Message
Posted Feb 20, 2016@lecraeman
Yes.
'close_inventory': command: /closeinv type: RUN_COMMAND runcmd: - '%PlayerOptions%closeInventory: true' permission-required: false
-
View User Profile
-
Send Message
Posted Feb 19, 2016Hi ! Is it possible to create complexe conditions like that :
- if condition1 - if condition2 - else2 -else1
And is it possible to check the rename of an item in hand ?
$Script$%if%$iteminhand==Stone renamed "Power stone"
Thanks
-
View User Profile
-
Send Message
Posted Feb 14, 2016For some reason when i make a command that uses a Argument, for example, /All would have [Server-wide broadcast] $arg1 only does the first word i put and nothing else, Can you help or fix this? Thanks!
-
View User Profile
-
Send Message
Posted Feb 11, 2016Is it possible to use commands that have to words, for example I am trying to get a '/help 2' page to run through but every attempt I have made has just gone back to the first /help page. As well I have tried the $space as well and that has not done anything. Thanks
-
View User Profile
-
Send Message
Posted Feb 7, 2016@lecraeman
Just lock the chest with the command /blockdata ~ ~ -2 {Lock:"name Key"} or if you have lockette lock the chest with [private] or if you have world edit + world guard claim make a region (which could be just the chest) and don't allow anyone else to use chests (switches) in it. I hope I helped, Diddley
-
View User Profile
-
Send Message
Posted Feb 7, 2016@MineyLJA
Use this link to look more into it http://dev.bukkit.org/bukkit-plugins/mycommand/pages/configuration-and-example/