# wikipage

## minecord (alpha) wiki

⚠️minecord is currently in alpha so dont expect every feature to work properly⚠️

Welcome to the minecord Wiki! This guide provides a comprehensive overview of the commands and features available in the chat engine, including how to use them effectively.

### Commands Overview

#### 1. Basic Messaging

**Send a message**: Simply type your message in the chat and press enter.

#### 2. Font Selection

**Change Font**: You can change the font used for your message by prefixing your text.

**Usage**:

```
#font=FontName Your message here
```

**Example**:

```
#font=ComicSans Hello, world!
```

#### 3. Direct Messaging (DM)

**Send a direct message to another player**:

**Usage**:

```
dm! PlayerName Your message here
```

**Example**:

```
dm! Player1 Hey, how are you?
```

#### 4. Reactions to Messages

**Add a reaction to a message**:

**Usage**:

```
reaction! MessageID Emoji
```

**Example**:

```
reaction! 1234 👍
```

#### 5. Nickname Management

**Set your nickname**:

**Usage**:

```
setnick! YourNickname
```

**Example**:

```
setnick! CoolPlayer123
```

#### 6. Avatar Management

**Set your avatar**:

**Usage**:

```
setavatar! URL_to_your_avatar
```

**Example**:

```
setavatar! https://example.com/avatar.png
```

#### 7. Channel Management

**Join a channel**:

**Usage**:

```
joinchannel! ChannelName
```

**Example**:

```
joinchannel! Gaming
```

**Leave a channel**:

**Usage**:

```
leavechannel! ChannelName
```

**Example**:

```
leavechannel! Gaming
```

#### 8. Threaded Conversations

**Reply to a message**:

**Usage**:

```
reply! MessageID Your reply here
```

**Example**:

```
reply! 1234 Thanks for the info!
```

#### 9. Scheduled Announcements

**Schedule an announcement**:

**Usage**:

```
schedule! Timestamp Your announcement here
```

**Example**:

```
schedule! 1633072800 Don't forget the meeting tomorrow!
```

*(Timestamp is in Unix format)*

#### 10. Polls and Voting

**Create a poll**:

**Usage**:

```
poll! PollName Option1, Option2, Option3
```

**Example**:

```
poll! Favorite Color Red, Blue, Green
```

**Vote on a poll**:

**Usage**:

```
vote! PollName Option
```

**Example**:

```
vote! Favorite Color Blue
```

### Feature Descriptions

#### Reactions

* **Reactions** allow you to add emojis to messages, enhancing communication.

#### Nicknames and Avatars

* **Nicknames** let you customize how other players see your name.
* **Avatars** allow you to personalize your profile with an image.

#### Channel Management

* **Channels** help organize conversations based on topics, making it easier to communicate within specific groups.

#### Threaded Conversations

* **Threading** allows for organized replies, helping to keep discussions clear and focused.

#### Scheduled Announcements

* **Scheduling** enables you to set announcements for specific times, ensuring timely communication.

#### Polls and Voting

* **Polls** facilitate decision-making by allowing players to vote on options provided.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://unknows-organization.gitbook.io/minecord-wiki-1/wikipage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
