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 Feb 10, 2013@rautamiekka
Try with a new commands.yml file and see if you get the error.
-
View User Profile
-
Send Message
Posted Feb 9, 2013I get this error:
[Server] INFO Makan747 issued mycmd command : /makan
-
View User Profile
-
Send Message
Posted Feb 9, 2013I get this same complaint in like 5-10 seconds interval:
-
View User Profile
-
Send Message
Posted Feb 6, 2013Hello, its possible to do commands with LEFT CLICK? Like: Left click = /left Right click = /right
:)
-
View User Profile
-
Send Message
Posted Feb 6, 2013@Edge209
My plugin use the PreProcessCommand event,in this way it's impossible register a real command,so you can't dispatch this as a real command.
@Brocodo
Use the latest build :D
-
View User Profile
-
Send Message
Posted Feb 5, 2013@atomfitz
Hi, I'm the plugin author that was helping atomfitz. With my plugin you can create a command string that gets executed using the following bukkit call, after a configurable amount of time that a player has played on a server. Atomfitz is telling me that he gets an "unknown command" error from the console.
Here is my bukkit call:
_plugin.getServer().dispatchCommand(_plugin.getServer().getConsoleSender(), sb.toString())
Where "sb" is of type StringBuilder, and is a construction based upon any sequence of words a server owner defines.
Do you think that this should work with your plugin and how it constructs commands?
-
View User Profile
-
Send Message
Posted Feb 3, 2013Also, none of this plugin's commands function with ontime (another plugin) I'm trying to create custom commands as a reward for playtime, however neither the custom commands, or mycmd's built in commands work. The ontime dev seems to think that "There must be some way then that mycommand interfaces with the server that adds a layer of abstraction, so those commands are not recognized by the internal bukkit command execution function."
Anything to be done about this?
-
View User Profile
-
Send Message
Posted Feb 3, 2013@Ivanpro
Can you please make a cooldown option for buttons and such.
Player can crash the server now by clicking many times one the buttons..
-
View User Profile
-
Send Message
Posted Feb 2, 2013@miningcraftlt
Yes, also the config is resetted ver often, same error.
-
View User Profile
-
Send Message
Posted Jan 29, 2013Is there any way to make a command's cost determined by a variable within the command?
-
View User Profile
-
Send Message
Posted Jan 26, 2013as I put a cooldown in a command?
-
View User Profile
-
Send Message
Posted Jan 20, 2013Little Bug by "runasoperator":
Only letters work with arguments. Any number will be cutted.
-
View User Profile
-
Send Message
Posted Jan 20, 2013Hello, look at this: http://pastebin.com/p6fM2ZZS whenever a command is executed, an error is thrown. Please fix this, it spaaams my server.log a lot :)
-
View User Profile
-
Send Message
Posted Jan 19, 2013@Brocodo
Try it, it don't work somewhy, i bet they don't have permissions, or something like this.
-
View User Profile
-
Send Message
Posted Jan 17, 2013Could you use color codes with this plugin?
-
View User Profile
-
Send Message
Posted Jan 17, 2013Could you make it so that if you would want to change just what the command says after you do the command so for example if you do /spawn and the original message says "you'r being teleported to spawn" you could just change the message to what ever you want like "welcome to spawn!" ect. also if you do add it can you add color codes too for this feature please and all features for this plugin please?
-
View User Profile
-
Send Message
Posted Jan 17, 2013@Dether001
Ofcource there is, just make it like this:
'1':
command: /loggon
type: runcommand
runcmd:
- /login $arg1
-
View User Profile
-
Send Message
Posted Jan 17, 2013Could you add a: Cooldown option
Like the delay option is for each command, a cooldown. So they cant spam buttons, and delayed command go through eachother.
Very cool plugin btw, i use it for my whole server.
-
View User Profile
-
Send Message
Posted Jan 16, 2013There's any way to use with AuthMe ?
For example, change the /login anything
To /loggon anything
-
View User Profile
-
Send Message
Posted Jan 15, 2013Hello Ivanpro, do you have any plans to add MySQL support? For variables for Example, this would be verny nice.