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 7, 2018Is there a way to set it one time use?
I want it to display in a crate, Players click to get a kit, (ONE TIME USE)
-
View User Profile
-
Send Message
Posted Mar 1, 2018The plugin works without problem on latest minecraft versions, so there isn't anything to update.
The plugin is closed source, and even if i decide to open it, the code is a "mess" without documentation, so it's not very friendly. However, sooner or later, i have to "conclude" the mysql implementation i've left undone in the "dev" build. It works, just need to be implemented in the global variables. (After 2 year of stop, it's hard even for me figure out certain thing i have writed XD).
-
View User Profile
-
Send Message
Posted Mar 4, 2018In reply to Ivanpro:
-
View User Profile
-
Send Message
Posted Mar 9, 2018In reply to Ivanpro:
And I have one question: when I put a custom command "ACommand" in the playerevent when a player kill another. That command is supposed to launch a "BCommand" if or else condition is ok. these two commands are created in Mycommand, but when I kill another people, the ACommand is launched but not the Bcommand, just saying "Unknown command."
When I use /Acommand, the two commands are runned, it is in the playerevent about this system does'nt work. (Commands like broadcast are runned, no problem)
So, can we put scripts ine the playerevents or can we make commands who launch another commands by this way ?
-
View User Profile
-
Send Message
Posted Oct 22, 2018In reply to Ivanpro:
Can you add a converter to MySQL?
In addition, can data be synchronized across multiple servers when using MySQL?
Thank you for this great plugin. :)
Even without coding capabilities, anyone can easily write powerful scripts.
I have been using it since I built my first test server.
By the way, is the donation account still yours?
-
View User Profile
-
Send Message
Posted Feb 28, 2018This project seem abandoned, will it open sources ?
-
View User Profile
-
Send Message
Posted Feb 3, 2018I have a problem, How to add zeuses to rank
could I use the commands from my command?
-
View User Profile
-
Send Message
Posted Feb 2, 2018I understand that in 5.3 you guys changed the commands.yml, and now we need to put the ymls in the commands folder, but anything i put there doesn't load (0 custom commands) and i checked my syntax, please help! thank you
-
View User Profile
-
Send Message
Posted Jan 21, 2018How to check by if statement if there are arguments?
I did it like this but that cant be the right way:
notes:
command: /notes
type: RUN_COMMAND
runcmd:
- $Script$%if%$arg1.string.lenght>=1
- '/bminfo $arg1 -notes'
- $Script$%else%
- '/banmanager:notes'
-
View User Profile
-
Send Message
Posted Jan 15, 2018How can I make it so %PlayerOptions% targets a specific player? Like for example, %PlayerOptionsFor%$arg1 or something like that. I'd like to see that implemented. If that already is, please tell me how I can do it.
Also, I'd like to see a $multiargs implemented that starts from where I specify it to. So for example, I don't want $arg1 and $arg2 in my $multiargs, I only want it from $arg3.
-
View User Profile
-
Send Message
Posted Jan 13, 2018Hope can fix the Dev Build 5.3.5_231017 dev4 's MYSQL issue.
You can't set or add other player playerdata via command. Thanks!
-
View User Profile
-
Send Message
Posted Jan 12, 2018can i get list of all placeholders ($args,...) thx!
-
View User Profile
-
Send Message
Posted Dec 23, 2017Hey i was wondering if there is any way i can make it when i rightclick on an item it gives me a perm and also removes that item from my inv
please help guys
-
View User Profile
-
Send Message
Posted Dec 20, 2017I have some code:
- title $arg1 times 20 40 20
- title $arg1 subtitle ["",{"text":"[AAC] ","color":"gold"},{"text":">"},{"text":" $multiargs","color":"gold"}]
- title $arg1 title {"text":"$arg2"}
But $multiargs also have $arg2
How to avoid $multiargs have $arg2 in output ???
-
View User Profile
-
Send Message
Posted Dec 8, 2017How can I use PlaceholderAPI's placeholders?
I've tried these formats and none workds:
-
View User Profile
-
Send Message
Posted Dec 7, 2017What is the variable for block-delay please ?
-
View User Profile
-
Send Message
Posted Nov 17, 2017Can you EVEN create commands anymore other than with in-game autogenerating means? the plugin doesn't create a command.yml or anything anymore; unable to edit or create, OVERALL BROKEN PLUGIN [posted after using the latest version]
-
View User Profile
-
Send Message
Posted Nov 17, 2017In reply to coomzoom:
-
View User Profile
-
Send Message
Posted Nov 4, 2017Does many command increases lag? For now I have 150 custom commands.
And many variables in playerdata.yml increases lag too? Because when new player joins my server, it auto set some variables in theyr playerdata (mycmd-playerdata set $player var1 var2). And because of that, playerdata.yml will be full after some time, even if player joined my server for one time.
-
View User Profile
-
Send Message
Posted Nov 11, 2017In reply to DmNova: