diff --git a/docs/paper/dev/getting-started/plugin-yml.mdx b/docs/paper/dev/getting-started/plugin-yml.mdx index 14dada687..f28ba445b 100644 --- a/docs/paper/dev/getting-started/plugin-yml.mdx +++ b/docs/paper/dev/getting-started/plugin-yml.mdx @@ -3,7 +3,7 @@ slug: /dev/plugin-yml description: A guide to Bukkit's plugin.yml file. --- -# Plugin YML +# Bukkit Plugin YML The `plugin.yml` file is the main configuration file for your plugin. It contains information about your plugin, such as its name, version, and description.