Skip to content

commands.yml Generator

Use this tool to quickly generate a command entry for your commands.yml file.

Command Info

Live Preview

commands.yml
Please fill required fields to copy
cmd_name:
  executor: "com.example.plugin.MyExecutor"

How to use the generated config?

  1. In your plugin project, create or open commands.yml in the src/main/resources/ directory.
  2. Click the "Copy Config" button above.
  3. Paste the content into commands.yml and save it.
  4. Note that if you have multiple commands, you can append them sequentially.

Released under the GPL-3.0 License.