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[] = [
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" ,
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