Skip to content

Commit 502a946

Browse files
committed
Add AdminChat docs. (for example docs.)
1 parent b5dbef8 commit 502a946

File tree

7 files changed

+30
-23
lines changed

7 files changed

+30
-23
lines changed

components/docs/sidebar/sidebar-structure.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ export const docsStructure: DocItem[] = [
1414
title: "Features",
1515
path: "/docs/eternalcore/features",
1616
children: [
17+
{ title: "Commands and Permissions", path: "/docs/eternalcore/features/permissions" },
1718
{ title: "Butcher Command", path: "/docs/eternalcore/features/butcher-command" },
19+
{ title: "AdminChat Command", path: "/docs/eternalcore/features/adminchat" },
1820
],
1921
},
2022
{ title: "FAQ", path: "/docs/eternalcore/faq" },

components/mdx/mdx-components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const components: MDXComponents = {
2222
h2: (props: HeadingProps) => (
2323
<Heading
2424
tag="h2"
25-
className="text-3xl font-semibold tracking-tight mt-10 mb-4 border-b border-neutral-200 pb-2 dark:border-neutral-700"
25+
className="text-3xl font-semibold tracking-tight mt-10 mb-4"
2626
{...props}
2727
/>
2828
),

content/docs/eternalcore/features.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Admin Chat Command
3+
description: Send private messages to staff members with the /adminchat command — perfect for internal server communication.
4+
---
5+
6+
## Private Staff Communication with adminchat command
7+
8+
The `/adminchat` command allows server staff to communicate privately, keeping sensitive discussions out of the public chat.
9+
It's ideal for coordination, moderation, and behind-the-scenes conversations between admins and moderators.
10+
11+
![adminchat.gif](/docs/eternalcore/adminchat.gif)
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
title: Butcher command
3-
description: Let's clean your world!
2+
title: Butcher Command
3+
description: Instantly remove mobs from your world to reduce lag and keep it clean with the /butcher command.
44
---
55

6-
The `/butcher` command quickly removes all nearby mobs from your world, helping keep it clean and optimized.
6+
## Remove Mobs Instantly with butcher command
7+
8+
The `/butcher` command removes all nearby mobs in a given radius, helping you keep your world clean, reduce lag, and maintain optimal server performance.
79

810
![butcher.gif](/docs/eternalcore/butcher.gif)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Commands and Permissions
3+
description: Full list of EternalCore plugin features, commands, and required permissions to help you configure your server with ease.
4+
---
5+
6+
## All EternalCore Commands (with Permissions)
7+
8+
EternalCore is a powerful and modular Minecraft server plugin designed to enhance and streamline your server experience.
9+
Below is a complete overview of available commands along with the permissions required to use them.
10+
11+
<DynamicCommandsTable />
941 KB
Loading

0 commit comments

Comments
 (0)