Skip to content

Commit 47db4c1

Browse files
committed
Add butcher eternalcore documentation.
1 parent 8e700a2 commit 47db4c1

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

components/page/docs/sidebar-structure.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ export const docsStructure: DocItem[] = [
1414
title: "Installation and Upgrading",
1515
path: "/docs/eternalcore/installation",
1616
},
17+
{
18+
title: "Features",
19+
path: "/docs/eternalcore/features",
20+
children: [
21+
{ title: "Butcher Command", path: "/docs/eternalcore/features/butcher-command" },
22+
],
23+
},
1724
{ title: "FAQ", path: "/docs/eternalcore/faq" },
1825
{
1926
title: "Features, Commands and Permissions",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
![butcher.gif](/docs/eternalcore/butcher.gif)
514 KB
Loading

0 commit comments

Comments
 (0)