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?
- In your plugin project, create or open
commands.ymlin thesrc/main/resources/directory. - Click the "Copy Config" button above.
- Paste the content into
commands.ymland save it. - Note that if you have multiple commands, you can append them sequentially.
