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 7, 2016Please add support for this: "$Script$%PlayerData%" for console thanks
-
View User Profile
-
Send Message
Posted May 6, 2016@Ivanpro:
Admin , Iconmenu it good , But it's difficult , It should support ID Number item , e.g.
: - '26:339:0:/help:&aHelp'
-
View User Profile
-
Send Message
Posted May 6, 2016@5plice
No problem :)
I just tested something out, and if you like the sudo command better, you can add register: true to your command and it will work just fine.
-
View User Profile
-
Send Message
Posted May 6, 2016Thanks it works!
-
View User Profile
-
Send Message
Posted May 6, 2016@5plice
I recommend using /mycmd-runas player {player} /<command> to make your players do something + this fixes your problem. Essentials /sudo command seems to be buggy with MyCommand.
-
View User Profile
-
Send Message
Posted May 6, 2016So im having a issue with this plugin atm.
So lets say someone votes, the GAListener will execute /sudo {username} <MYCMDCOMMAND> it dosnt work
However if i use /<MYCMDCOMMAND> in game as a player it will execute the command but if you get sudoed to run the command it dosnt seem to reconigze it as a real command.
-
View User Profile
-
Send Message
Posted Jul 11, 2017In reply to 5plice:
-
View User Profile
-
Send Message
Posted May 6, 2016One of the must have plugins out there, thank you for your hard work @Ivanpro :) I submited a ticked with some suggestions on cooldowns, check it out :)
-
View User Profile
-
Send Message
Posted May 6, 2016@EnDoSiA
Like i already said, all works fine for me. The correct syntax for the sudo command is "/sudo @p givetoks" without the slash before the givetoks command, maybe you have written wrong this. Anyway, you don't need to execute givetoks from the console, infact i don't know how and why you get that message.
-
View User Profile
-
Send Message
Posted May 6, 2016@Ivanpro
Will be some update soon which will issue support?
-
View User Profile
-
Send Message
Posted May 6, 2016@EnDoSiA
The command works, if you put "/sudo @p givetoks" (Essentials sudo command) in the commandblock this get executed.
Anyway, the console don't support the scripts line for now. So you can't run givetoks from the console, also because this command require the player for execute that, and most of the scripts are player based.
-
View User Profile
-
Send Message
Posted May 5, 2016@Ivanpro
Its works now but i must set in command blocks /sudo @p and commands make it work differently in console spam: [INFO]: yCmd] Skipped (Not supported by console) : $Script$%PlayerData%wintokens=$randomnumber%10%
Full command:
I dont know where is problem it not works in Minigames plugin too
-
View User Profile
-
Send Message
Posted May 5, 2016@EnDoSiA
register the command. Just put register: true under the interested command.
-
View User Profile
-
Send Message
Posted May 5, 2016How i can run custom commands in command blocks ? Because it not working. And others plugins than rewards too :/
-
View User Profile
-
Send Message
Posted May 4, 2016@Ivanpro:
I like plugin you because it support Language others , It is beautiful. :D Thank admin.
-
View User Profile
-
Send Message
Posted May 4, 2016@TheSamuraiNinjad
Using run_console, yes. You can put directly the /money, /eco command after the script syntax.
-
View User Profile
-
Send Message
Posted May 3, 2016Is it possible to charge money on a line in a script, but run all the commands before the money statement.
Example:
-
View User Profile
-
Send Message
Posted May 3, 2016@EsmeraldaCraftBR
The latest version works on 1.8
-
View User Profile
-
Send Message
Posted May 2, 2016I need this plugin for 1.8 pleaseeeee D:
-
View User Profile
-
Send Message
Posted May 2, 2016@Donovan_D
Try with RUN_CONSOLE command type.
@tspierer2
Maybe you can do that using the external plugin PlaceHolderAPI. Anyway i see to implement this in mycommand.
@p1nkwafflez
I'll check later if there is any problem. edit: i have added some checks for charge back the player if no one command will get executed. if one command get executed, and the second give an error, the chargeback it's not valid.