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 20, 2019Nice plugin!
I only have one problem, i want to sell in the merchant the playerhead of a player.
How do i do that?
I now have this:
Store:
command: /store
type: MERCHANT
merchant_title: '&1Welkom &6$player'
merchant_items:
- BELL:1<cost>GOLD_INGOT:5<cost>IRON_INGOT:1
- PLAYER_HEAD%$player:1<cost>DIAMOND:1
-
View User Profile
-
Send Message
Posted Aug 14, 2019Hi ivan
Is there any way to convert playerdatas from flatfile to mysql?
I currently use flatfile but I want to use mysql in the future to have more flexibility :)
-
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...