> For the complete documentation index, see [llms.txt](https://obey.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://obey.gitbook.io/wiki/tools/readme.md).

# Introduction

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

## What is CrownTools?

> **CrownTools** is a premium, feature-packed custom tools plugin for Minecraft. It adds multi-functional custom tools to your server—including Drills, Excavators, Multi Tools, Instant Axes, Infinity Rockets, and Endless Buckets. Tools support flexible usage-based (`USES`) or time-based (`TIME`) durability, customizable repair mechanics powered by Vault economy, custom particles/sounds, and administrative management commands.

## Download

> You can download the latest version on [BuiltByBit](https://builtbybit.com/resources/crownplugins).

## bStats

> Visit the plugin's bStats page [here](https://bstats.org/plugin/bukkit/CrownTools).

## Commands & Permissions

| Command                                                 | Description                           | Permission      |
| ------------------------------------------------------- | ------------------------------------- | --------------- |
| `/tools give <player> <tool_type> <usage_type> <value>` | Give a custom tool to a player        | `command.tools` |
| `/tools repair`                                         | Repair the currently held broken tool | `command.tools` |
| `/tools reload`                                         | Reload the plugin configuration       | `command.tools` |

### Parameter Details

* **`<player>`**: Online player receiving the tool.
* **`<tool_type>`**: `DRILL`, `EXCAVATOR`, `MULTI_TOOL`, `INSTANT_AXE`, `INFINITY_ROCKET`, `ENDLESS_BUCKET`.
* **`<usage_type>`**: `USES` or `TIME`.
* **`<value>`**:
  * For `USES`: Number of uses allowed (or `-1` for unlimited uses).
  * For `TIME`: Duration string (e.g. `1d`, `10m`, `10s`), duration in milliseconds, or `-1` for unlimited duration.

## Features & Documentation

* [Configuration](/wiki/tools/configuration.md)
* [Messages](/wiki/tools/messages.md)
* [Placeholders](/wiki/tools/placeholders.md)
* [Sounds](/wiki/tools/sounds.md)
* [Custom Tools](/wiki/tools/features/custom-tools.md)
* [Usage & Durability](/wiki/tools/features/usage-and-durability.md)
* [Repair System](/wiki/tools/features/repair-system.md)
* [Admin Management](/wiki/tools/features/admin-management.md)
