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 Jan 13, 2023Hello Ivan, sorry for my English.
I have a problem with use "RUN_COMMAND".
Version 1.19.3
When using a custom command, and kick by reason: Illegal characters in chat
-
View User Profile
-
Send Message
Posted Nov 29, 2022hii, i need some help
idk how can i change one item with command for another in the same space, for example
redstone "whitelist off" for glowstone "whitelist on" commands
the best plugin for custom commands!
-
View User Profile
-
Send Message
Posted Nov 27, 2022Hey, i made a Command which automatically adds a specific flag to a worldguard region, the problem is, for some flags is more the than just true or false needed, i know i could just add the an arg, but the problem with that is, i want to add those commands to a commanditem to which i cant add any. My thought now is to ask the player after he used the item to write the desired state in the chat which that command uses as the arg.
I'm not sure if it the right word but a "chat query"
-
View User Profile
-
Send Message
Posted Nov 14, 2022Is there a way to display one PLAYER_HEAD in an iconmenu which has the same texture as the
player who opens the iconmenu?
Found this in the internet but it's not working:
-
View User Profile
-
Send Message
Posted Mar 28, 2024In reply to Z05UM:
13:PLAYER_HEAD%$player:
13 = Slot in the GUI
PLAYER_HEAD = The Head
$player = Get the users name of the person running the command.
If you don't wanna run a command on that head you can just leave it empty or put %stayopen%.
-
View User Profile
-
Send Message
Posted Aug 28, 2022Hi? Player Events by void damage?
I know there are plugins that do that, but I like to do everything with mycmd, it's great and the plugin is very complete :D by the way, I'm on 1.8.9
-
View User Profile
-
Send Message
Posted Aug 25, 2022I would like if you update it and put new type for daily reward, and this also hage fully example if player 1 with rank 1 has perms to daily 1 and player 2 with rank 2 with daily 2 the message and reward will be different because it's different perms
-
View User Profile
-
Send Message
Posted Aug 23, 2022Hi, sorry for my English. I have some problem with use "RUN_COMMAND". (Version 1.19.2)
For example:
testcmd:
command: /testcmd
type: RUN_COMMAND
runcmd:
- '/clan $multiargs'
register: true
registered: true
Use: /testcmd &a
And i has been kicked by reason: Illegal characters in chat
I think this is due to the spoofing & on § when resembling color codes. Could you help solve this problem? Ty for help! ^-^
-
View User Profile
-
Send Message
Posted Aug 26, 2022In reply to vladrant:
The problem is that until this point, to make unregistered commands work, MyCommand used to run commands like chat messages. I can add something to choose how send a command, in few words, perform a command, instead of chatting. I will see what's the best i can do. I think there aren't too much alternatives.
Anyway, if aren't needed you can choose to not use colorcodes on that command placeholders_replace_mode : NO_COLORCODE
-
View User Profile
-
Send Message
Posted Aug 28, 2022In reply to ivanfromitaly:
OK, thanks for answer ^-^.
Could you add the ability to insert custom placeholders with output like "name1,name2,name3" in tab_completer in the next update? It would be very cool!
And add in tab_completer placeholder "$BCPlayerList%servername%"
-
View User Profile
-
Send Message
Posted Aug 3, 2022I made vip chat with broadcast_message_permission_node, and if I mute player, they can still write in this chat. I use essentialsX, and I add my command to "muted commands", but it didn't work. How can I fix it?
-
View User Profile
-
Send Message
Posted Jul 3, 2022how to make alias for different answers such like
shortcut:
command: /섬 생성 <name>
type: RUN_COMMAND
runcmd:
- /island create <name>
what should I add on for <name> part
-
View User Profile
-
Send Message
Posted Jul 3, 2022In reply to rlaxodn6123:
lol figured it out
/island create $multiargs
-
View User Profile
-
Send Message
Posted May 23, 2022Are there any playerevents that can track a player right clicking on a sheep? I tried the PlayerInteractEvent but it doesn't seem to work with entities, unless I'm doing something wrong.
Also, would it be possible to add in PlayerClickEvent to the events? Or is that not possible
-
View User Profile
-
Send Message
Posted May 15, 2022Can someone tell me where I am going wrong?
top_mobs:
command: /topmobs
type:
- TEXT
- LEADERBOARD
text:
- "&6Mob Kills Leaderboard :"
playerdata_value: mobkills
leaderboard_size: 10
leaderboard_text: "&f$index: &e$username &a- &b$points"
permission-required: false
register: true
When the leaderboard displays, it has:
Mob Kills Leaderboard :
1. (Player Name) - 9.0
2. (Player Name) - 8.0
3. (Player Name) - 52.0
4. (Player Name) - 1.0
Why isn't it sorting the value highest to lowest?
-
View User Profile
-
Send Message
Posted Apr 3, 2022Seems like some of the plugin's functionality doesn't work on 1.18.2. Can we expect an update soon to fix that?
-
View User Profile
-
Send Message
Posted Apr 17, 2022In reply to teslicek:
Usually when something doesn't work on a older plugin version is because there isn't a way to make it working with main api methods, or that version of the game is missing completly a way to address that. Anyway, the focus is always on the latest version.
-
View User Profile
-
Send Message
Posted Mar 10, 2022Can you help me with that (incompatibility with geyser) players can steal menu's when in mcpe using Geyser
Embed Removed: https://cdn.discordapp.com/attachments/613168464634576897/951716423791702036/WhatsApp_Video_2022-03-11_at_02.40.50.mp4
-
View User Profile
-
Send Message
Posted Mar 7, 2022Do you know how to use characters that give errors in TEXT command?
I was using : character in TEXT, and they give errors and the entire command fails.
How do I insert them?
-
View User Profile
-
Send Message
Posted Mar 3, 2022Can you make an way to put variables in the item slot like