Skip to content

plugin.yml Generator

Use this tool to quickly generate your plugin.yml descriptor file.

Basic Info

Advanced Options

Live Preview

plugin.yml
Please fill required fields to copy
name: MyPlugin
main: com.example.plugin.MyPlugin
version: 1.0.0

How to use the generated config?

  1. In your plugin project, create a text file named plugin.yml in the src/main/resources/ directory.
  2. Click the "Copy Config" button above.
  3. Paste the content into plugin.yml and save it.

Released under the GPL-3.0 License.