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 26, 2014@Peter234
Make Sure You Have This Plugin Installed Your Proxy Server Rather Than Your Hub Server And It Should Work.
-
View User Profile
-
Send Message
Posted Aug 24, 2014Hi, i'm trying to make a command called /hub and tried to make it run the command /server hub but I can't seem to get it to work. Can anyone help me please? By the way /server is not a bukkit command it is a bungeecord command.
-
View User Profile
-
Send Message
Posted Aug 23, 2014@Broteam123
just change
Text:
- $player Facepalmed > $arg1 Facepalmed
-
View User Profile
-
Send Message
Posted Aug 20, 2014How to hide commands in the tchat please ?
-
View User Profile
-
Send Message
Posted Aug 14, 2014I made a command called /facepalm and it is a broadcast_text, and it shows: (player) facepalmed. How can I do this where i can put a player after it so If i do this: /facepalm Broteam123 It would say: (player) facepalmed at Broteam123 Please help!
-
View User Profile
-
Send Message
Posted Aug 13, 2014@DominateCraft
Reference this document: http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
If I recall, you would use INK_SACK:#
Hope this helps!
-
View User Profile
-
Send Message
Posted Aug 12, 2014Hello! I am trying to spawn the item Dye in a icon menu. What is its Item name? Thanks!
-
View User Profile
-
Send Message
Posted Aug 9, 2014Can put the instructions binding upon citizens 2 plug-in NPCS? If can use the instructions?
-
View User Profile
-
Send Message
Posted Aug 8, 2014$multiargs is adding a space at the start when using it for broadcasting
-
View User Profile
-
Send Message
Posted Aug 7, 2014Is it possible that when you make a command like "/spam <name>" that mutes them for spamming, you can tab the players name instead of manually typing it? For example, say if this person called "yoloswagdude" starts spamming, I type "/spam yolo" and then I press 'tab' and it fills in the rest of his name.
EDIT: Nevermind, I found out how to work it.
-
View User Profile
-
Send Message
Posted Aug 7, 2014@GodsDead
If you use Vault, you can use AddPermission= and RemovePermission.
Do something like this :
@thomas779421 You can do something like this :
@GodsDead Fixed in the latest version 5.1.3
-
View User Profile
-
Send Message
Posted Aug 7, 2014I want to have a paid sign that, once clicked loads a worldedit schematic and paste it into its origional position. I manged to get this to work, but sadly the only way I could do this was by temporarily setting the player to OP, I do not want to use this method, it seems extreamly buggy and un-safe, I have tried running commands from the console, but it looks like WE commands cannot be run from the console.
Once we find a way to run those commands without setting the player as OP, I want to also hide the messages Worldedit outputs, and display my own custom text.
-
View User Profile
-
Send Message
Posted Aug 6, 2014When I add a timer to TPA, it does not show the correct time I have set, If I set it to 5 mins, it will set it to something crazy like 6000 seconds.
-
View User Profile
-
Send Message
Posted Aug 5, 2014i want a option to be able to do that hover in chat thing and be able to click it :3 suggestion
-
View User Profile
-
Send Message
Posted Aug 4, 2014Probably something simple as a permission but for some reason the commands arent working. I created all the commands on a local server before moving it to my main server. Everything was good. After moving it to my main server, i noticed that no one had access to the commands, they kept receiving the error: ops, Check your permissions. In the command config i set permission-required: false , but still nothing
Can someone please assist me, Thanks <3
-
View User Profile
-
Send Message
Posted Aug 2, 2014@CrafterMan245
If you'd like to enter a player's name in the command, use $arg1.
So, if for example, you like player1 to run /money to give player2 $100:
command: /money
runcmd:
- /eco give $arg1 100
The username would be added to the end of the command.
Hope this helps!
-
View User Profile
-
Send Message
Posted Aug 1, 2014I have a small issue. I know to work with almost everything in this plugin it's just i'm stuck on this simple but yet really difficult problem. This is an example to my problem. If /money will get me $100 how will I make it so everyone can use that command. When it's setup in the file what should the command to target a player be? This is a list of what I tried /eco give <player> 100 /eco give %player% 100 /eco give {N} 100
Please help I really need it.
-
View User Profile
-
Send Message
Posted Aug 1, 2014For the Script lines in RUN_CMD I'm trying to make it so if they don't have enough money for a certain item in a inventory shop i made, it would say so and not give them the item. how exactly do i proceed to script that?
-
View User Profile
-
Send Message
Posted Aug 1, 2014what am i doing wrong? didnt change anything at the language.yml
http://pastebin.com/06d7x25J
tried to find a "?" in the file, didnt find it
-
View User Profile
-
Send Message
Posted Jul 27, 2014Can we do a once time command ?