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 May 1, 2013I'm trying to make a custom command for a command that requires an IRC channel as an input. The IRC channel requires a # to be included in the command, however mycommand can't seem to handle this.
-
View User Profile
-
Send Message
Posted Apr 30, 2013Ive just created a load of commands, but they dont work, they dont show up on the /mycmd list and when i type them in it says it is an unkown command, please help!
options:
commandsnumber: 20
'1':
command: /buy rank recruit
type: runasoperator
text:
runcmd:
- $delay$/manuadd $player recruit buildworld
- /kit recruit
cost: 100
delaytimer: 1
'2':
command: /buy rank private
type: runasoperator
text:
runcmd:
- $delay$/manuadd $player private buildworld
- /kit private
cost: 250
delaytimer: 1
-
View User Profile
-
Send Message
Posted Apr 30, 2013@Kannell
Dont use /sudo, use /mycmd-runas player <player> <command>
-
View User Profile
-
Send Message
Posted Apr 28, 2013I want the players to fund a item (named and enchanted) when they use a command but is that possible?
-
View User Profile
-
Send Message
Posted Apr 28, 2013Hello,
When I try using sudo on players to make them run mycmd commands I get the error message below, does anyone know why and how I can prevent it? (I did try normally typing the commands in-game and it works fine). I also de-opped myself as you can't sudo opped players.
18:44:37 Server: /sudo kannel summonfood
18:44:38 CONSOLE: [INFO] Forcing (Owner)Kannel to run: /summonfood
18:44:38 CONSOLE: [INFO] Error calling command /summonfood
The Mycmd signs don't seem to work for me either, ain't I supposed to simply put the text like below? The command in this example is a simple text command. When I type it on a sign like below the text just remains black and nothing happens when I right-click it. I haven't changed the sign-tag in the config.
[MYCMD]
/summonfood
Kind Regards,
Kannel
-
View User Profile
-
Send Message
Posted Apr 27, 2013Cool, I'll be using this :D
-
View User Profile
-
Send Message
Posted Apr 26, 2013@gustebeast
i have that too. Its lagging the server alot.
-
View User Profile
-
Send Message
Posted Apr 25, 2013Ivanpro. Can you edit the $rnd to work a little better? Personally I want to have players tp to random coordinates on a map. This requires generating a random number between -3000 and 3000. I think the random number setting should be updated as follows...
$rnd<first number=second number>$
For example, for my situation I would use $rnd<-3000=3000>$
My final command would be /tppos $rnd<-3000=3000>$ 128 $rnd<-3000=3000>$
The format could be improved surely from my deisgn, but I think having custom minimum and maximum values for the random number is a worthy feature.
-
View User Profile
-
Send Message
Posted Apr 25, 2013@BlueFusion95
'1':
command: /example
type: runcommand
runcmd:
- /runfromplayer
- /example2
'2':
command: /example2
type: runconsole
runcmd:
- /runfromconsole
-
View User Profile
-
Send Message
Posted Apr 23, 2013I want to set a timeout on my commands, so the players cant use the commands for a set amount of time... Please Help Me!!!!!! (I don't think im looking for % delay%
-
View User Profile
-
Send Message
Posted Apr 22, 2013Is there any way I can setup a command to run some commands from a player and others from console, such as:
'1':
command: /example
type: runcommand-runconsole
runcmd:
- '/runfromplayer'
runconsole:
- '/runfromconsole'
That is just theoretical, wondering if it is possible.
-
View User Profile
-
Send Message
Posted Apr 21, 2013How to enable delay on Console?
-
View User Profile
-
Send Message
Posted Apr 17, 2013@superperson15
I actualy found out somthing.
delete the commands file then restart the server, and just edit the default commands.
-
View User Profile
-
Send Message
Posted Apr 17, 2013@ThePlayingNoob
smae here please help us :P
-
View User Profile
-
Send Message
Posted Apr 16, 2013Please, this is urgent and it lowers my fps between 0-2. My server lag due to this error: http://pastebin.com/QQLgAwBr
-
View User Profile
-
Send Message
Posted Apr 13, 2013Hello! i got annoying bug: i setup this: '1': command: /hello type: runconsole text: - '$blue MyCommand Broadcast Test' runcmd: - '/sudo $player spawn' cost: 0 delaytimer: 5
when i write /Hello it say Unknown command when i write: /hello it work successfully. Please fix it
-
View User Profile
-
Send Message
Posted Apr 12, 2013'9':
command: /warp test
type: addtimer
text:
- '$gold Put your command over /mycmd-addtimer'
- '$gold And change type : from text to addtimer'
runcmd:
- '/warp test'
cost: 0
delaytimer: 5
The command does not stop warming up if the player moves. If an Op bypasses timer, it doesn't warp them to test. Can someone help. I put the disablemoveevent to false.
-
View User Profile
-
Send Message
Posted Apr 7, 2013@ItzHaHa This should work:
Now I don't have any experience with GroupManager, so I don't know if the syntax of the promote command is correct. You should also double check if the the group "Builder" actually exists within your permissions configuration.
-
View User Profile
-
Send Message
Posted Apr 7, 2013Can I get some help here? I want it where it promotes the player to the next higher rank when the command is used. The console runs it and I just get a group not found error. Please help, as this is essential for my server.
Setup:
-
View User Profile
-
Send Message
Posted Apr 4, 2013@notif
I also have the same question.