> For the complete documentation index, see [llms.txt](https://docs.demro.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.demro.space/dbans.md).

# DBans

***

## Download Links

[GitHub-DBans (releases)](https://github.com/demrodev/DBans/releases)

[GitHub-DBans (source code)](https://github.com/demrodev/DBans)

Spigotmc.org

Spigotmc.ru

[GitHub-Web Interface (source code)](https://github.com/demrodev/DBans-web-interface)

***

## Trackers

GitHub-DBans

GitHub-Web Interface

***

## Support & Suggestions

If you have a problem using the plugin or its web interface, please attach all the circumstances of the error, specify the version of the plugin, the version of your server, the server core that you are using, under what circumstances the error appears.

If the problem does not receive user support, then whether there is a single problem, it will be solved last when a certain amount of time has passed.

Please do not mark the issue on GitHub as "confidential", as only you and the performer can see it, so there is a high probability that it will simply not be noticed and will not be able to help you solve this problem.

Do you want to suggest new features or do you have any ideas? You can also do this through GitHub, if the ideas receive support, they will be implemented soon and perhaps you will become a part of our project, because you "contributed" to the development.

Please describe the idea as precisely as possible, so that it is easier to understand what exactly you want to add, this will help us and other users understand what you want.

Ways to contact:

* [GitHub Issue Tracker](https://github.com/demrodev/DBans/issue)
* [GitHub Pull Request](https://github.com/demrodev/DBans/pulls)
* [E-mail](mailto:help@demro.space)
* [Telegram](https://t.me/notromanenko) (write only on business, messages like "Hello" will be ignored, <https://no-hello.com/>)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.demro.space/dbans.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
