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 Jun 21, 2016Hello!
I'm back asking another question.
How do i add strength as a potion effect? it dosn't seem to work......
This is what i've tried:
- '%PlayerOptions%addPotionEffect: STRENGTH:300:2'
I also wanna ask how to make a custom msg and reply system, if thats possible.
Aaaaaaand, if it's possible to make the tab completer to complete online player names.
Best regards
-
View User Profile
-
Send Message
Posted Jun 21, 2016Hello! I'm trying to make an icon menu detect and use the arguments of the previous icon menu, any way to do this? I'm trying to make an icon in my icon menu run a command that contains $arg1 as the username of the previous icon menu.
-
View User Profile
-
Send Message
Posted Jun 20, 2016Can you add mysql storge for variables and playerdata?
-
View User Profile
-
Send Message
Posted Jun 16, 2016@robi0294
Yes, put the Yaw and Pitch in the last 2 position.
-
View User Profile
-
Send Message
Posted Jun 16, 2016Hello :)
Is it possible when u use %PlayerOptions%teleport world:0.0:100.0:0.0, to make the player look a certain direction?
Best regards.
Robin
-
View User Profile
-
Send Message
Posted Jun 16, 2016@Ivanpro
That would be awesome, but I meant a two-line Hover event. (=
-
View User Profile
-
Send Message
Posted Jun 16, 2016@oMar0celx
If you mean, multiple hover/click part in one line, i have added this in the dev build.
@MrMonkeyPants344
Is your file UTF8? Try to save it with the UTF-8 encode. (Make a backup of your old file first!)
@robi0294
Added this in the dev build/Next release.
@UndeadJ3T
You can do that in the dev build/Next release. There is an example in the changelog file if you want use it.
-
View User Profile
-
Send Message
Posted Jun 16, 2016Hello,
The plugin is great! But how can I insert in raw_text line breaks? (=
-
View User Profile
-
Send Message
Posted Jun 15, 2016Hey,
So I am trying to put a symbol (») in one of the commands messages but then it shows up with a weird symbol and then the arrows. Any way I can fix?
-
View User Profile
-
Send Message
Posted Jun 15, 2016@bikerad1
Agreed! Big thanks to creator of this plugin!
-
View User Profile
-
Send Message
Posted Jun 14, 2016@Ivanpro
Thank you☺
-
View User Profile
-
Send Message
Posted Jun 14, 2016@Marchio98
Nope, this actions works only if the client made that action clicking on the "raw message" in the chat.
-
View User Profile
-
Send Message
Posted Jun 14, 2016@Ivanpro
Is it possible to suggest commands from icons of an iconmenu?
-
View User Profile
-
Send Message
Posted Jun 14, 2016@Chinimala
For now, no, you can't
-
View User Profile
-
Send Message
Posted Jun 13, 2016Is it possible to remove the "Checking if the player is still OP...", "Removed the OP status to ...", "Giving the OP status to..." messages in the console ?
-
View User Profile
-
Send Message
Posted Jun 13, 2016@p1nkwafflez
Are you using the latest version of the plugin? Because for me this command, copy-pasted works fine. If the player don't write anything, and get the "args error", he get the money back.
Edit: Ok, maybe you for "fails" intend WG when give you the "select an area first" message. In that case, no. I can't determinate the result of another plugin command, and you can't do that in no way. The only solution is to develop a specific plugin using a specific provided api (wg api in your case).
The max you can create with MyCommand is this :
But also in this way, you can't check if that region "name" already exist in the server. So if a player write an used name, he don't get charged back. @ZombieHDGaming
Nope, you can use spaces in the command field.
-
View User Profile
-
Send Message
Posted Jun 13, 2016@p1nkwafflez
Dude, you are missing the biggest part in the command because you do not understand syntax......you need the command to be either all one word or separate with an underscore. It charges because it sees the claim part as being an argument. This allows it to fail no matter what. Change that, and it should work.
-
View User Profile
-
Send Message
Posted Jun 13, 2016@Ivanpro
Ok so i fixed the loop. Now i have this
This still charges the player even if the command fails, and i also tried it with
required_args: 1
which still charges the player also, sorry to keep this going but i can't seem to sort this charging out? The console doesn't show any errors or anything. Am i just missing something really obvious?
-
View User Profile
-
Send Message
Posted Jun 13, 2016@Ivanpro tem algum comando que faça o NPCS não se movimentarem ? que deixe eles parado para sempre ?
-
View User Profile
-
Send Message
Posted Jun 13, 2016@p1nkwafflez
The command get executed 30 times, because you have created a loop. "/rg claim" execute "/rg claim" and so on.... (try to change the runcmd to "/pluginname:rg claim ecc ecc). Anyway, i tested it (in normal circumstance, no loop) and without required_args the command chargeback the money (if no command get executed). Instead, using required_args the chargeback it's not required, because this check is made before of money check.
@robi0294
The broadcast message, it's just an example, i don't tested it too much. Anyway i see to fix this.
@WizardVS
Restart your server for made the listener works.
@UndeadJ3T
From the console? Nope, i see to implement the "executefor" line also for the console in the next release.