# Introduction

{% hint style="success" %}
Make sure to join our [**Discord Server**](https://discord.gg/crowndev).
{% endhint %}

## What is CrownCore ?

> **CrownCore** is as the name suggests a Core we use to develop our plugins. The Core itself does not offer many features but it contains global configuration like time formats, teleportation etc. but more on that later.

## Download

> You can download the latest version [here](https://builtbybit.com/resources/crowncore.52753/).

## bStats

> Visit the plugins bStats page [here](https://bstats.org/plugin/bukkit/CrownCore/27306).

## Features

* [Configuration](/wiki/core/configuration.md)
* [Messages](/wiki/core/messages.md)
* [Sounds](/wiki/core/sounds.md)
* [Placeholders](/wiki/core/placeholders.md)
* [Custom Placeholders](/wiki/core/features/custom-placeholders.md)


---

# 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://obey.gitbook.io/wiki/core/readme.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.
