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
Hey
I am trying to shorten my bungeecord command but I only get "unknown command". I am using this code:
If I type it manually in chat, it works properly.
RUN_CONSOLE doesn't work.
Is there a possibility to get a list to show with $multiargs?
Like when using a home plugin it automatically shows a list of all saved homes, but wont if I run it via mycommand
Please, update to 1.19.3 ...
Hi I am having an issue with the arguments when passed into a command the character 0 is being replaced with the character 1
This is a big problem for us since the argument we are using is the players nickname which can contain 0's. Please help!
Hi, how can you set the item to be deleted after running with right click?
Hello Ivan, sorry for my English.
I have a problem with use "RUN_COMMAND".
Version 1.19.3
When using a custom command, and kick by reason: Illegal characters in chat
hii, i need some help
idk how can i change one item with command for another in the same space, for example
redstone "whitelist off" for glowstone "whitelist on" commands
the best plugin for custom commands!
Hey, i made a Command which automatically adds a specific flag to a worldguard region, the problem is, for some flags is more the than just true or false needed, i know i could just add the an arg, but the problem with that is, i want to add those commands to a commanditem to which i cant add any. My thought now is to ask the player after he used the item to write the desired state in the chat which that command uses as the arg.
I'm not sure if it the right word but a "chat query"
Is there a way to display one PLAYER_HEAD in an iconmenu which has the same texture as the
player who opens the iconmenu?
Found this in the internet but it's not working:
Hi? Player Events by void damage?
I know there are plugins that do that, but I like to do everything with mycmd, it's great and the plugin is very complete :D by the way, I'm on 1.8.9
I would like if you update it and put new type for daily reward, and this also hage fully example if player 1 with rank 1 has perms to daily 1 and player 2 with rank 2 with daily 2 the message and reward will be different because it's different perms
Hi, sorry for my English. I have some problem with use "RUN_COMMAND". (Version 1.19.2)
For example:
testcmd:
command: /testcmd
type: RUN_COMMAND
runcmd:
- '/clan $multiargs'
register: true
registered: true
Use: /testcmd &a
And i has been kicked by reason: Illegal characters in chat
I think this is due to the spoofing & on § when resembling color codes. Could you help solve this problem? Ty for help! ^-^
In reply to vladrant:
The problem is that until this point, to make unregistered commands work, MyCommand used to run commands like chat messages. I can add something to choose how send a command, in few words, perform a command, instead of chatting. I will see what's the best i can do. I think there aren't too much alternatives.
Anyway, if aren't needed you can choose to not use colorcodes on that command placeholders_replace_mode : NO_COLORCODE
In reply to ivanfromitaly:
OK, thanks for answer ^-^.
Could you add the ability to insert custom placeholders with output like "name1,name2,name3" in tab_completer in the next update? It would be very cool!
And add in tab_completer placeholder "$BCPlayerList%servername%"
I made vip chat with broadcast_message_permission_node, and if I mute player, they can still write in this chat. I use essentialsX, and I add my command to "muted commands", but it didn't work. How can I fix it?
how to make alias for different answers such like
shortcut:
command: /섬 생성 <name>
type: RUN_COMMAND
runcmd:
- /island create <name>
what should I add on for <name> part
In reply to rlaxodn6123:
lol figured it out
/island create $multiargs
Are there any playerevents that can track a player right clicking on a sheep? I tried the PlayerInteractEvent but it doesn't seem to work with entities, unless I'm doing something wrong.
Also, would it be possible to add in PlayerClickEvent to the events? Or is that not possible
Can someone tell me where I am going wrong?
top_mobs:
command: /topmobs
type:
- TEXT
- LEADERBOARD
text:
- "&6Mob Kills Leaderboard :"
playerdata_value: mobkills
leaderboard_size: 10
leaderboard_text: "&f$index: &e$username &a- &b$points"
permission-required: false
register: true
When the leaderboard displays, it has:
Mob Kills Leaderboard :
1. (Player Name) - 9.0
2. (Player Name) - 8.0
3. (Player Name) - 52.0
4. (Player Name) - 1.0
Why isn't it sorting the value highest to lowest?