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 Sep 5, 2013WOW! I also got a really important bug....i will pm you Ivan
-
View User Profile
-
Send Message
Posted Sep 4, 2013Hi. I wanted to ask a qestion, so I want let's say configure the region command: "/regios create [Name]" to simply "/tZone".
But for my knowledge this won't work cause you have to enter every time a Name in the region command. So is it possible to make it that way that you write the command you want to change: "/regios create [Name]" and now if its possible the [Name]: Zone.PLAYERNAME.
So that the player's name who's creating the region will be automatic filled in?
Thnaks!
-
View User Profile
-
Send Message
Posted Sep 3, 2013Hi. Sorry to disturb you, but the commands feature isnt working. i think "04.09 09:06:08 [Server] SEVERE Cannot load plugins/MyCommand/commands.yml" This is why. What can i do to fix this?
-
View User Profile
-
Send Message
Posted Sep 3, 2013How can I add cooldown? I don't want the timer but a cooldown on my commands?
-
View User Profile
-
Send Message
Posted Sep 3, 2013Can anyone help me I don't know how to use to addpermission and removepermission features.
{
"1": {
"command": "/builder",
"type": "runcommand",
"runcmd": [
"$Script$AddPermission=permissions.player.setgroup",
"/perms player setgroup &arg1 builder",
"$Script$RemovePermission=permission.player.setgroup"
]
}
}
that is what I have but when I do /builder in game it says its not a recognized command although it is on the list.
Any help is appreciated.
-
View User Profile
-
Send Message
Posted Sep 3, 2013@JvS15NL
Use PM.
-
View User Profile
-
Send Message
Posted Sep 3, 2013I found a really important bug, please contact me asap!
-
View User Profile
-
Send Message
Posted Sep 2, 2013I'm using essentials so new players spawn with an item that I want to open up an iconmenu but whe they right click nothing happens
They have permission for the command the item will launch and the permission to launch commands from items.
Why isn't it working?
-
View User Profile
-
Send Message
Posted Sep 2, 2013@gustebeast
it's sound good .yup! This plugin is not plugin but pluginssss
-
View User Profile
-
Send Message
Posted Sep 2, 2013@squazzypt
you should go to commands.yml set the total command number. The default is 21. After 21 those command will not execute it so set more than 21 or you wish. Finally , you need to restart your server .
-
View User Profile
-
Send Message
Posted Sep 1, 2013Another example of how if/then/else would be useful in mycommand.
'46':
command: /admin
type: runconsole
error-message: '&cUsage: /admin <player> <true/false>'
runcmd:
- $If $arg2==true
- $Then /perm player addgroup $arg1 Admin
- $Else $If2 $arg2==false
- $Then2 /perm player delgroup $arg1 Admin
text:
- $Else2 Argument 2 must be either true or false.
As you can see, having if/then/else really does open up a world of possibilities for further command customization. I think it would be a really nifty feature.
Why have an "$Else $If2" instead of just "$If2"? Well, by using the Else, if the plugin detects that $arg2==true, it doesnt need to run the second if statement.
-
View User Profile
-
Send Message
Posted Sep 1, 2013Hi, im doing everything alright, and when i go to server and type /mycmd list it shows the commands that i put at the commands.yml , but, when i try to use some of them, example /test it says that the command doesn't exist. Please help, im running 1.5.1 version in a 1.5.2 server. Thanks.
-
View User Profile
-
Send Message
Posted Aug 31, 2013Dev : Link Removed: http://www.mediafire.com/download/cz6cxsx9r77629z/mycmd4.1.0dev2.zip
@mohawkguy Remove the pet's apex or put all the text inside the quote " " char.
@Marium0505
Try $NoReplace$ in the latest build.
-
View User Profile
-
Send Message
Posted Aug 31, 2013Can you make it so if you do &&6 will &6 be shown (in text)? I would like to have a text command where my players get a list of the color codes and how to use them. But this is currently impossible.
-
View User Profile
-
Send Message
Posted Aug 31, 2013@mohawkguy
Make sure you have (')'s as the beginning and end of every command/text line. so your - /warp help turns into - '/warp help'. In addition, you should delete any commands out of the file that you aren't using, like the default ones he adds. You don't have to have 20 for it to work, and they become extra text to search for errors. And looking at that error that you had before, make sure you aren't using tabs in yaml. only spaces. Make sure you use /mycmd-reload between edits to reload the config file, good luck!
-
View User Profile
-
Send Message
Posted Aug 30, 2013I am having some issues with the config. None of my custom commands are working. This is my config: http://pastie.org/8285343. This was the error I was getting: http://pastie.org/8285344. I made some changes though, and now it is just not showing any errors at all.
-
View User Profile
-
Send Message
Posted Aug 30, 2013how i draw Feedback "run" I wanted to disable it, example: create a command that run the pex and / say in running the show player that was run / pex and / say
-
View User Profile
-
Send Message
Posted Aug 29, 2013@Ivanpro
It will be really nice if you will add range to commands: for example:
-
View User Profile
-
Send Message
Posted Aug 28, 2013This plugin drastically needs cooldowns...
-
View User Profile
-
Send Message
Posted Aug 28, 2013Oh ....the important thing /iconmenu can not get fix /\