-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This is a guide for getting started with Version 2.0 and above.
Download the plugin from Modrinth and put it into your /plugins/ folder.
Then, start your server.
Almost immediately when the server starts, a CustomCommand folder is created in /plugins/.
In CustomCommand, there is a commands folder.
In there, you can create YAML (.yml) files with custom commands.
You may structure the command files by putting them in sub-folders of the commands folder.
That just means that commands/economy-commands/vault.yml would be recognized as a command file.
When the commands folder is newly created, a command file called examples.yml is added.
This file contains some examples of commands you can create with the plugin.
You can look at them to find out some things about the commands quickly.
Create a command file for your custom commands and create your first command