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 Apr 17, 2016@LX_Servers
Put the commands with less arguments for last. I know this "issue", but its a problem of how the plugin works. Maybe i can fix that, i have to see if i found a solution. For now, put the commands in that way :
ecc,ecc.
Edit : In the next version it's not more necessary to put the commands in this order. Need more tests, anyway.
-
View User Profile
-
Send Message
Posted Apr 17, 2016Hey, Ivanpro. Is it possible to add spaces between commands? I want to create a custom /help which would require me to have commands /help, /help 2, /help 3, etc. However, by doing this it will only show the /help if the other commands are run because it doesn't support spaces.
-
View User Profile
-
Send Message
Posted Apr 17, 2016@nutnopnom002
I think you can't get it. It's an old plugin (and client) used some years ago. At this point i can simply drop this features, it's useless. For the "Action bar feature", i already checked in it, but for now, without nms code i can't implement that. Edit: I can implement a simply support for this (only on spigot), but it's a bit buggy and limited.
-
View User Profile
-
Send Message
Posted Apr 17, 2016@Ivanpro:
Admin , Spout : http://dev.bukkit.org/bukkit-plugins/mycommand/pages/configuration-and-example/#w-make-a-spout-text-type-commands Where plugin ? , Admin should add type: action-bar ,send a action bar (to Player or Broadcast)
-
View User Profile
-
Send Message
Posted Apr 16, 2016Can someone explain how it works? An example maybe? Thx :)
-
View User Profile
-
Send Message
Posted Apr 15, 2016@flyinggoatman
"Version: 5.1.9", use the latest version. I have already fixed that problem :P
-
View User Profile
-
Send Message
Posted Apr 15, 2016@Ivanpro
http://hastebin.com/iyizitucay.vbs
As you can see, when it's the only plugin nothing happens the same.
-
View User Profile
-
Send Message
Posted Apr 15, 2016@TheSamuraiNinjad
The 1.8< api's for get the iteminhand are deprecated, so i changed it with the newer api's, and this api works only on 1.9. Maybe you can do something with the PlaceHolderAPI plugin, check it out.
@flyinggoatman
No, i don't have a testing group. For the mobs, i can add every mob without problem (i think), anyway i have to edit how the commands works. For now it's not a priority. About the command, i have tested with my latest build, and with the 5.2.3 version, and all works fine... so i don't know. Have you tested without plugin for see if this happen?
-
View User Profile
-
Send Message
Posted Apr 14, 2016@TheSamuraiNinjad
The latest build is for 1.9, maybe try to use the 1.8 build?
-
View User Profile
-
Send Message
Posted Apr 14, 2016You have no idea how much your plugin has helped me. I would like to ask yet another question though..
I wanted to make it so players can give suggestions for plugins and make it so $arg1 is required. I followed the instructions on the examples page but it always seem to allow the command to go through and use [input] instead. Can you let me know if anything is wrong about...
Also I'd like to know if I could be part of your testing group if you have one. I would without a doubt say this is the best plugin for it's infinite possibilities. I'm sure they could be a way to make an invisible villager and have it ride another mob so bypasses it only being villages. Just an idea. Have a wonderful day!
EDIT:
I just tried /suggest, /keep and /delete with the word "test" after and the same happens.
Here's a snapshot of the log.
-
View User Profile
-
Send Message
Posted Apr 14, 2016For some reason the $iditeminhand, $iteminhand, $amount_iteminhand, and $name_iteminhand Variables are not working. I am currently on your latest build of the plugin and trying to get it to work. My server is on 1.8 spigot and we need to be able to check what players have in their hands for some commands.
-
View User Profile
-
Send Message
Posted Apr 14, 2016@Ivanpro
Never mind I had to restart the server and now the npcs work thanks for you reply!
-
View User Profile
-
Send Message
Posted Apr 14, 2016@JorikDx
I have added a simple way for send message to another player, like the actual $text$ in runcmd. For the NPCs thing, you have to enable the NPC_LISTENER in the config.yml.
@flyinggoatman Yes, change only the type. You can already add the commands to the villagers mob. See /mycmd-npcs. Maybe in future i can add all the mobs, for now only villager. Anyway, the npcs commands are almost complete, the only problem i can't fix the Yaw direction problem with the AI off.
-
View User Profile
-
Send Message
Posted Apr 14, 2016@Ivanpro
Thanks for the fast reply I will wait for future updates until I can make the command.
-
View User Profile
-
Send Message
Posted Apr 14, 2016I tried to use the npcs feature in the newest update but for some reason the command doesn't work when I right click the NPC when I added a command, it only shows me his trades.
-
View User Profile
-
Send Message
Posted Apr 14, 2016@Ivanpro
would I just change the type and leave the rest as it is? thanks so much for the help.
Also is there any plans to add commands to mobs? Like you'd right click a mob and it would run a type of command?
-
View User Profile
-
Send Message
Posted Apr 14, 2016@JorikDx
You can do that using external commands like /tell or similar (but you need to give the permission for do that, so it's not very flexible). I can see to add some other ways to do that in future. I have already added this variable "$GetPlayerByName%playername%", but for now works only in text mode. Im looking to make this working in other zone of the plugin.
-
View User Profile
-
Send Message
Posted Apr 14, 2016I got another question, is it possible to send text to another player other than the player who is executing the command? I also tried the npcs command but for some reason I can't interact with the villager when I give it a command, I can only trade with him.
-
View User Profile
-
Send Message
Posted Apr 13, 2016@ilomiswir
For make it works, you need to put EXTRA_LISTENER in config.yml on true. Then, just edit the file playerevents.yml where you need.
-
View User Profile
-
Send Message
Posted Apr 13, 2016i can't find the help for the playerevents can you make that?