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 Oct 9, 2017In reply to arceusawsom1:
-
View User Profile
-
Send Message
Posted Dec 21, 2016I´ve got a Problem :(
When I put in the following comand it says:
[14:13:03 INFO]: [MyCmd] Impossible create this ItemStack : WOODEN_SWORD ( java.lang.NullPointerException )
[14:13:03 INFO]: [Mycmd] An error occurred on command iconmenu_wheapon Err: ( java.lang.NullPointerException )
command:
iconmenu_wheapon:
command: /wheapon
type: ICON_MENU
iconmenu_title: '&cShop&r: &4Waffen'
iconmenu_size: 27
iconmenu_commands:
- '0:WOODEN_SWORD:0:/buy wooden_sword:&2Holz Schwert:&4Preis= 40€; ;&9+4 Attack Damage'
- '1:STONE_SWORD:0:/buy stone_sword:&2Stein Schwert:&4Preis= 120€'
- '26:BARRIER:0:%openiconmenu%/shop:Return Back:&cZurück zum Hauptmenü;&a<---------'
cost: 0
delaytimer: 5
permission-required: false
what is wrong ?
is it a bug ?
and... sorry for my bad english, im german :D
with itemcost it does´nt work to :(
thank you in advanced :D
-
View User Profile
-
Send Message
Posted Dec 1, 2016@delsolsi213
Yeah, you are probably using an older version of PlaceholderAPI. Try to update it.
-
View User Profile
-
Send Message
Posted Nov 30, 2016@Ivanpro
this is the error i think due to placeholderapi http://pastebin.com/U4Bt0U6E
-
View User Profile
-
Send Message
Posted Nov 30, 2016I've lost completly the focus on the project, so, sorry if anyone expected more updates on this plugin. Anyway, i don't think the plugin needs some update to works on the newer version, for the way how is developed, don't need updates on every new version of the game.
@Sikatsuu
As i said, i don't think it's broken, anyway im going to check this out.
@Scratchy741
You can't hide other plugins outputs.
@Williamlo79
Yes, you can. look at the script page. Basically you need to generate an number, store it and then check this stored information in a if condition.
@UKZzHELLRAISER
Permission-required to false, allow only the execution of the mycommand command. If this command execute another plugin command, you need to give them that plugin permission.
@LimitedGames
No it's not.
-
View User Profile
-
Send Message
Posted Nov 28, 2016Hello! I've taken on the challenge of making a random number generator to randomise rewards. Is there some kind of script to detect if a number is 1 or 2 etc.
-
View User Profile
-
Send Message
Posted Nov 20, 2016Not working on 1.11
-
View User Profile
-
Send Message
Posted Nov 7, 2016Is it possible to hide command output? For example, I have command "/dungeon" and it spawns a mob at my place and shows "blah blah has been spawned". Is it possible to hide this other plugin output - or replace it? "success-message" does not work for me. Thanks.
-
View User Profile
-
Send Message
Posted Nov 7, 2016@UKZzHELLRAISER
Just to be honest... even basic server should use permissions plugin. Just use it and take your time to set it up correctly.
-
View User Profile
-
Send Message
Posted Nov 4, 2016Putting "permission-required: false" doesn't seem to help. No non-OPs can run any commands created. I'm not using a permissions plugin. Just OP or no OP.
-
View User Profile
-
Send Message
Posted Oct 12, 2016@SkyZh0
That doesn't depend on MyCommand but on pex. Sometime you may wrong something and the group may not get set instantly.
-
View User Profile
-
Send Message
Posted Oct 12, 2016Hi, i make à pex user shortcut and ...
but the plug in say me user group set! but the group isn't set WHY???
Please help me god
-
View User Profile
-
Send Message
Posted Oct 3, 2016@LimitedGames
Put the plugin in all ur servers?
-
View User Profile
-
Send Message
Posted Sep 29, 2016@LimitedGames
I Dont think so sir, You can always try it out yourself!
-
View User Profile
-
Send Message
Posted Sep 26, 2016is this plugin for BungeeCord to? I mean so you can set it in the bungeecord plugins folder and make it a global command?
-
View User Profile
-
Send Message
Posted Sep 22, 2016Does anyone know how to change the item name in a command cost to an item id, so instead of writing COBBLESTONE you type 4 (needed for custom item costs)
-
View User Profile
-
Send Message
Posted Sep 20, 2016I need some help.
I have a plugin that uses /discord as it's main command. But I want to create 2 custom commands.
I want /discord to just return some text from MyCommand, then I want /discord toggle to return the actual plugin's command.
But the thing is /discord toggle just returns the original MyCommand /discord custom command.
Any help please?
-
View User Profile
-
Send Message
Posted Sep 16, 2016anyone know how i can make a script for dispenser tools to limit the radius, the command is /dt <radius> tnt <amount>. I need a way to limit the radius to 75, can someone help? <3
-
View User Profile
-
Send Message
Posted Sep 13, 2016@darthdoesmc
If I create the separate command with MyCommand, if I specify the variable name, the command will always be resolved to whatever is contained in the variable.
For example
- /mycmd-variables delete Variable
when Variable = Things and stuff
will output as
- /mycmd-variables delete Things and stuff
Since 'Things and stuff' isn't a variable, the command fails to do anything useful.
-
View User Profile
-
Send Message
Posted Sep 9, 2016@Qalle
Hey! I'll give you a response cause why not.
How I'd solve this is by creating a separate command that runs in console, deleting the variable, and then have your main command run this. Realistically, this should work.