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 25, 2013Hello
If you will write /Command than you can't write /COmannd because of the large and lowercase. Can you make a Option where everybody can decide that /Command the same is like /COmmand ? Because it is realy stupid if you can /Command but not /COmmand... I hope you will fix/do that :) Or is there a option and I haven't seen this ?
Lg TheMontyFish
-
View User Profile
-
Send Message
Posted May 23, 2013@gustebeast
Bump
-
View User Profile
-
Send Message
Posted May 23, 2013Could you add an "Online players" variable? And make it so it can be filtered by groups/permissions etc?
I want to do the same as play.multiverse-mc.com does when a player performs /list and /modlist So this feature suggestion is based on those two commands on that server.
This is the output when the player does /list
This is the output when the player does /modlist
-
View User Profile
-
Send Message
Posted May 21, 2013Read the damn pages before asking for help.
How to set a Warm-ups
Put "addtimer" argument in "type" line on your command in config. Chose your command with "command" line. Set a time(in seconds) for a warmup with "delaytimer" line.
See the Example:
'1': command: /spawn type: addtimer delaytimer: 5 Warm-ups can be canceled on move event.Put false on disablemoveevent in the main config.(It's disabled (: true) by default)
-
View User Profile
-
Send Message
Posted May 20, 2013Can you add a cooldown for a command ?
-
View User Profile
-
Send Message
Posted May 20, 2013@ThePlayingNoob
Did you give the players the right permission?
-
View User Profile
-
Send Message
Posted May 18, 2013Im having a problem, when someone type /Sos it says unknown command while if they type /sos its working, so i setup this in my config:
'1':
command: /sos
and when someone use a uppercase the command doesnt work, is this possible to fix somehow or are im doing something wrong?
sorry for my bad english im from poland.
-
View User Profile
-
Send Message
Posted May 16, 2013Dont use /sudo
Use /mycmd-runas player <player> <command>
-
View User Profile
-
Send Message
Posted May 16, 2013Hey, would it be possible to enable to commands in command blocks? They don't seem to work when '/sudo'd.
-
View User Profile
-
Send Message
Posted May 14, 2013Two feature requests:
Add the ability to set items as the cost. The format would be as follows...
itemcost: "<itemID>:<itemSubID>:<quantity>"
For example, the following command costs 45 black wool blocks. Before running the command, MyCommand checks the players inventory for the wool. If the player doesnt have the wool, it sends them the message "You do not have the correct items!" and doesnt run any commands.
The format may not be perfect, but either way there should be some way to set an item cost for a command.
2nd Feature:
Add some way to edit the "no permission" message that players receive. Currently if players try to run a command they dont have permissions for it just sends them "null null"
-
View User Profile
-
Send Message
Posted May 12, 2013Is possible to add support tab-complete for custom commands?
For example:
I define new custom command like /blablabla and I want to use /bla and press TAB to autocomplete command. Is only one missing thing in this plugin :)
-
View User Profile
-
Send Message
Posted May 12, 2013@Maxtunes
When u have essentials u can - /ping Message
-
View User Profile
-
Send Message
Posted May 12, 2013how to put text+runcommand example
i do /tele-spawn
type:runcommand
runcmd is '/spawn'
then i want the plugins give messages like this 'teleported to spawn!'
help...
-
View User Profile
-
Send Message
Posted May 6, 2013@gustebeast
I just tried that. It still doesn't recognize the commands when I type them in.
Can you run me through the order of how to import commands, say, via ftp after I've configured the commands.yml? Perhaps my formatting is wrong?
-
View User Profile
-
Send Message
Posted May 6, 2013@MisterMystery
After you import them you need to do /mycmd-reload
If you are adding a new command, you need to restart your server.
-
View User Profile
-
Send Message
Posted May 6, 2013Hi.
Um, I'm not sure why this isn't working for me but I've been at it for the last couple of hours trying to troubleshoot.
I put in custom commands outside of minecraft and import them ftp. /mycmd list doesn't list them, but mycmd check shows text input. However, running any of the commands does nothing.
So I tried putting it in manually through minecraft with mycmd-edit Same formatting as before. Did the list, it shows up. Did the check, its the same wording.. run the command shortcut, and it doesn't work.
What am I doing wrong?
Running CB1.5.2 R1.0 simplecommands: '1' command: /bmstop type: runcommand runcmd: - /bloodmoon stop
Any thoughts?
-
View User Profile
-
Send Message
Posted May 5, 2013@Marium0505
I'm using it on 1.5.2!
-
View User Profile
-
Send Message
Posted May 5, 2013Does it work on 1.5.2?
-
View User Profile
-
Send Message
Posted May 4, 2013Is it possible to make the plugin run an SQL when using a command? Would be awesome. (:
-
View User Profile
-
Send Message
Posted May 1, 2013Can you set commands to display different text based on the argument?
EX:
/rankinfo $rank
if /rankinfo Rank1 then this text displays:
Rank 1!!!
if /rankinfo Rankhis:
Rank 2!!!