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 Apr 5, 2015Server : Spigot 1.8.3
using mycommand v5.1.6
example(commands.yml): register: false -> works fine
register: true -> always receive I'm sorry, but you do not have permission ....
please help :d
-
View User Profile
-
Send Message
Posted Apr 3, 2015Anyone know how to get the variables i mentioned about below? I would really appreciate any help on this. http://dev.bukkit.org/bukkit-plugins/mycommand/#c1015
-
View User Profile
-
Send Message
Posted Apr 2, 2015MyCommand works fine for me.. Im running an Spigot 1.8.3 server
-
View User Profile
-
Send Message
Posted Apr 2, 2015Hey there! I want to add an command like /call (playername) <- Who you want to call This command should do /call (playername) <- You When sended: Player Calls you. Do you want to accept the call? Type /acceptcall
How do i add that variable?
-
View User Profile
-
Send Message
Posted Mar 29, 2015I'm trying to make a scoreboard command that displays your kills and deaths. The problem is I don't know the data tag/variable for kills or deaths, maybe something like %kills% or $kills but I'm not sure, anyone know? I saw there's a command to create your won variables? Is this something I need to look into, or what is that? Because I honestly have no clue how I would make my own kills and deaths variables/data tags.
-
View User Profile
-
Send Message
Posted Mar 29, 2015I seem to have a problem with the custom permission-error message and the permission-nodes.
For example, with the following entry - http://pastebin.com/aaFbsTk9
A player without the node mycommand.questsstart can actually still run the command and receive the potion effects and doesn't receive the permission-error at all.
Any ideas why the permission nodes aren't working? This is happening on Spigot 1.8.3 and on Spigot 1.8.1
-
View User Profile
-
Send Message
Posted Mar 28, 2015How to use multiple commands in else statement? Like this:
runcmd:
- $Script$%if%HasPermission==custompermission.test
- do /cmd1
- $Script$%else%
- /cmd2
- /cmd3
Thanks for feedback
-
View User Profile
-
Send Message
Posted Mar 25, 2015Hello, I've been having problems with my commands config file. When I try to run the custom commands in-game, it says 'Unknown command'. The error is this: http://pastebin.com/gky9ESb1
Here is my file: http://pastebin.com/Dm0z7Wfp
Could someone please help me fix this? Thanks!
-
View User Profile
-
Send Message
Posted Mar 24, 2015@WhosHenry
As a short-term fix you could make an alias for /spreedrun join in commands.yml and insert that into the command.
-
View User Profile
-
Send Message
Posted Mar 16, 2015Is there a config setting that does the following?
For example, when I enter a MyCommand such as /speedrun I want it to run the following: /warp speedrun and /speedrun join. But when I type /speedrun it does not run /speedrun join. It just goes into an endless cycle of running the same command.
Is there a setting that only runs it if it just has /speedrun and no words after that?
-
View User Profile
-
Send Message
Posted Mar 15, 2015@spaik66
For me are not working and arleady created commands in command.yml full command.yml is not working.
-
View User Profile
-
Send Message
Posted Mar 14, 2015@Joiubas
Add a colon to your 'vip'
like this
'vip':
-
View User Profile
-
Send Message
Posted Mar 14, 2015@ayeelanaa
http://pastebin.com/wmTpyE4p
Try this.. Drop the need of Perms for console or RUN_COMMAND from player and do you realy need delay for ??
-
View User Profile
-
Send Message
Posted Mar 14, 2015I type into commands.yml
'vip'
command: /vip
type: TEXT
text:
- 'blababla'
And then i'm reloaded server i got:
Unknown command. Type "/help" for help.
-
View User Profile
-
Send Message
Posted Mar 14, 2015Everytime I type the word "random" in either TEXT, COMMAND or in script format, it generates a random number. Whenever I insert "%random" it says " $randomnumber%100% ". Why does it say like that?
-
View User Profile
-
Send Message
Posted Mar 14, 2015Ivan pro would it be possible for $args to be more flexible... Because right now when I use $Script$%PlayerData%Cheese=$arg1 it will set my Player Data to [Input1] or when I have just $arg2 on a single line...
-
View User Profile
-
Send Message
Posted Mar 13, 2015@Luuko132
Yes :D
(wrong) /sethelper
(good) command: /sethelper
-
View User Profile
-
Send Message
Posted Mar 12, 2015Is there something wrong with this?
-
View User Profile
-
Send Message
Posted Mar 11, 2015Very cool plugin but i want to charge money for certain server commands, but people can bypass the cost by typing the real command name instead of MyCommand's aliased one =/
-
View User Profile
-
Send Message
Posted Mar 4, 2015I'm having trouble with creating a once only command, I used the example, but it just gives me the error message even when it's a brand new command and hasn't been used before.