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 3, 2019In reply to chasesantos:
-
View User Profile
-
Send Message
Posted Dec 23, 2018Hey, when I try to get MyCommand to read me the Variable $iditeminhand all it says is (Unknown command type help for help)
MyCommand Command:
ItemId:
command: /ID
type: TEXT
text:
- 'The Item ID of $iteminhand is $iditeminhand'
permission-required: true
permission-node: Item.ID
permission-error: "&a$player! , &2You can't use this command!"
-
View User Profile
-
Send Message
Posted Dec 9, 2018Hey! So I'm trying to use a gui with MyCommand, but because the command has colon's in it, I don't think I'll be able too. I've tried putting apostrophes and quotes around the command, but neither work. The Gui works and everything else too, just not the summoning part. Will you take a look at it? Thanks!
Command:
- '12:GLOWSTONE:0:/summon minecraft:falling_block $locX $locY $locZ {BlockState:{Name:"GLOWSTONE"},NoGravity:1,Time:-2147483648}:&6Glowstone Textured Ghost Block;&4&oWill be placed where you are standing!;&4Stand where you want your block!'
-
View User Profile
-
Send Message
Posted Dec 9, 2018Awesome and thank you very much!
-
View User Profile
-
Send Message
Posted Nov 15, 2018I try to find money variable, but i didn't. My goal is to get amount of money (like /money or /balance), to execute a script when I type a command. Is there any way to do this currently?
-
View User Profile
-
Send Message
Posted Nov 15, 2018In reply to Forge_User_80075269:
-
View User Profile
-
Send Message
Posted Sep 7, 2018Please, do something to placeholders works with arguments. Like this: https://prnt.sc/krye82
-
View User Profile
-
Send Message
Posted Nov 3, 2018In reply to Lurreisper:
-
View User Profile
-
Send Message
Posted Jul 18, 2018From what i've tested, the plugin works fine on spigot 1.13. I just need to make some tweeks to some material names and stop. But even so, Spigot seems to address those values fine, with somesort of backward compatibility. Anyway, i want wait the final release to confirm what i just said.
edit: If i'm going to release a 1.13 version, there is an inevitable need to edit your old commands.yml file, more specific, you need to change the old item Name with the new one. Or you can simply add the LEGACY_ prefix to the deprecated item name. Example WATCH become LEGACY_WATCH and so on...
-
View User Profile
-
Send Message
Posted Jul 30, 2018In reply to Ivanpro:
-
View User Profile
-
Send Message
Posted Aug 11, 2018In reply to Ivanpro:
-
View User Profile
-
Send Message
Posted Aug 13, 2018In reply to Art_NRG:
-
View User Profile
-
Send Message
Posted Nov 3, 2018In reply to Ivanpro:
I am sure this is because of being a Dev version but it says Update Available but shows the latest release version.
Is it currently possible to break outside of an if/script?
For example:
$script$%if%x=y
- command/other
$script(end?)$
- command/other (regardless of if but always after script)
(If this is possible, I am currently unaware, thanks for your time!)
-
View User Profile
-
Send Message
Posted Jun 5, 2018Hey so I'm probably being a massive dumbo but I was looking to make a "guild" type of plugin using faction & mycommand as well as placeholder api.
Now I was setting up a text command and what I was looking for it to do was just display the name of the "guild" (faction) you're in.
'gname':
command: /g name
type: TEXT
text:
- %placeholder%
- %factionsuuid_faction_name%
but it doesn't seem to work, I am probably doing something very wrong so if someone could help me on my way.. Would be appreciated
-
View User Profile
-
Send Message
Posted May 9, 2018I solved the problem:
Mob:
command: /mob
type: RUN_COMMAND
runcmd:
- / summon minecraft: $ arg1 ~ ~ ~ {$ arg2}
required_args: 2
register: true
MyCommands is a very Nice Plugin, my favorite plugin :D
-
View User Profile
-
Send Message
Posted May 9, 2018I have a problem:
When I tried to emulate the /mob command of Essentials, this did NOT work.
Here is the source text from the example file:
Mob:
command: /mob
type: RUN_CONSOLE
runcmd:
- /summon minecraft:$arg1 {Tags:["587827862087637062387"],$arg2}
- /tp @e[tag=587827862087637062387] $player
required_args: 1
register: true
-
View User Profile
-
Send Message
Posted Sep 30, 2018In reply to Forge_User_63775649:
You forgot the tildes
-
View User Profile
-
Send Message
Posted Apr 24, 2018One of the best plugin I ever seen, no lie, this is reaallyy good!
-
View User Profile
-
Send Message
Posted Apr 16, 2018Will this get updated for 1.13?
I heard they will change API's and with the mc command handeling changes, it will(i think) break MyCommand.
-
View User Profile
-
Send Message
Posted Apr 14, 2018This is a quite useful and powerful plugin and, great to see Ivanpro back! thank you for continuing develop this plugin again :-) I originally thought you abandon this plugin...