From 0b2a4468a5cb0a35fc6333f87a54044e0fa60112 Mon Sep 17 00:00:00 2001 From: Janet Blackquill Date: Sun, 21 Apr 2024 01:51:09 -0400 Subject: [PATCH] Retitle plugin YML page to specifically mention Bukkit Considering that Paper plugins are the new hotness, we should probably distinguish the old Bukkit plugin YMLs from the new paper-plugin.yml, especially considering that a plain 'Plugin YML' page on the 'Paper' site lends itself to assuming 'Paper Plugin YML' is what the page describes, despite that being not the case. --- docs/paper/dev/getting-started/plugin-yml.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.