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

# Overview

**New here?** [Detect your first redstone clock](/getting-started/detect-your-first-clock.md) takes you from an empty `plugins/` directory to watching the plugin find and break a clock.

**Trying to get something done?**

* [Send alerts to Discord](/how-to-guides/send-alerts-to-discord.md)
* [Notify staff in game](/how-to-guides/notify-staff-in-game.md)
* [Exclude a world from detection](/how-to-guides/exclude-a-world-from-detection.md)
* [Allow redstone clocks in a region](/how-to-guides/allow-redstone-clocks-in-a-region.md)
* [Report clocks without breaking them](/how-to-guides/report-clocks-without-breaking-them.md)
* [Stop warning signs from being placed](/how-to-guides/stop-warning-signs-from-being-placed.md)
* [Change the plugin language](/how-to-guides/change-the-plugin-language.md)
* [Tune how quickly a clock is detected](/how-to-guides/tune-how-quickly-a-clock-is-detected.md)
* [Produce a debug log for a bug report](/how-to-guides/produce-a-debug-log-for-a-bug-report.md)

**Looking up a value?**

* [Configuration](/reference/configuration.md) — every key of `config.yml`
* [Commands](/reference/commands.md)
* [Permissions](/reference/permissions.md)
* [Supported versions](/reference/supported-versions.md)
* [Debug log files](/reference/debug-log-files.md)

**Wondering how it works, or why?**

* [How detection works](/background/how-detection-works.md)
* [What happens to a detected clock](/background/what-happens-to-a-detected-clock.md)
* [Static and dynamic tracking](/background/static-and-dynamic-tracking.md)
* [Scope and non-goals](/background/scope-and-non-goals.md)

***

Working on the plugin itself? The maintainer notes — dependency injection, testing, issue intake — live in [docs/development/](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/tree/main/docs/development/README.md) on GitHub, alongside [CONTRIBUTING.md](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/blob/main/CONTRIBUTING.md).

Something missing or wrong? [Open an issue](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/issues) or ask on [Discord](https://discord.onelitefeather.net).


---

# 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://arcr.onelitefeather.net/index.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.
