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 13, 2014How to configure the setCompassTarget feature in a command?
-
View User Profile
-
Send Message
Posted Apr 13, 2014How can I give a permission to members ?
-
View User Profile
-
Send Message
Posted Apr 13, 2014Thanks! That works! It's a great plugin! :D
-
View User Profile
-
Send Message
Posted Apr 13, 2014@ARCHITECTE90
Don't put the errors in this way,use an external site. For example use this http://pastie.org/ .
1: Restart your server,when you change any files of any plugin.
2: Read all the changes i have maded here : http://dev.bukkit.org/bukkit-plugins/mycommand/files/54-mycommand-v5-1-0/ (Basically remove your old config.yml ,and delete options in commands.yml)
-
View User Profile
-
Send Message
Posted Apr 13, 2014After installation of MyCommand v5.1.0 (the latest version), I went on the console to see if there was a message and there was one:
[11:54:03 INFO]: ARCHITECTE_9_0 issued server command: /mycmd-reload [11:54:03 ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'mycmd-reload' in plugin MyCommand v4.1.0 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) [spigot.jar:git-Spigot-1364] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) [spigot.jar:git-Spigot-1364] at org.bukkit.craftbukkit.v1_7_R2.CraftServer.dispatchCommand(CraftServer.java:719) [spigot.jar:git-Spigot-1364] at net.minecraft.server.v1_7_R2.PlayerConnection.handleCommand(PlayerConnection.java:984) [spigot.jar:git-Spigot-1364] at net.minecraft.server.v1_7_R2.PlayerConnection.a(PlayerConnection.java:829) [spigot.jar:git-Spigot-1364] at net.minecraft.server.v1_7_R2.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot.jar:git-Spigot-1364] at net.minecraft.server.v1_7_R2.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot.jar:git-Spigot-1364] at net.minecraft.server.v1_7_R2.NetworkManager.a(NetworkManager.java:148) [spigot.jar:git-Spigot-1364] at net.minecraft.server.v1_7_R2.ServerConnection.c(ServerConnection.java:77) [spigot.jar:git-Spigot-1364] at net.minecraft.server.v1_7_R2.MinecraftServer.v(MinecraftServer.java:703) [spigot.jar:git-Spigot-1364] at net.minecraft.server.v1_7_R2.DedicatedServer.v(DedicatedServer.java:273) [spigot.jar:git-Spigot-1364] at net.minecraft.server.v1_7_R2.MinecraftServer.u(MinecraftServer.java:566) [spigot.jar:git-Spigot-1364] at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:472) [spigot.jar:git-Spigot-1364] at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [spigot.jar:git-Spigot-1364] Caused by: java.lang.NoClassDefFoundError: it/mri/mycommand/utilities/TypeAddTimer at it.mri.mycommand.Main.ReloadConfigFile(Main.java:384) [?:?] at it.mri.mycommand.commands.cmdreload.onCommand(cmdreload.java:53) [?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot.jar:git-Spigot-1364] ... 13 more Caused by: java.lang.ClassNotFoundException: it.mri.mycommand.utilities.TypeAddTimer at java.net.URLClassLoader$1.run(URLClassLoader.java:366) [?:1.7.0_03] at java.net.URLClassLoader$1.run(URLClassLoader.java:355) [?:1.7.0_03] at java.security.AccessController.doPrivileged(Native Method) [?:1.7.0_03] at java.net.URLClassLoader.findClass(URLClassLoader.java:354) [?:1.7.0_03] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) [spigot.jar:git-Spigot-1364] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) [spigot.jar:git-Spigot-1364] at java.lang.ClassLoader.loadClass(ClassLoader.java:423) [?:1.7.0_03] at java.lang.ClassLoader.loadClass(ClassLoader.java:356) [?:1.7.0_03] at it.mri.mycommand.Main.ReloadConfigFile(Main.java:384) [?:?] at it.mri.mycommand.commands.cmdreload.onCommand(cmdreload.java:53) [?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot.jar:git-Spigot-1364] ... 13 more
I tried to understand but without result, can you help me please? The version of the server is the same. If you have a solution to resolve this problem problem, I would be very satisfied.
-
View User Profile
-
Send Message
Posted Apr 13, 2014@ARCHITECTE90
You can use this feature with the latest plugin version.Read the latest changelog and update the plugin. (Or read the server console for the error message)
-
View User Profile
-
Send Message
Posted Apr 12, 2014Can you explain the %PlayerOptions% feature because, when I put it in a command as this one:
'5': command: /freebuild type: runcommand runcmd:<br /> - '%PlayerOptions%teleport: world:-544:67:1442' - '$text$&cBienvenue sur la carte Freebuild, $player !' - '$text$&7Construisez librement comme bon vous semble, tout en respectant le réglement.' permission-node: mycommand.teleport permission-error: '§cCommande temporairement indisponible.'
That does not work! And, when I type /freebuild in game, there is that in the chat: [Admin]ARCHITECTE_9_0 > %PlayerOptions%teleport: world:-544:67:1442 Bienvenue sur la carte Freebuild, ARCHITECTE_9_0 ! Construisez librement comme bon vous semble, tout en respectant le réglement.
MyCommand version on my server: 4.1.0 Server version: 1.7.5-R0.1-SNAPSHOT
PS: When I try to install the last version of the plugin, the plugin stops to work, the commands do not work any more! Help please! And I'm verry sorry for the bad space!
Yes I'm french!
-
View User Profile
-
Send Message
Posted Apr 11, 2014@Ivanpro
What is the new features in the dev version?
-
View User Profile
-
Send Message
Posted Apr 11, 2014@WsupPanda
Are you using the latest plugin version? Use the 5.1.0 or the dev5.1.1
-
View User Profile
-
Send Message
Posted Apr 10, 2014@Ivanpro
@ivanpro I tried it again, doing as you told me, and in game it still says "Unknown command." When I remove registered: true, I can use the command again. And instead of putting registered: true, I tried register: true too. When I do register: true I can use the command in game but not on other plugins. I don't think the registered function works. :(
http://pastie.org/9070994
-
View User Profile
-
Send Message
Posted Apr 10, 2014No matter what I do I can't get the blocks to work unless I'm opped. I've given myself the permission - mycommand.block.all.use and - mycommand.block.STONE_BUTTON.use in multiple different ways, all of which should work fine and still the commands only get executed from the stone button when opped. Same goes for a wood button.
-
View User Profile
-
Send Message
Posted Apr 9, 2014@WsupPanda
You can't register real command with multi arguments.So change "command: /addp repair" in "command: /addprepair" or what you want, and remove the tab_completer, the players returns by default.
-
View User Profile
-
Send Message
Posted Apr 8, 2014@Ivanpro
@Ivanpro When I put the registered: true line in the command, it says that its an unknown command BOTH in game and in console. Without registed: true, the command works in game but not in console. With it, it doesn't work at all.
Heres my config of the command: http://pastie.org/9006261
-
View User Profile
-
Send Message
Posted Apr 8, 2014@WsupPanda
See here : http://dev.bukkit.org/bukkit-plugins/mycommand/pages/configuration-and-example/#w-register-real-commands-and-the-tab-completer
-
View User Profile
-
Send Message
Posted Apr 7, 2014can you run custom commands through other plugins? I can run the command i made just fine when i type it directly, but when I run it in tokenshop it says unknown command in the console.
Edit: I did some testing, and none of the custom commands from mycommand work when trying to run it through another plugin (TokenShop). I tried using the example custom commands provided in the config, too. I got the same results, it says "Unknown command. Type "/help" for help" in the console. Is there anyway where you can make the commands work anywhere? It seems as though they aren't actually considered 'real' commands to the server.
-
View User Profile
-
Send Message
Posted Apr 6, 2014@Bumbleboy92
Check Section: Configuration and example ( http://dev.bukkit.org/server-mods/mycommand/pages/configuration-and-example/ )
-
View User Profile
-
Send Message
Posted Apr 6, 2014in examples i searched bungee:
bungeecord_example: command: /tpmetohub type: BUNGEE_TP server_name: hub
even though I dont know what it does ... maybe server ports ? i mean from one to another ?
-
View User Profile
-
Send Message
Posted Apr 5, 2014I was wondering if anyone knows how to make a Bungee Teleport (BUNGEE_TP) command?
-
View User Profile
-
Send Message
Posted Apr 3, 2014@MachoMancha
I think all you need to know is in the pages - configuration and example category also I think the plugin takes no weight at all if you don't use any commands. It's possibly the most light-weight plugin you can possibly get since you get to choose EXACTLY what you need.
-
View User Profile
-
Send Message
Posted Apr 3, 2014U R A GENIUS! This plugin I think is literally a plugin that makes plugins for your server. Thank you so much