Skip to content

Commit

Permalink
mention that this is legacy
Browse files Browse the repository at this point in the history
rename slug to legacy-commands-configuration
rename file to bukkit-commands-configuration.mdx
rename title to Bukkit Commands Configuration
  • Loading branch information
456dev committed Dec 12, 2023
1 parent 1607378 commit be35941
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/sidebar.paper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit be35941

Please sign in to comment.