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 Jun 30, 2014I was wondering if it is possible to have commands that are the same.
Example: World1: Type /spawn brings you to that World 1 spawn. World2: Type /spawn brings you to that World2 spawn. ~~~~~~~~~~~ My Layout in config: 'FactionSpawn': command: /spawn type: RUN_COMMAND runcmd: - /mv tp Factions allowed_worlds: - Factions - FactionWild - FactionWild2 - FactionWild3 - FactionWild4 permission-required: true ~~~~~~~~
'SurvivalSpawn': command: /spawn type: RUN_COMMAND runcmd: - /mv tp Survival allowed_worlds: - Survival - Wild1 - Wild2 - Wild3 - Nether permission required: true
Is it possible to make these commands the same but limit it to that one world. I tried allowed worlds but that didn't seem to do the trick. However if I am FactionWorld it works just fine, but if I am in the Survival world, it gives error: Ops, check your permissions. I think it's because FactionSpawn is number 3 and Survival Spawn is number 4 on the list of commands so the FactionSpawn comes first.
-
View User Profile
-
Send Message
Posted Jun 28, 2014@QIIxGriimZzQ
I'm the developer of CommandNPC, and my plugin does allow you to run these commands on left/right click upon a Citizen NPC. The only requirement from this plugin is that you have to register it. Register: true
-
View User Profile
-
Send Message
Posted Jun 27, 2014How can you make a command that can select a certain player? ex. ./explode [player] $player only selects the command user. but im looking to target a certain player, or all players
-
View User Profile
-
Send Message
Posted Jun 26, 2014if you have credits 100 .
/mycmd-playerdata remove ABC credits 1 , then will become 1
-
View User Profile
-
Send Message
Posted Jun 23, 2014@pepper82
u need to add this to every command:
registered: true
then your commands will work with CommandNPC
-
View User Profile
-
Send Message
Posted Jun 22, 2014@pepper82
i got the same problem it keeps saying unknown command ;/
And btw for the permissions give them the permissions » then a delay of 1 second or 5 ticks or something » execute command » remove permission
-
View User Profile
-
Send Message
Posted Jun 20, 2014can you tell me wheres going wrong?
'buyredstonepermission2': permission-required: false
command: /buyredstonepermission
type: RUN_COMMAND
runcmd:
- $Script$%if%$HasPermission=skyblock.redstone
- $text$alreadyhave.
- $Script$%else%
- $Script$ADDPERMISSION=skyblock.redstone
- $text$success.
-
View User Profile
-
Send Message
Posted Jun 16, 2014How do I execute console commands on the player events? I know I can make the player execute a command which executes another command from console, but I would prefer to execute a command from console right away. :P
-
View User Profile
-
Send Message
Posted Jun 12, 2014Someone know how make autotab complete on player name
with created command ?
LOL found it :
"registered: true"
just need to read the config explain... too lazy ! it's bad !
Mycommand working well on 1.7.9, i like this plugin :)
-
View User Profile
-
Send Message
Posted Jun 7, 2014How i can use command from MyCommands over a NPC? I tested much plugins, that allow npc commands, but commands are unknown.
-
View User Profile
-
Send Message
Posted Jun 6, 2014Please help me! I set up EVERYTHING to have this plug in working, but when a non operator isn't running it they can't use any of the commands I bound to the objects! Please help that would be so great! I even tried giving them the permissions to the entire plug in but it didn't work!
-
View User Profile
-
Send Message
Posted Jun 1, 2014can add feature to force if the player no data at playerdata . can we use the - $Script$%PlayerData%credits=1 , /tp 0 64 0 , else . do something ?? now. if there no data from the playerdata then won't execute the command /\
-
View User Profile
-
Send Message
Posted Jun 1, 2014Hi,
If I create a shortcut for a command and I enabled the permission feature for that shortcut, will this permission override the default plugin permission to run the command?
Thanks
-
View User Profile
-
Send Message
Posted Jun 1, 2014What happens if I remove the commands that I don't need that are already in the Commands.yml?
Thanks, BEASTWIENNERS
-
View User Profile
-
Send Message
Posted May 31, 2014@MisterGiant
look like boosCooldowns - Bukkit can do that save all cooldown and warmup in yml. But MyCommand unable to add this. If MyCommand can add i think that many people will use MyCommand instead of boosCooldowns
-
View User Profile
-
Send Message
Posted May 31, 2014Dear Ivan ,
Would you add function for playerdata? likes /mycmd-playerdata add PlayerName credits 50
THZ
-
View User Profile
-
Send Message
Posted May 30, 2014Hey there Ivanpro, great plug-in. I use it for like, everything. I would like to tell you, though, that your formating on the config page of this plug-in is incorrect. When I copy and pasted it from the page to my config, I had to add spaces to format it properly.
-
View User Profile
-
Send Message
Posted May 29, 2014@MisterGiant
If it doesn't work, use RUN_CONSOLE instead of RUN_COMMAND
-
View User Profile
-
Send Message
Posted May 27, 2014I made a command that users can get creative for a specified time:
'temp_gamemode': command: /tempgamemode type: RUN_COMMAND runcmd: - '/gm 1 $player' - '$delay$/gm 0 $player' cost: 500 delaytimer: 900 delay_format: SECONDS cooldown: 86400
-
View User Profile
-
Send Message
Posted May 23, 2014@Yokiza
I have edited it here: http://pastebin.com/1t522aV9
@GodsDead
I have edited it here: http://pastebin.com/FffRCbcs
If you need more help, contact me on skype "lokiy999" or on the forums,
Enjoy, lokiy999