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 Jul 8, 2020after updating to 1.16 my menu does not show the black glass panel only white, in 1.15.2 everything worked ok
iconmenu_autofill: BLACK_STAINED_GLASS_PANE
-
View User Profile
-
Send Message
Posted Jul 9, 2020In reply to Techkyller_:
true, i've added the support for item data id (for older version) with some other stuff, and somehow i broke that.
to use any item, just add :0 after it
iconmenu_autofill: BLACK_STAINED_GLASS_PANE:0
anyway, i'll fix it.
-
View User Profile
-
Send Message
Posted Jul 4, 2020Se me ocurrio otra idea para hacerlo pero necesito dar un libro escrito.
Al momendo de "comprar" el libro escrito me sale el mensaje de "Tag de libro invalido".
- WRITTEN_BOOK:1:lore:"Readme"<cost>NETHER_STAR:5<max_uses>4
¿Sabes como podria hacer?
-
View User Profile
-
Send Message
Posted Jul 3, 2020Hola, quisiera hacer una tienda en mi servidor, uso el plugin merchant_items, la idea es que cuando el usuario compre un objeto le salga un mensaje en el chat como por ejemplo : "Objeto comprado", hasta ahora probe diferentes codigos pero ninguno me sirvio, alguna ayuda
store:
command: /store
type:
- MERCHANT
- TEXT
merchant_title: '&3Bienvenide &b$player'
merchant_items:
- IRON_BLOCK:1<cost>EMERALD:1<cost>GOLD_INGOT:1
text:
- "Objeto comprado"
-
View User Profile
-
Send Message
Posted Jul 4, 2020In reply to warrysde:
You can't determinate when a player has bought with success something. I'll see if i can implement anything to do that. the way you've done yourself, run that message when the player launch the command, no matter what. Putting multiple types in one, just run them all togheter.
-
View User Profile
-
Send Message
Posted Jul 2, 2020Is there an estimated date for a 1.16 release?
I've noticed the new hex-color codes don't work properly.
-
View User Profile
-
Send Message
Posted Jul 3, 2020In reply to tylflux:
The plugin works fine in the 1.16. The hex colors simply aren't implemented on the old version. I'll release something in those days.
Anyway, i've tested, and even without my implementation you can use them - '&x&a&f&f&f&0&f Example'
-
View User Profile
-
Send Message
Posted Jun 29, 2020It says if you want to do tab-complete, than just put
in the command config stuff (where you define the type and name) so i do that and then type /mycmd-reload commands i don't get any errors in-game, but when i go to the console, it says:
and it does have a tab-completer, but it doesn't work if i try to make a citizens npc run it.
(in case it helps, it is an icon-menu)
-
View User Profile
-
Send Message
Posted Jul 4, 2020In reply to FortniteDied3YearsAgo:
You have to restart the server to make them effective
-
View User Profile
-
Send Message
Posted Jun 29, 2020There are a lot of bugs, for example placeholders not working from the console, ans as soon as the task is a liitle bit complicated, it doesn't work.
-
View User Profile
-
Send Message
Posted Jun 14, 2020When I try to change his profession, it appears for a split second and then changes right back to none. If I turn his AI off it works, but I want it on, and turning it on will cause the issue again.
Please help.
-
View User Profile
-
Send Message
Posted Jun 6, 2020im trying creating one command:
admin_alias:
command: /admin
type: ALIAS
alias: /lp user () parent set owneradmin
permission-required: true
permission: mycommand.cmd.admin
but i need any uuid in () for player name, can u help me pls?
-
View User Profile
-
Send Message
Posted May 16, 2020Is it possible to have the plugin run multiple commands? If so, how?
-
View User Profile
-
Send Message
Posted May 10, 2020Is it possible to create a command that rewrites what players wrote? For example when player writes /rewrite [text] it will write [text] in chat but only the player wrote will be able to see it. Thanks in advance.
-
View User Profile
-
Send Message
Posted May 7, 2020error command:you have bypassed the command for this command....Cost failed but i intall vault and economy plugin...please help me
-
View User Profile
-
Send Message
Posted May 5, 2020Hi, How can we have an item execute a command as OP or from console when right clicked? I want normal players without the permissions to execute these commands directly to be able to use this item.
-
View User Profile
-
Send Message
Posted Jun 22, 2020In reply to PhadingFuzzy: Exist 2 options
type: RUN_CONSOLE
type: RUN_AS_OPERATOR
-
View User Profile
-
Send Message
Posted May 5, 2020Bossbar doesn't works for me: https://pastebin.com/SnQNY0MY
-
View User Profile
-
Send Message
Posted May 3, 2020Please help ... I'm creating a static menu, but I didn't create icons (oak, birch wood ...), please, I want to find all items and item descriptions (item_name and item_data) :(
-
View User Profile
-
Send Message
Posted May 2, 2020I absolutely love this plugin but I am struggle bussing right now.
I'm trying to restrict how many jobs a user can have. So I created PrimaryJob SecondaryJob and IAlreadyHav2Jobs in LP. I then made a mycommand so when someone got their first job, it would remove primaryjob and give secondaryjob, then when they got their second job it would remove secondaryjob and give them ialreadyhave2jobs. But whenever I paste the code in, my entire mycommand breaks. Can someone help?