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 7, 2016@Ivanpro
Hey, is this page dead? I've had an issue with $args and variables, and have been patiently waiting for almost a week now.
Are you still there?
If it's the amount of help requests you get that stops you from replying, I can help out with that, with your permission.
-
View User Profile
-
Send Message
Posted Aug 31, 2016It seems there is no way to delete a variable through a MyCmd command. Allow me to explain in the greatest detail I can:
I need to delete $variable.
$variable = Stuff and random text, $var1 = $vari, $var2 = able
If I set up a command as follows:
The output is: "Stuff and random text" - the $var1 and $var2 are resolved, and then the resulting $variable is resolved again into "Stuff and random text"
Same applies to:
The above command won't delete whatever $arg1 is, because $arg1 if $arg1 resolves into an existing variable, whatever that variable contains, is going to be deleted.
Not even $noreplace helps here, since in that case the variable to deleted would literally be "$arg1"
I recommend the way how variables are resolved is changed, to only allow one 'layer' of variables/arguments to be resolved when the command is run. For example, the following command:
$var1 = $, $variable = stuff and things
$var1 resolves into "$", and $arg1 could, depending on input, resolve to "variable". The resulting string "$variable", however wouldn't be resolved.
This is a major bottleneck when trying to automate things such as automatically creating and deleting variables, right now any automatically created variables need to be deleted manually.
-
View User Profile
-
Send Message
Posted Aug 17, 2016How to setup command?
-
View User Profile
-
Send Message
Posted Aug 15, 2016I'm making a link command, for yt links, how can i do that, the "www." text is required?
Its looking now like this:
'link': command: /link type: run_as_operator runcmd: - /enjin broadcast &c&l &f&l[$player&f&l] &6sends link > &7$arg1 permission-required: false
-
View User Profile
-
Send Message
Posted Aug 15, 2016does this plugin allow limit and cooldown a command at the same time? like for example: i use /fix 10 times then i gotta wait 24 hours till i can use /fix for another 10 times? does that plugin have that feature?
-
View User Profile
-
Send Message
Posted Aug 13, 2016Little suggestion
I would like an option in config to turn off the console messages (Check if the player, Giving the op, Removed the op, etc) this is a massive spam in my console :/
-
View User Profile
-
Send Message
Posted Aug 12, 2016Hello I have a question. can i make a command /staff that only people are online from a text file or something so when you type /staff you will see 2 messages online: there is staff online offline there is no staff online at this time or something like that
is this possible?
-
View User Profile
-
Send Message
Posted Aug 12, 2016This is best plugin ever i like this! But..
Please do you can put icons in IconMenu Commands: SUNFLOWER & IRON_BARS
for other update... I need that!
-
View User Profile
-
Send Message
Posted Aug 10, 2016@cutieblue22
go to the download page and chose a different version on the download page
-
View User Profile
-
Send Message
Posted Aug 10, 2016@MechaCrafter
Where do i do that?
-
View User Profile
-
Send Message
Posted Aug 10, 2016@cutieblue22
i would just use an older version of the plugin but i haven't updated yet so idn
-
View User Profile
-
Send Message
Posted Aug 10, 2016Hi, I have used this plugin for a while but it has just stopped working. I updated to the new versions, but my commands don`t work. I put them in the examples file manually and now only my commands don`t work. all the others work. Please help!
-
View User Profile
-
Send Message
Posted Aug 10, 2016@MCDrgo001
i am having this save proble please fix
-
View User Profile
-
Send Message
Posted Aug 10, 2016when i try to use a block with a command on it without being op it says "insufficient permission" i set the command to "permission-required: false" and i also gave all players the permission node " - mycommand.block.ALL.use" but it still doesnt work can someone help?
i figured it out the permission node should be '' - mycommand.block.use"
-
View User Profile
-
Send Message
Posted Aug 10, 2016Hi! Is it scheduled to store players' datas in mysql?
-
View User Profile
-
Send Message
Posted Aug 9, 2016Can somebody make any sense of this?
I've tried about 5 different versions, which all crashed on startup.
http://hastebin.com/pakopusosi.avrasm
-
View User Profile
-
Send Message
Posted Aug 7, 2016Hi, could add something like $todaydate but especially the minutes and hours that it could also be used in scripts. More precisely, the PlayerData.
-
View User Profile
-
Send Message
Posted Aug 2, 20161.1) How to check another player PlayerData? Example : - That player has 3 warnings
1.2) Or is something like ServerData?
2) How to make the player written at $text$ PlayerData information ? Example : - You have 3 warnings
-
View User Profile
-
Send Message
Posted Jul 31, 2016Haha! Hello again! New problem, before you even answered my last one. :P
How do I make an Icon_Menu item close the icon menu?
-
View User Profile
-
Send Message
Posted Jul 30, 2016Hello, is there a way to add a cooldown only when arguments are specified? For example, when a player does /helpop, it should show help for that command and the cooldown shouldn't be applied. But, when the player uses /helpop <message>, there should be a cooldown