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 24, 2016Hey buddd, i dont get the placeholders from PlaceholderAPI to work in anything.. any solution?
-
View User Profile
-
Send Message
Posted May 23, 2016@DarlingDonkey
Yeah, one of the 2, if SKULL doesn't work, try SKULL_ITEM
-
View User Profile
-
Send Message
Posted May 23, 2016@Ivanpro
Hey, I know you can set new interact buttons via the config but I'd like to use a playerhead as a bank machine. What's the identification name for PLAYERHEAD or SKULLS in your plugin? Like you have IRON_BUTTON.
This is what my config has at the moment.
http://hastebin.com/cutenofado.vala
-
View User Profile
-
Send Message
Posted May 22, 2016@Ivanpro
Hm When I do that it simply wont install but If I do /papi parse %player_name% then it works so it must be installed I guess?
EDIT: Doing /papi parse %player_has_permission_Test.Test% works so is there something wrong with MYCMD or the way the command was setup ?
-
View User Profile
-
Send Message
Posted May 22, 2016@LegendCraftOff
Have you installed PlaceHolderAPI? You have also need to install the "Player" part of that plugin. /papi ecloud download player (or something like this)
-
View User Profile
-
Send Message
Posted May 22, 2016@Ivanpro
Hm even if they do have permission then it's still running the no permission command?
permissiontest:
command: /permissiontest
type: RUN_COMMAND
runcmd:
- "$Script$%if%%player_has_permission_Test.Test%==yes"
- "/say Hey it worked"
- "$Script$%else%"
- "/say Not worked D:"
It's always running the Not Worked command even if they have the Test.Test permission?
-
View User Profile
-
Send Message
Posted May 22, 2016@LegendCraftOff
For now you can do that only with PlaceHolderAPI plugin installed.
-
View User Profile
-
Send Message
Posted May 22, 2016@Ivanpro
Is it possible o.O (What I asked before)
-
View User Profile
-
Send Message
Posted May 22, 2016@stapleshotz
For now, you can't. Minecraft itselfs recognize commands only if this start with the slash.
I can add something like you said, but i have to operate on the chat listener for that. Added as an optional feature, it's not a problem.
-
View User Profile
-
Send Message
Posted May 21, 2016@Ivanpro
Hey! I love this plugin hardcore. I'm currently using it to create some custom emotes for players and it works like a dream. But I had an idea and I figured I'd share it here.
When you're setting the name of a command on the second line (the "command: /example" part), would it be possible to set the name to something without a "/" before it?
For example, if I'm making an emote command called farts, could I make the command "farts+" or "!farts" or something instead of "/farts"?
If it's not possible I hope you at least consider looking into adding it. I think it could greatly increase the versatility of this plugin.
Thanks!
-
View User Profile
-
Send Message
Posted May 21, 2016Is this possible? I want it to do something different for different players based on permissions if it makes sense EXAMPLE: (No permission )/Hello - (Replies) Hey! (A Set Permission)/Hello - (Replies) Hey there!
(This is an example) Does anyone know what I mean! And if so is it possible?
-
View User Profile
-
Send Message
Posted May 19, 2016Id item gunpowder to icon_menu?
Gunpowder, gun_powder and sulfur not working.
-
View User Profile
-
Send Message
Posted May 19, 2016@Doktorwhoe
The commands file in the latest version are in the /commands/ folder. You can delete the old one if you want, the plugin just copy/paste the old file in this folder.
@WhosHenry
I'll check it. Edit: Yes, currently registered commands don't support the "require-permission: false". I have implemented that (now), and also the permission error message.
-
View User Profile
-
Send Message
Posted May 19, 2016Ehm it might just be me but since the last update editing the config doesn't do anything, so if I add a command it doesn't do anything on the server itself. This is also for the language and just every config file... Hopefully you know why this is and can fix it?
-
View User Profile
-
Send Message
Posted May 18, 2016With version 5.3.1, when people use Alias type commands, they're getting this permission error? http://prntscr.com/b5onls
In the commands.yml I have register to true but permission-required to false.
How can I fix this?
-
View User Profile
-
Send Message
Posted May 18, 2016@Ivanpro
Thanks a lot!
-
View User Profile
-
Send Message
Posted May 18, 2016@velocityoflight
No, you can't .
-
View User Profile
-
Send Message
Posted May 18, 2016Hello I am chinese I think it is very Great.Then I want to take this plugin to MCBBS,Can you agree? www.mcbbs.net
-
View User Profile
-
Send Message
Posted May 18, 2016@Daconway
This code get executed only if MyCommand found an plugin called "PlaceholderAPI", so you probably have this plugin installed. Update it to the latest version, or remove the file from your plugin folder.
Or.. download the 5.3.2 when available, the plugin don't crash anymore with this error, if you have an older placeholderapi version.
-
View User Profile
-
Send Message
Posted May 17, 2016MyCommand won't enable due to a strange error with PlaceholderAPI. We don't use PlaceholderAPI for anything related to MyCommand, and I also thought this was an optional addon for Mycmd, not required for the plugin to work.
Error: http://hastebin.com/hamaqumefa.avrasm
Help is appreciated