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 May 5, 2017In reply to TheHadDad:
-
View User Profile
-
Send Message
Posted Mar 19, 2017Se io vorrei mettere il comando vanish al posto di usare /effect...invisibility come devo
fare?
-
View User Profile
-
Send Message
Posted Feb 27, 2017Anyone knows to how make a command that force player execute other command? for example, i use "/magicpower <player>" and the player execute other command from mycommand "/xdpower"
-
View User Profile
-
Send Message
Posted Mar 8, 2017Yep, it is an ALIAS. Try something like this:
MagicAlias:
command: /magicpower $arg1
type: ALIAS
alias: /xdpower $arg1
So if Player1 does "/magicpower Player2" it will execute the command "/xdpower Player2"
Hope this helped!
(you can add permissions for this by looking in here! Just find the Alias section).
-
View User Profile
-
Send Message
Posted Feb 16, 2017Is there a way to remove/disable commands from other plugins like /v and /vanish from essentials?
-
View User Profile
-
Send Message
Posted Mar 8, 2017Too easy! If you wanted to disable the Essentials Vanish command, it would go something like this:
VanishBan:
command: /vanish;/v
type: ADD_PERMISSION
text:
- '&6This text serves no purpose!'
permission-node: banvanish.NEVER.GIVE.PERM.TO.ANYONE
Basically what this does is it adds another permission node to the vanish.Instead of needing "essentials.vanish" - they will need the "banvanish.NEVER.GIVE.PERM.TO.ANYONE" permission node too!
Hope this helped!
(side note this won't work if some players are OP's, they will have access to that command but I don't think that should be a problem because OP's should be trusted not to do things like this :D).
-
View User Profile
-
Send Message
Posted Feb 12, 2017Is it possible to add Region support so that a player triggers a command if he enters oder leaves a region from WorldGuard?
-
View User Profile
-
Send Message
Posted Feb 5, 2017How do you change the cooldown message? On default it says "wait {seconds} seconds before you can use this command again" I would like to change that
-
View User Profile
-
Send Message
Posted Feb 7, 2017In the language.yml file, "cooldown1" line.
-
View User Profile
-
Send Message
Posted Jan 31, 2017Hi! How does the npc function work? I spawn a npc with the command and add a command but I dont know how I can use the command. Rightclick open the NPC-Menu and leftclick hurt the npc. Can someone help me please.
-
View User Profile
-
Send Message
Posted Mar 8, 2017I think that is your NPC plugin error. As long as you don't have a permission on the command you are trying to do and have put it in correctly (maybe try to remove the / some plugins add it in automatically for commands).
This plugin shouldn't be stuffing it up, if you are using Citizens or something like that, try asking them!
Hopefully this helped :D
-
View User Profile
-
Send Message
Posted Jan 24, 2017Hi I have the plugin one of my friends configed me the plugin so its ready to use on his server but when I go to config it for my server it just breaks down on me and doesnt even allow me to do the command please help me!!!
-
View User Profile
-
Send Message
Posted Mar 8, 2017More information please, what do you mean breaks down? What happens?
Maybe ask your friend to configure the plugin specially for your server if possible, or get back to me with more info!
-
View User Profile
-
Send Message
Posted Jan 18, 2017Hey Can I Modify a Command?
-
View User Profile
-
Send Message
Posted Mar 8, 2017What do you mean? You can modify any command by using aliases or making a new command? Could you send more information if the problem persists!
-
View User Profile
-
Send Message
Posted Jan 15, 2017I using the more recent update of MyCommand and PlaceholdersAPI AND DON'T WORK. '-' fix tis
-
View User Profile
-
Send Message
Posted Dec 29, 2016I have some issues with the item wooden_sword... Itemcost does´t work and if I put in in an itemmenu it doesn´t Show the Item...
Pls. Help
Posted for MyCommand v5.1.6
-
View User Profile
-
Send Message
Posted Jan 25, 2017It's "WOOD_SWORD"
-
View User Profile
-
Send Message
Posted Dec 22, 2016Hey, looks like a great plug in but the commands don't work in command blocks? Also is there a way to reference players objectives scores? Thanks
-
View User Profile
-
Send Message
Posted Dec 22, 2016Use "registered: true" to make them work in command blocks.