# About Bugs

## What counts as a bug?

Bugs are unintended behaviors of plugins that diminish a user's experience. Think of the server crashing unexpectedly, or you not being able to use that cool "limited edition" voucher you got. It can also include things that affect the economy, such as making significantly more money by farming a certain item.

## Are you aware of \_\_\_\_\_\_ bug?

You can check through the pages in this section to see bugs we are working on.

## I don't see \_\_\_\_\_\_ in the list of known issues. How can I submit a report?

You can submit a new bug report on our [Discord](http://discord.sleeplessmc.com). Go down to the `#bug-reports` section  and follow the **Bug Reporting Format**.

## Bug Reporting Format

Title:\
\
Short description:\
\
Repeatable:\
\
Any other relevant information:\
\
Screenshots/video clips (if applicable):<br>

### Example

**Title:**\
Shop Glitch\
\
**Short description:**\
You can buy diamonds, make blocks from them, and sell them for more.\
\
**Repeatable:**\
Yes, you can repeat the bug with the following steps:\
1\. buy diamonds from /shop\
2\. craft them into diamond blocks\
3\. sell them back to the shop for a profit \
\
**Any other relevant information:**\
bcuziwasbored has been using this glitch and ranked up 10 times in the last half hour.\
\
**Screenshots/video clips (if applicable):**\
N/A

## Current Bug List

{% content-ref url="/pages/-MQ9Vw0LasBd-mUu-wtW" %}
[#0001 Crystals](/sleeplessmc/known-issues/0001.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MQ9XG5Qdl5Il3EBmlXV" %}
[#0002 Cosmetics](/sleeplessmc/known-issues/0002.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MQ9Xn2KqrnnKQTmp3ZU" %}
[#0003 Hoppers](/sleeplessmc/known-issues/0003.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MQ9YNzLme8jUhjbsplF" %}
[#0004 /rank & /rules](/sleeplessmc/known-issues/0004.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MQ9Ykvfqg\_eN-C66Znw" %}
[#0005 Cards](/sleeplessmc/known-issues/0005.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MQ9YzowfvL2lIWTQJLV" %}
[#0006 Voting](/sleeplessmc/known-issues/0006.md)
{% endcontent-ref %}


---

# 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://bcuziwasbored.gitbook.io/sleeplessmc/known-issues/about.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.
