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 16, 2017I'm having a slight issue with the MyCommand GUI Menus, players are reporting that text is clipping off their screen.
I use the menus as a /help menu and so the icons have long descriptions, I've attempted breaking it all up into multiple lines however is there anyway to make the text conform to the size of the game?
-
View User Profile
-
Send Message
Posted Jul 23, 2017MyCommand stops players from being able to place/break blocks how do I stop this?
-
View User Profile
-
Send Message
Posted Aug 16, 2017In reply to Forge_User_77056748:
-
View User Profile
-
Send Message
Posted Jun 13, 2017Hey, I am trying to set up a simple script with this plugin for another plugin my server uses, and am unsure how to proceed (documentation offered no solution that I could see)
I want a player to enter a command to do something, then have the script display info about what they are doing, and then retype the command to actually execute it.
example:
Player wants to purchase 5 wood from store
- Player types /buy wood 5
- Server messages player privately, saying "Buying 5 wood for <price>, type '/buy wood 5' to confirm"
- Player retypes command, and it executes. If they don't have enough money to buy the wood, it presents an error, and doesn't do anything.
Any Help? Thanks!
-
View User Profile
-
Send Message
Posted Jun 23, 2017In reply to dragonfire967:
command: /buy
type: RUN_CONSOLE
runcmd:
- (script calculating the price ?)
- '/tellraw $player {"text":"Buying $arg2 $arg1 for (price)","color":"green"}'
- '/tellraw $player {"text":"> ","color":"red","extra":[{"text":"Click here to confirm.","color":"green","clickEvent":{"action":"run_command","value":"/yourcommandtobuy"}},{"text":" <","color":"red"}]}'
permission-required: false
-
View User Profile
-
Send Message
Posted Jun 24, 2017In reply to Forge_User_37808113:
And yes, I am using essentials, but that example I gave was just that, an example. I have decided to use chestshop to handle buying and selling items.
I'm more wanting to utilize this plugin to mask the commands for a rankup plugin (its syntax is way too long, so I'm using this to shorten then commands down), and require verification before purchasing the next rank.
-
View User Profile
-
Send Message
Posted May 8, 2017all my item sets are unloaded on server reload. please fix
-
View User Profile
-
Send Message
Posted May 3, 2017Ok I have an issue where there is no way to check for a players inventory to see if its full, Im trying to give custom heads;
'pack1': command: /pack1 type: RUN_CONSOLE require_all_arguments: true required_args: 1 permission-required: true permission-node: NobodyShouldGet.This permission-error: '&c Well looks like you want a ban?' register: false runcmd: - /give $arg1 skull 1 3 {display:{Name:"A"},SkullOwner:{Id:"e8e10bc5-b94e-4378-a54c-ac71a662fec9",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTY3ZDgxM2FlN2ZmZTViZTk1MWE0ZjQxZjJhYTYxOWE1ZTM4OTRlODVlYTVkNDk4NmY4NDk0OWM2M2Q3NjcyZSJ9fX0="}]}}} - /give $arg1 skull 1 3 {display:{Name:"B"},SkullOwner:{Id:"d0f793ff-b041-427c-bc24-440834e986fa",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTBjMWI1ODRmMTM5ODdiNDY2MTM5Mjg1YjJmM2YyOGRmNjc4NzEyM2QwYjMyMjgzZDg3OTRlMzM3NGUyMyJ9fX0="}]}}}-
View User Profile
-
Send Message
Posted Apr 23, 2017Hey, how can I see if a player is flying?
-
View User Profile
-
Send Message
Posted Apr 18, 2017Hey there! I was wondering if you could add enchantments or lores for the item cost?
E.g I am trying to make a command that will run a command at the cost of a certain enchant book (say a sharp 10 book). What is the meta syntax for itemcost ?
-
View User Profile
-
Send Message
Posted Apr 15, 2017Could I create a teleport to wild command? so within a certain radius of spawn?
-
View User Profile
-
Send Message
Posted Apr 1, 2017How do I create a same command but has different results in other worlds.
-
View User Profile
-
Send Message
Posted Apr 6, 2017Use scripts. Put a condition on the world in "if" and "elseif".
-
View User Profile
-
Send Message
Posted Apr 1, 2017Hi, is possible give somethink to player with command /feather
??? i try /give 288
/i 288 1
But nothink work
Thanks
-
View User Profile
-
Send Message
Posted Apr 6, 2017Try something like this if you want all players to have access to it :
'feather':
command: /feather
type: RUN_AS_OPERATOR
runcmd:
- /i 288 1
permission-required: false
-
View User Profile
-
Send Message
Posted Mar 31, 2017How to you check to see if a argument is empty or not?
this isnt working as planned, I want an empty /checkrank to check themselves, and /checkrank username to check someone else.
-
View User Profile
-
Send Message
Posted Apr 6, 2017Use "require_all_arguments: false" and a little word or a letter to prevent your argument to be empty :
'checkrank':
command: /checkrank
type: RUN_COMMAND
permission-required: false
register: true
runcmd:
- $Script$%if%bla!=$arg1bla
- /lp user $arg1 info
- $Script$%else%
- /lp user $player info
error-message: "&cUsage: /checkrank playername"
require_all_arguments: false
-
View User Profile
-
Send Message
Posted Apr 12, 2017In reply to Forge_User_37808113:
-
View User Profile
-
Send Message
Posted Mar 27, 2017I have a major problem there is no permission for the /mycmd tell commands i checked the permissions page and all there is is a //. I really need that PERMISSION!
-
View User Profile
-
Send Message
Posted May 24, 2017In reply to xItzEnderx: