CustomCommands
A velocity plugin to create custom commands
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
CustomCommands
# CustomCommands for Velocity
This is a Velocity plugin that allows you to create custom commands.
It offers you a simple way to create commands that can be executed by players.
These commands can be customized to your liking.
## Installation
1. Download the latest release from [modrinth](https://modrinth.com/plugin/customcommandsvelocity/versions).
2. Put the jar file in `plugins/`.
3. Restart your server.
## Usage
| Command | Description | Permission |
|---------------------------|-----------------------------------------------------------|--------------------------|
| `/customcommands reload` | Reload the configuration file and all the custom commands | `customcommands.reload` |
| `/customcommands list` | List all custom commands | `customcommands.list` |
| `/customcommands help` | Show the help page | `customcommands.help` |
| `/customcommands version` | Show the plugin's version | `customcommands.version` |
| `/customcommands` | Show the help page | `customcommands.help` |
All these commands require their respective permissions or the `customcommands.admin` permission.
They can also be executed via `/cc`.
### `/customcommands list`
This command displays a list of all custom commands, which looks like this:

### Custom Commands
Create your custom commands in `plugins/customcommands/Commands/`.
Each command is saved in a separate toml file.
## Placeholders
* `%player%` - The player who executed the command

- The ✔/❌ indicates whether the command is enabled or disabled.
- The yellow string is the command name. Click to suggest the command in the chat input.
- Hover A to see an array of all the aliases.
- Hover D to see the description.
- Hover P to see the permission.
- Hover P? to see whether the prefix should be added to the response message.