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 Apr 2, 2016I downloaded the version 5.2.3 and reloaded my server, and all went wrong x) We couldn't click on the item anymore, the players got randomly stuck on their position with errors : "Could not pass event PlayerInteractEvent to MyCommand v5.2.3"
-
View User Profile
-
Send Message
Posted Apr 2, 2016Ok thank you
-
View User Profile
-
Send Message
Posted Apr 2, 2016@Chinimala
Try the version 5.2.3 when avalaible.
-
View User Profile
-
Send Message
Posted Apr 2, 2016Hi, since 1.9, we can't run a command by clicking on an item in our inventory with the right button if we are close enough to the block we are looking at. The left button is ok. Has someone the same bug ?
-
View User Profile
-
Send Message
Posted Apr 2, 2016@Ivanpro
Yay :D
-
View User Profile
-
Send Message
Posted Apr 2, 2016@DutchFighter18
Added in the next version :D
-
View User Profile
-
Send Message
Posted Apr 2, 2016@Ivanpro
The Clip's placeholder API (https://www.spigotmc.org/resources/placeholderapi.6245/)
-
View User Profile
-
Send Message
Posted Apr 2, 2016@Sikatsuu
I made some progress, and i have see there is some api's for disable the AI, or the collisions. The AI seems works, the collision are a bit buggy, so useless. But i have another problem, the setYaw doesn't work, so it's impossible set the direction of the villager if you have the AI off. I have talked with some guys, and the only avalaible solution i get is modify the packets that send the data to the head location, and i don't think to do that.
@DutchFighter18
JSON it's a bit hard, i have to re-done a lot of code, just for it. For the PlaceHolders, what do you need? Suggest.
-
View User Profile
-
Send Message
Posted Apr 1, 2016Please add JSON Support and more placeholders!
-
View User Profile
-
Send Message
Posted Mar 31, 2016Thank you for update about multiargs :)
is it possible to add new events about killed mobs for each mob ? (for instance, if a villager is killed, i can execute a command) :)
It will allow to show how villagers died in my server :)
-
View User Profile
-
Send Message
Posted Mar 30, 2016@Ivanpro
I see. It would be a nice replacement for CommandNPC. Well, it can't be spawned in a worldguard region with mob-spawning deny. If it's impossible to fix that's something I can live with.
One of my other plugins also allows an NPC to be created without NMS and that one works fine with the AI. That NPC isn't able to walk/move either and doesn't relay on Citizens, also it's own system except that it doesn't allow custom commands. ^^
I'd like to see more from this so I can eventually remove the other plugin. Actually the only issue I found is that it's able to walk around and it's push-able.
-
View User Profile
-
Send Message
Posted Mar 30, 2016@Ivanpro: Not mysql for commands, but for playerdata :)
-
View User Profile
-
Send Message
Posted Mar 30, 2016@Bobdanielt6
try with "$Script$HasEmptyInventory"
@Sikatsuu
Yeah, don't take this feature too seriously. It's just something more the plugin can do. How you can see, the mob still have the AI. This because i can't remove that without using some NMS code, and im not going to implement that, for now. For the WG maybe you need just to give the permission to the users, anyway, i check it later.
@EnDoSiA Why you need the MySQL support? For share the commands in multiple servers? Maybe it's usefull, but i have to rework all the plugin just for that. So, just copy paste the configs, or make an symlink to the interested file.
-
View User Profile
-
Send Message
Posted Mar 30, 2016Please add MySQL support. :/
-
View User Profile
-
Send Message
Posted Mar 30, 2016Added some basics "npcs" or better "villager npcs" commands and functions. (Require more works) /mycmd-npcs
This looks nice. Does this mean I can finally remove CommandNPC?
Edit: I tried it, but it doesn't seem to have worldguard support yet and it's hard to spawn an NPC on the right place. You can also move it away on 1.9.
-
View User Profile
-
Send Message
Posted Mar 29, 2016Is there a way to check to see if inventory is empty?
-
View User Profile
-
Send Message
Posted Mar 29, 2016@Ivanpro
It worked! Thanks!
-
View User Profile
-
Send Message
Posted Mar 29, 2016Can you add something?
Maybe you can a a variable:
worldguard.region.owner (Where the player stands in!) worldguard.region.member (Where the player stands in!)
-
View User Profile
-
Send Message
Posted Mar 29, 2016@DKing328
Try to remove the space before " SNOW_BLOCK", maybe is that the problem. Anyway, you can see all the names here
@JeanJacquelin
Next release, i've added something for do that.
-
View User Profile
-
Send Message
Posted Mar 28, 2016Hello, I'm trying to use this plugin to create a custom GUI for players to join Minigames, but whenever I add the items to the commands.yml, I get this error on console: 28.03 13:06:37 [Server] INFO [MyCmd] Impossible create this ItemStack : SNOW_BLOCK Here's my config line for the item I'm getting an error for: - '0: SNOW_BLOCK:0:/mgm join Spleef1:&bSpleef1:&6Click to join this game!'
Does anyone know the "item names" that we can use in the GUI? I've tried countless item names, and most of them seem to not be working for some reason. I'm out of ideas, at this point.
Thanks~