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 Mar 1, 2013Hello, is there a way to assign a command to a sign but have the sign display custom text instead of showing the actual command?
Current sign is: 1st line: [AdminSign] (I changed the default name) 2nd line: /arena
I desire: 1st line: [AdminSign] 2nd line: Join Game
Is it possible to have the sign display text but still perform the command I created?
Thanks,
Boushwa
-
View User Profile
-
Send Message
Posted Feb 28, 2013Hello,
I would like to rename as I see fit the number in the config file. Let me explain: 1 is called the order must "1", 2 "2" etc ... Only some command like / bantotal is reserved for admins. I would like to fill orders players called "player1", "player2" and commands admins "admin1", "admin2" or something like that allows to separate the commands to avoid inadvertently give admin permission to the players. ex: I mycommand.cmd.38 instead of mycommand.cmd.39 it can be very dangerous.
I tried to put "1" jusuq'à "100" for the players, "100" to "200" for admins, but as I have not completed all the commands, the following commands not work.
Ailliez hoping you understood, despite my bad English.
-
View User Profile
-
Send Message
Posted Feb 28, 2013Well I no longer get the error, I believe the problem was either 1. I made the amount of commands more than I actually had in the list or 2. I set disabledebugmessage to true in the config, if you are getting the same error as I was check and see if you made any of the same mistakes that I did.
-
View User Profile
-
Send Message
Posted Feb 27, 2013@M1RC03
Also getting this error spamming my console.
-
View User Profile
-
Send Message
Posted Feb 26, 2013Getting random error messages from the plugin, somtimes random sometimes after using a command - Error Log
-
View User Profile
-
Send Message
Posted Feb 24, 2013Launch a command as operator don't work :(
I type /giveme without "op" and nothing happened, with "op" command is worked
-
View User Profile
-
Send Message
Posted Feb 23, 2013Once a user makes a Command, comes this error: http://pastebin.com/dgC24Heh
The config I have generated new
-
View User Profile
-
Send Message
Posted Feb 23, 2013@M1RC03
Regenerate your config.yml and try.Also post here your commands.yml.
@slimedog007 With the BukkitAPI it's not possible.
@Jaiph Use Variables.
-
View User Profile
-
Send Message
Posted Feb 22, 2013With the signs, is it possible to break a command over multiple lines? I can't seem to get it to work.
-
View User Profile
-
Send Message
Posted Feb 22, 2013Errors! http://pastebin.com/4nKNu1XR
-
View User Profile
-
Send Message
Posted Feb 21, 2013Its possible to make item permissions? Like: '1': itemid: 1 type: permission display: spout-notification text: - '&4Permission' - '&6You cant use it!!' - 322 Its possible?
Thanks!
-
View User Profile
-
Send Message
Posted Feb 20, 2013Hi Ivanpro,
I was wondering if it is possible to open the "Confirm Link" screen when a command is entered without using spout.
For example,
When someone enters /vote, instead of a link appearing in the chat box and clicking on it, it acts like it has been clicked on and opens up the link confirmation screen instead.
-
View User Profile
-
Send Message
Posted Feb 20, 2013Error: [SEVERE] Could not pass event PlayerCommandPreprocessEvent to MyCommand v3.8.1
-
View User Profile
-
Send Message
Posted Feb 20, 2013when somebody is using any command it's saying in the console: 16:42:23 [SEVERE] Could not pass event PlayerCommandPreprocessEvent to MyCommand v3.8.1 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav a:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j ava:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j ava:462) at net.minecraft.server.v1_4_R1.PlayerConnection.handleCommand(PlayerCon nection.java:972) at net.minecraft.server.v1_4_R1.PlayerConnection.chat(PlayerConnection.j ava:898) at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java :853) at net.minecraft.server.v1_4_R1.Packet3Chat.handle(Packet3Chat.java:44) at net.minecraft.server.v1_4_R1.NetworkManager.b(NetworkManager.java:290 ) at net.minecraft.server.v1_4_R1.PlayerConnection.d(PlayerConnection.java :113) at net.minecraft.server.v1_4_R1.ServerConnection.b(SourceFile:39) at net.minecraft.server.v1_4_R1.DedicatedServerConnection.b(SourceFile:3 0) at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:5 98) at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:2 24) at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:4 94) at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java :427) at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:8 49) Caused by: java.lang.NullPointerException at it.mri.mycommand.mycommandPlayerListener.onPlayerCommandPreprocess(my commandPlayerListener.java:109) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:425) ... 16 more
-
View User Profile
-
Send Message
Posted Feb 19, 2013New version : http://dev.bukkit.org/server-mods/mycommand/files/43-mycommand-v3-8-1/ @Clamibot
If you have any error in the config file,fix it with this utility http://yaml-online-parser.appspot.com/ .
@Brocodo Eh,it's useful make periodically a backup of your file.In any case,use the latest build (3.8.1),now the plugin doesn't overwriting the file if have an error.
-
View User Profile
-
Send Message
Posted Feb 18, 2013This plugin keeps erasing the commands I make and replaces them with the commands it comes with.
Any way to fix this? The mod didn't do this before today.
-
View User Profile
-
Send Message
Posted Feb 18, 2013Hey guess what!
All my commands are gone after i updated, thanks man.
That were over 60 custom commands. That took me over 2 weeks to
make. Really thank you man, thanks for the great plugin update.
-
View User Profile
-
Send Message
Posted Feb 17, 201317.02 23:41:06 [Server] INFO Caused by: java.lang.NullPointerException
17.02 23:41:06 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:849)
17.02 23:41:06 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:416)
17.02 23:41:06 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:481)
17.02 23:41:06 [Server] INFO at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:225)
17.02 23:41:06 [Server] INFO at net.minecraft.server.DedicatedServer.al(DedicatedServer.java:256)
17.02 23:41:06 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464)
17.02 23:41:06 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479)
17.02 23:41:06 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
17.02 23:41:06 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:342)
17.02 23:41:06 [Server] INFO org.bukkit.event.EventException
17.02 23:41:06 [Server] SEVERE Could not pass event ServerCommandEvent to MyCommand v3.8.0
NEW COMMANDS.YLM Sorry dude, but i got more than 50 custom commands, its a whole system. I cant just change it, can u make a converter or something? Or just fix it please? This plugin is great and my server depends on it.
-
View User Profile
-
Send Message
Posted Feb 13, 2013When I enter / homereg he gives me No Args Please use:/homereg $arg2 -> Output Commands: blablalba
And I need to write it like that. /homereg <amount> <name>
If I do so that does not work, you would just text, /homereg $agr1 $agr2 not work, write only text...
-
View User Profile
-
Send Message
Posted Feb 10, 2013I'm getting this Error when Restarting/Reloading the Server :
What's that plugin.yml and where is it?