File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
content/docs/eternalcore/features Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ export const docsStructure: DocItem[] = [
14
14
title : "Installation and Upgrading" ,
15
15
path : "/docs/eternalcore/installation" ,
16
16
} ,
17
+ {
18
+ title : "Features" ,
19
+ path : "/docs/eternalcore/features" ,
20
+ children : [
21
+ { title : "Butcher Command" , path : "/docs/eternalcore/features/butcher-command" } ,
22
+ ] ,
23
+ } ,
17
24
{ title : "FAQ" , path : "/docs/eternalcore/faq" } ,
18
25
{
19
26
title : "Features, Commands and Permissions" ,
Original file line number Diff line number Diff line change
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 )
You can’t perform that action at this time.
0 commit comments