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 Nov 9, 2013Hey, i have problem:
When i trying to transfer from one iconmenu to another iconmenu it closes automaticly after 1-3s. Whats the problem?..
-
View User Profile
-
Send Message
Posted Nov 6, 2013Hey, When I set a command in a iconmenu to an other iconmenu. And then use in-game that command in a iconmenu it shows that other iconmenu to all players in the server. I hope you can fix this bug
Thanks
-
View User Profile
-
Send Message
Posted Oct 27, 2013Not sure if this is possible, but could you add java support? Basically there would be a command type called "code" that allows you to just write the java code for the command yourself. Basically it would work like this.
public boolean onCommand(final CommandSender sender, Command cmd, String label, String[] args )
{
if (cmd.getName().equalsIgnoreCase((commandName))
{
<insert custom code here>
}
}
If you did this, it would allow users to make preety much any command they want. Personally I would use it to make commands with if/else statements, but it could also be used to make loops, variables, ect.
Then again, I am assuming this is possible.
-
View User Profile
-
Send Message
Posted Oct 27, 2013@MajikalBlood
I did but when I clicked in an iconmenu with a command to an other iconmenu it just don't show that other iconmenu.
-
View User Profile
-
Send Message
Posted Oct 26, 2013@OoFadi
You could have to have a iconmenu item that calls another icon menu
Also, If possible Author, Add a 'onetime' option to only allow a player to use a command once
-
View User Profile
-
Send Message
Posted Oct 24, 2013Hey, How do i swich from iconmenu to iconmenu?
-
View User Profile
-
Send Message
Posted Oct 21, 2013Can anyone please help me? I set up a server with the plotme plugin: http://dev.bukkit.org/bukkit-plugins/plotme/
I want to enable players to donate and get reward with 1 more plot. So if they currently have 1 then they buy the package and get 2, if they have 3 and buy they now have 4, etc.... But I do not know how to do this with the way plotme permissions are set up. Any suggestions?
plotme.limit.X "Replace X by a number to limit the number of plots a user can claim/auto or buy. plotme.limit.* for unlimited plots. If the user doesn't have permission, the default is 1 plot. If the user has multiple permissions due to inheritance, highest number is kept"
Can this plugin make this possible? Any suggestions at all?
-
View User Profile
-
Send Message
Posted Oct 20, 2013Hey, If you are in an iconmenu a command set from a other iconmenu it doesn't work. I hope you can fix that. Thanks!
-
View User Profile
-
Send Message
Posted Oct 20, 2013I like the plugin but it's a bit buggy because i have an /class command with arguments and kits with essentials for the items but then i have an iconmenu to execute the class command for the player but it always executes on the first player who used it.
Im owner and if someone else does it the command will be executed for me but not the player who clicked on the item.
-
View User Profile
-
Send Message
Posted Oct 19, 2013Love the plugin! 2 bugs (probably known):
1.) If you have a delay, and an argument, and you do not enter the argument, and have a set custom error message, the error message appears for every time you type %delay%.
IE: I have a command /c (name). If you type it in correct, it runs the commands from Console: /msg %player% 5.. /msg %player% 4.. ect, however, if you type in just /c you get the error message 5 times.
2.) I type in /c (name). On other commands, such as /ban, I can type the first 3 letters of a players username, hit tab and it auto fills in the players name. With custom commands, it does nothing when you hit tab.
-
View User Profile
-
Send Message
Posted Oct 19, 2013I have made a command and want to use it with "Chest Commands GUI" plugin but when i click on an item in the menu it says in console: "Unknown Command..."
-
View User Profile
-
Send Message
Posted Oct 18, 2013Hey, Great plugin! but can you add support from the plugin playerpoints: http://dev.bukkit.org/bukkit-plugins/playerpoints/ When you set in runcmd: /points take or /points pay and they have not enough point the other commands that you added in mycmd will still work:
'115':
command: /Chain_Chestplate
type: runconsole
runcmd:
- '/points take $player 1000'
- '/give $player 303 1'
I hope you can add support with PlayerPoints.
Greet. Fadi Thanks!
-
View User Profile
-
Send Message
Posted Oct 15, 2013@rohan0444mc Increase commandsnumber in commands.yml and restart your server.
@BoomerBR Fixed in the latest release. http://dev.bukkit.org/bukkit-plugins/mycommand/files/49-mycommand-v4-1-0/
@acerspyro Try with this http://yaml-online-parser.appspot.com/ (Put the command file in it)
-
View User Profile
-
Send Message
Posted Oct 15, 2013When i have permission to bypass the timmer, the command do not got executed. Please fix this
-
View User Profile
-
Send Message
Posted Oct 13, 2013is there a 50 command limit? because I want to make more commands but whenever I go above 50 none of my commands work D:
-
View User Profile
-
Send Message
Posted Oct 12, 2013Hello, I have set all my commands in my config file. It says I have 0 commands with /mycmd, and it shows all my 6 commands with /mycmd list. It also shows them detailed with /mycmd check, but when I try to run them, it gives me an "Unknown command. Type "/help" for help." Here's my config file: http://pastie.org/8397249
-
View User Profile
-
Send Message
Posted Oct 8, 2013command that can be used only at 5 minutes
-
View User Profile
-
Send Message
Posted Oct 2, 2013@LukieTheBeast
use "$arg1" instead of "$player", the player argument will select the player executing the command.
-
View User Profile
-
Send Message
Posted Sep 26, 2013Been experimenting with this - amazing, still needs work. I think someone said earlier, please enable the Tickets system! It would make things so much more organized. For example, I would love it if the $arguments were supported by more command types. Would solve people's problems of wanting to broadcast stuff to players. Simply broadcast-text '[Prefix] $multiargs' and done.
-
View User Profile
-
Send Message
Posted Sep 23, 2013How to separate multiple command ? Example:
[......command: /dzialka auto type: runcommand text: - '$red Text of command $black4' runcmd: - '/plotme auto'....]
and
[.....command: /dzialka type: runcommand text: - '$red Text of command $black4' runcmd: - '/plotme'.....]
To separate this ? Becouse now command "/dzialka auto" dont work..
Please HELP! (My English is bad)