We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e700a2 commit 47db4c1Copy full SHA for 47db4c1
3 files changed
components/page/docs/sidebar-structure.ts
@@ -14,6 +14,13 @@ export const docsStructure: DocItem[] = [
14
title: "Installation and Upgrading",
15
path: "/docs/eternalcore/installation",
16
},
17
+ {
18
+ title: "Features",
19
+ path: "/docs/eternalcore/features",
20
+ children: [
21
+ { title: "Butcher Command", path: "/docs/eternalcore/features/butcher-command" },
22
+ ],
23
+ },
24
{ title: "FAQ", path: "/docs/eternalcore/faq" },
25
{
26
title: "Features, Commands and Permissions",
content/docs/eternalcore/features/butcher-command.md
@@ -0,0 +1,8 @@
1
+---
2
+title: Butcher command
3
+description: Let's clean your world!
4
5
+
6
+The `/butcher` command quickly removes all nearby mobs from your world, helping keep it clean and optimized.
7
8
+
public/docs/eternalcore/butcher.gif
514 KB
0 commit comments