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 Aug 16, 2019In reply to Forge_User_80075269:
No, there isn't any converter. No ETA.
-
View User Profile
-
Send Message
Posted Aug 11, 2019Hi there
I want to use "PlayerDeath" event for two things:
Currently, my config is like that:
How can I do to have both things?
Thanks in advance for your help :)
-
View User Profile
-
Send Message
Posted Aug 16, 2019In reply to Forge_User_80075269:
I don't know how you can determinate if it is a PVP kill or not. Turning ignore_env_or_mobs_deathcause true, if the death cause isn't another player, nothing will happen. If you want something more specific, i don't know, use World Guard, and set some zones, and in the kill_illegal command put those zone here.
-
View User Profile
-
Send Message
Posted Aug 23, 2019In reply to ivanfromitaly:
I will try something, thank you
-
View User Profile
-
Send Message
Posted Aug 2, 2019Hi ! I wanted to create a command which gives you an Item while doing some other things but i'm a bit limited because I want to give a special item with a hidden enchantment but there is nothing about nbt tags in %PlayerOptions%setItemInHand. I wanna give this item in the chosen hand, do you have an idea about how to do this ? The best I could do was executing this command :
/give $player stone 1 0 {HideFlags:1,ench:[{id:34,lvl:1}]} but the item is not in the main hand but at the left of the hotbar...
-
View User Profile
-
Send Message
Posted Jul 31, 2019Hi! I want to create my own help menu, and bypass the bukkit /help. I tried
and
But they don't work (bukkit help menu is still displayed). Do you have an idea?
Thanks for reading :)
-
View User Profile
-
Send Message
Posted Jul 31, 2019In reply to Forge_User_80075269:
You can't register already registered commands. Remove the "registered: true" from there.
-
View User Profile
-
Send Message
Posted Aug 1, 2019In reply to ivanfromitaly:
It's so simple... thank you :)
-
View User Profile
-
Send Message
Posted Jul 29, 2019hello, could you add the function to put in RGB colors in the potions in a menu?
-
View User Profile
-
Send Message
Posted Aug 1, 2019In reply to skhizosheep:
Can you give me some example on how they are going to be? Can't you just use specific potion names to pick the one you want?
-
View User Profile
-
Send Message
Posted Aug 1, 2019In reply to ivanfromitaly:
It is that when putting the id of a potion in the menu, it will always come out of the same color, before in 1.8 this it worked, but in higher versions like 1.14 it only shows a single color regardless of the ID.
And about the RGB idea, I don't know if it is possible to add it to a menu, but for example NBTeditor allows you to customize the colors of the potions using Hex Code "#FFA07A", so I would like to see if it is possible to add this modifiable option in a menu in MyCommand
-
View User Profile
-
Send Message
Posted Aug 2, 2019In reply to skhizosheep:
I got it. I've added a RGB way to set the color.
Put the values like the playerhead name way, splitted by <rgb> 0 to 255 max.
-
View User Profile
-
Send Message
Posted Aug 2, 2019In reply to ivanfromitaly:
OMG thx you
-
View User Profile
-
Send Message
Posted Aug 2, 2019In reply to ivanfromitaly:
The other potions do not work with RGB (SPLASH_POTION and LINGERING_POTION), in the official version 5.5.2, will you add this same function for these?
-
View User Profile
-
Send Message
Posted Aug 3, 2019In reply to skhizosheep:
Sure, i forgot to add them.
-
View User Profile
-
Send Message
Posted Jul 22, 2019hey, I want to make a /lobby command that will teleport me to specific coordinates but I'm not sure how. can someone please help me?
-
View User Profile
-
Send Message
Posted Jul 23, 2019In reply to ouriya:
Just use a RUN_CONSOLE command type and in runcmd put /tp playername X Y Z (or something similar), in alternative, you can use MyCommand tp function. Check the script page.
-
View User Profile
-
Send Message
Posted Jul 19, 2019...
-
View User Profile
-
Send Message
Posted Jul 13, 2019Hello,
This plugin is amazing, but can you add a selected blocks in worldedit * something please?? There no other way in 1.13 to do that, and the "* something" make it possible to add a cost per claimed block (* 0.001 = 0.1 cent per block, and so on)
-
View User Profile
-
Send Message
Posted Jun 29, 2019Hey, I have a few question (great plugin btw):
So when I want to apply and effect to a player after a command, it says 'Applied effect Jump Boost to %player%'. How do I disable this so that only my custom text will appear after the command. Thanks in advance.
Oh, and also, how do you disable the enchantment it shows in the IconMenu when you give an item an enchantment? (Fixed this)
Lastly, when I switch between chest guis, is it possible to make it so that you don't exit out of the GUI and then go to another one? Because right now it quickly exits and then afterwards swaps to the next GUI. It would look a lot nicer if there was no exit, and it would just instantly change to the next GUI.
Edit: So I had another problem... I was creating my own IconMenus through the commands.yml file, and then all of a sudden, I reloaded the commands, and then it started saying that I had 0 commands. However, I fixed this by deleting the yml file and restarting my server. Whenever I use the IconMenu I created, I think there's an error hidden somewhere affecting this. And I've seen this type of behavior in yml files before. But I believe this is a bug you must fix...