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 10, 2014Hello, amazing plugin!
My question is, how do I include a "COOLDOWN' type to this command to avoid flooding?
'countDown':
command: /c
type: BROADCAST_TEXT
executefor: SENDER
permission-required: true
permission-node: tunwa.c
permission-error: "&eSorry, &a$player&e, you don't have the &atunwa.c &epermission node."
text:
- "$delay$&e3"
- "$delay$&e2"
- "$delay$&e1"
- "$delay$&eGo!"
cost: 0
delaytimer: 1
-
View User Profile
-
Send Message
Posted Mar 8, 2014@Yupie123
it's runcmd and not run_cmd.
-
View User Profile
-
Send Message
Posted Mar 8, 2014I do have this one issue though:
I set up a command called /hug and it doesn't seem to work:
It says "Empty" in chat
-
View User Profile
-
Send Message
Posted Mar 7, 2014I can honestly say this is one of the best plugins! I LOVE it! It has soo many uses! Great job!
-
View User Profile
-
Send Message
Posted Mar 7, 2014When ever i restart the server or it crashes it wipes the custom commands out help please?
-
View User Profile
-
Send Message
Posted Mar 3, 2014@Ivanpro
Thanks so much, I made an awesome working token shop iconmenu, players are really loving it :)
-
View User Profile
-
Send Message
Posted Mar 3, 2014Wow, what a great job with this plugin. It is a real work of art! Keep up the good work.
-
View User Profile
-
Send Message
Posted Mar 3, 2014@armanisbeast
You can create an subcommand for do this first,and call it in the icon menù.The variable is $player. Example :
And in the iconmenù call /name command.
-
View User Profile
-
Send Message
Posted Mar 1, 2014In my GU IMenu I wanted to make a voting token shop, such as when they click the item console performs:
/give <player> obsidian 64 /token take <player> 5
How could I make the console run the commands when they click the item in the menu, and for /give <player> and /token take <player> what variable would I place in the place of <player> so that console gives the user that clicked it the items and takes from the user the 10 tokens?
-
View User Profile
-
Send Message
Posted Feb 26, 2014Simply amazing! I was just wondering though if you could show specific players statuses like if they are online or not. Because I want to have a staff command to list the staff members and to put if they are online or not next to there names. Thanks if you can help me!
-
View User Profile
-
Send Message
Posted Feb 26, 2014@Ivanpro
I need something which can continue based on whether a player has a permission or not.
-
View User Profile
-
Send Message
Posted Feb 26, 2014@Ivanpro
You're my new god :3
-
View User Profile
-
Send Message
Posted Feb 26, 2014I cann't launch any command from rcon. Only this message shows:
[17:21:18] [RCON Listener #1/INFO]: Rcon connection from: /127.0.0.1
Nothing else. When shop script is running normal command, such as /eco give everything works.
-
View User Profile
-
Send Message
Posted Feb 26, 2014@Marium0505
sure.
-
View User Profile
-
Send Message
Posted Feb 26, 2014@Ivanpro
But that one only does something if a player actually has the permission, right? It stops doing anything if the player doesn't have the permission?
-
View User Profile
-
Send Message
Posted Feb 25, 2014@gustebeast
Yes,it's a problem of Broadcast_text type when you use it in console.Fixed.(Next Release)
@TheMcGuider
Fixed.
-
View User Profile
-
Send Message
Posted Feb 24, 2014(in response to Ivanpro)
I updated to the latest version to be sure, but the issue is still occuring.
>>> commands.yml <<<
'51':
command: /chester
type: broadcast-text
error-message: '&cNo Arguments'
text:
- '&7[G] [&8Citizen&7]&f Chester:&7$multiargs'
delaytimer: 5
permission-node: mycommand.cmd.chester
When from console I type "chester Hey guys", it sends the message "[G] [Citizen] Chester:$multiargs"
-
View User Profile
-
Send Message
Posted Feb 24, 2014@TheMcGuider I would also like to see this fixed.
-
View User Profile
-
Send Message
Posted Feb 24, 2014I found a bug, so I have a command called test, if I type /test the command works but if I type /Test (uppercase in beginning) it wont work. I have to spell the command exactly how I defined it in the commands.yml file because it's case sensitive.
-
View User Profile
-
Send Message
Posted Feb 24, 2014@gustebeast
I have tested it now,and works without problem.