Skip to content

Commit

Permalink
Command pages +updated home page
Browse files Browse the repository at this point in the history
  • Loading branch information
devvyyxyz committed Nov 28, 2024
1 parent 43affca commit 2021a9d
Show file tree
Hide file tree
Showing 29 changed files with 289 additions and 74 deletions.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
# DEV0
![Dev0](assets/WordmarkBackground.png)

![Dev0](assets/WordmarkBackground.png)

## Navigation

Explore the wealth of information we have on Dev0—from its various systems to its extensive settings—all neatly organized into easy-to-navigate categories.

- **Introduction:** Learn about Dev0’s purpose and features, including a detailed explanation of its powerful security functionalities.
- ~~**Setup:** Follow step-by-step instructions on how the team recommends setting up Dev0 for optimal performance in your specific use case.~~
- **Commands:** Dive deep into all the commands Dev0 offers, complete with usage examples and explanations.
- **FAQ:** Get answers to the most frequently asked questions about Dev0 and its capabilities.
- ~~**Troubleshooting:** Resolve common issues with guides and tips provided by the team.~~
- **Changelog:** Stay updated with the latest features, improvements, and fixes introduced to Dev0.

## Info

!!!info Useful Links you might need
- [Website](https://dev0.devvyy.xyz)
- [Dashboard](https://dev0.devvyy.xyz/dashboard)
- [Discord Server](https://dev0.devvyy.xyz/discord)
- [Premium](https://dev0.devvyy.xyz/premium)
!!!

!!!success Completely new to Dev0?
If you are new to Dev0, start with the Introduction category to understand what Dev0 is and how it can benefit you.
!!!

!!! Looking for specific guidance?
Check out the Commands or Setup categories for practical help tailored to your needs.
!!!
12 changes: 12 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<style>
.red {
color: #ff0000;
inline-size: auto;
}
.green {
color: #00ff00;
}
.blue {
color: #0000ff;
}
</style>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 24 additions & 0 deletions commands/bot/Index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
author:
name:
avatar:
email:
category: [main, general]
tags: [commands, docs, basic]

icon: dependabot
label: Bot

title:
description:
image: assets/WordmarkBackground.png

meta:
title:

expanded: false
templating: false
layout: defualt
visibility: public
order:
redirect:
route:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 24 additions & 0 deletions commands/economy/Index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
author:
name:
avatar:
email:
category: [main, general]
tags: [commands, docs, basic]

icon: fiscal-host
label: Economy

title:
description:
image: assets/WordmarkBackground.png

meta:
title:

expanded: false
templating: false
layout: defualt
visibility: public
order:
redirect:
route:
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 24 additions & 0 deletions commands/fun/Index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
author:
name:
avatar:
email:
category: [main, general]
tags: [commands, docs, basic]

icon: flame
label: Fun

title:
description:
image: assets/WordmarkBackground.png

meta:
title:

expanded: false
templating: false
layout: defualt
visibility: public
order:
redirect:
route:
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 24 additions & 0 deletions commands/infomation/Index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
author:
name:
avatar:
email:
category: [main, general]
tags: [commands, docs, basic]

icon: info
label: Information

title:
description:
image: assets/WordmarkBackground.png

meta:
title:

expanded: false
templating: false
layout: defualt
visibility: public
order:
redirect:
route:
File renamed without changes.
File renamed without changes.
24 changes: 24 additions & 0 deletions commands/management/Index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
author:
name:
avatar:
email:
category: [main, general]
tags: [commands, docs, basic]

icon: organization
label: Management

title:
description:
image: assets/WordmarkBackground.png

meta:
title:

expanded: false
templating: false
layout: defualt
visibility: public
order:
redirect:
route:
150 changes: 78 additions & 72 deletions commands/moderation/ban.md → commands/moderation/Ban.md
Original file line number Diff line number Diff line change
@@ -1,72 +1,78 @@
# Ban

---

## **Description**
The `/ban` commandallows server admins to permanently remove a member from the server, blocking them from rejoining until unbanned.

---

## Syntax
!!! Text command syntax
**\ban** **MEMBER(S)** **PARAMETER(S)**
!!!

!!! Slash command syntax
**/Ban**`!user:` `?limit:` `?reason:` `?--silent:`

Note: Any parameter prefixed with ! is **required**, and ones with ? Are optional
!!!


## **Aliases**
[!badge \ban] | [!badge \b]
--- | ---

---

## **Usage**
The `/ban` command helps enforce server rules by banning disruptive users. This ensures a safe and friendly community.

###**Example**:
```
/ban @User123 Spamming inappropriate messages
```
This command will ban the user "@User123" with the reason: "Spamming inappropriate messages."

---

## **Parameters**
Paramater | Info
-- | --
[!badge variant="success" text="!user"] | Specifies the user to ban.
[!badge variant="success" text="?limit"] | A
[!badge variant="success" text="?reason"] | Explains why the user is being banned. This reason is logged and optionally shown to the banned user.
[!badge variant="success" text="?--silent"] | A

---

## **Permissions**
- **You need**: `BAN_MEMBERS`
- **Bot needs**: `BAN_MEMBERS`

Make sure both you and the bot have the correct permissions to execute the command.

---

## **Possible Errors**

### **Missing Permissions**
- **Error Message**: "You do not have the required permissions to use this command."
- **Fix**: Ensure you have the `BAN_MEMBERS` permission.

### **Missing Parameters**
- **Error Message**: "Please specify a user to ban."
- **Fix**: Provide a valid user mention or ID.

### **Invalid User**
- **Error Message**: "The specified user cannot be banned."
- **Fix**: Check if the bot’s role hierarchy is above the user’s role.

---

# Ban

---

## **Description**

<p>The `/ban`</p> command allows server admins to permanently remove a member from the server, blocking them from rejoining until unbanned.

---

## Syntax
!!! Text command syntax
**\ban** **MEMBER(S)** **PARAMETER(S)**
!!!

!!! Slash command syntax
**/Ban**`!user:` `?limit:` `?reason:` `?--silent:`

Note: Any parameter prefixed with ! is **required**, and ones with ? Are optional
!!!

## **Aliases**

[!badge \ban] | [!badge \b]
--- | ---

---

## Usage

The `/ban` command helps enforce server rules by banning disruptive users. This ensures a safe and friendly community.

### Example

```
/ban @User123 Spamming inappropriate messages
```

This command will ban the user "@User123" with the reason: "Spamming inappropriate messages."

---

## Parameters

Paramater | Info
-- | --
[!badge variant="success" text="!user"] | Specifies the user to ban.
[!badge variant="success" text="?limit"] | A
[!badge variant="success" text="?reason"] | Explains why the user is being banned. This reason is logged and optionally shown to the banned user.
[!badge variant="success" text="?--silent"] | A

---

## Permissions

- **You need**: `BAN_MEMBERS`
- **Bot needs**: `BAN_MEMBERS`

Make sure both you and the bot have the correct permissions to execute the command.

---

## **Possible Errors**

### **Missing Permissions**
- **Error Message**: "You do not have the required permissions to use this command."
- **Fix**: Ensure you have the `BAN_MEMBERS` permission.

### **Missing Parameters**
- **Error Message**: "Please specify a user to ban."
- **Fix**: Provide a valid user mention or ID.

### **Invalid User**
- **Error Message**: "The specified user cannot be banned."
- **Fix**: Check if the bot’s role hierarchy is above the user’s role.

---

24 changes: 24 additions & 0 deletions commands/moderation/Index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
author:
name:
avatar:
email:
category: [main, general]
tags: [commands, docs, basic]

icon: mortar-board
label: Moderation

title:
description:
image: assets/WordmarkBackground.png

meta:
title:

expanded: false
templating: false
layout: defualt
visibility: public
order:
redirect:
route:
File renamed without changes.
File renamed without changes.
24 changes: 24 additions & 0 deletions commands/moderation/ban.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
author:
name:
avatar:
email:
category: [Moderation]
tags: [commands, docs, moderation]

icon: dot-fill
label: Ban

title:
description:
image: assets/WordmarkBackground.png

meta:
title:

expanded: false
templating: false
layout: defualt
visibility: public
order:
redirect:
route:
2 changes: 1 addition & 1 deletion introduction/Index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image: assets/WordmarkBackground.png
meta:
title:

expanded: false
expanded: true
templating: false
layout: defualt
visibility: public
Expand Down

0 comments on commit 2021a9d

Please sign in to comment.