Go to website
Back
Articles on:
Custom Commands Plugin
Learn how to add and advance custom commands in your server
Custom Commands Variables
Custom commands allow you to use arguments and defined variables. Here is a list of variables you can use. An example of a custom command using both variables and arguments The {user} variables user variables refer to the user who typed the command {user} {user.mention} : user mention | Example: @MEE6 {user.id} : user id | Example: 159985870458322944 {user.name} : use
Very popular
Custom Command Arguments
Arguments in Custom Commands allow MEE6 to copy text you send while using the command. What is exactly an argument? Arguments of a command are pieces of text that are placed just after the command. They are separated by one or multiple spaces. For example if you type !my-command @Mario#0001 sun moon: The command would be my-command 1st argument would be @Mario#0001 2nd argument would be sun 3rd argument would be moon. How it works In the custom command response
Few readers