From be359411621a6e1641888864d3480be86698f7a4 Mon Sep 17 00:00:00 2001 From: Isaac - The456 Date: Tue, 12 Dec 2023 18:23:11 +0000 Subject: [PATCH] mention that this is legacy rename slug to legacy-commands-configuration rename file to bukkit-commands-configuration.mdx rename title to Bukkit Commands Configuration --- config/sidebar.paper.ts | 2 +- ...-configuration.mdx => bukkit-commands-configuration.mdx} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename docs/paper/admin/reference/configuration/{commands-configuration.mdx => bukkit-commands-configuration.mdx} (90%) diff --git a/config/sidebar.paper.ts b/config/sidebar.paper.ts index 8c3508a8..888a851b 100644 --- a/config/sidebar.paper.ts +++ b/config/sidebar.paper.ts @@ -60,7 +60,7 @@ const paper: SidebarsConfig = { "admin/reference/configuration/server-properties", "admin/reference/configuration/spigot-configuration", "admin/reference/configuration/bukkit-configuration", - "admin/reference/configuration/commands-configuration", + "admin/reference/configuration/bukkit-commands-configuration", ], }, "admin/reference/system-properties", diff --git a/docs/paper/admin/reference/configuration/commands-configuration.mdx b/docs/paper/admin/reference/configuration/bukkit-commands-configuration.mdx similarity index 90% rename from docs/paper/admin/reference/configuration/commands-configuration.mdx rename to docs/paper/admin/reference/configuration/bukkit-commands-configuration.mdx index 5bbb2b47..9a44e57c 100644 --- a/docs/paper/admin/reference/configuration/commands-configuration.mdx +++ b/docs/paper/admin/reference/configuration/bukkit-commands-configuration.mdx @@ -1,15 +1,15 @@ --- -slug: /reference/commands-file-configuration +slug: /reference/legacy-commands-configuration --- -# Commands Configuration +# Bukkit Commands Configuration import React from 'react'; import Config from '@site/src/components/Config'; :::info -The below YAML shows you the structure and default values for `commands.yml`. +The below YAML shows you the structure and default values for the legacy `commands.yml`. Click on a leaf node to view the description for that setting.