Skip to content
Ontey6 edited this page Aug 21, 2026 · 10 revisions

Getting Started

This is a guide for getting started with Version 2.0 and above.

Download plugin

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/.

Command Files

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.

Looking at the examples

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.

Creating your own commands

Create a command file for your custom commands and create your first command

Clone this wiki locally