# ContractBoard

:thumbsup: **Buy this plugin on** [**BuiltByBit**](https://builtbybit.com/members/chris-graph.151148/)

A contract marketplace for Minecraft servers: players post requests (items + quantity), others accept missions, deliver items with live progress tracking, and receive rewards safely via an Inbox system (no drops, no losses).

#### Why servers use ContractBoard

* **Safe delivery flow**: all item transfers use an **Inbox**, never dropped on the ground.
* **Partial deliveries**: progress updates (e.g., 45/64 + % bar) visible for both sides.
* **Strict matching**: exact item meta support (incl. CustomModelData), durability ignored for matching but delivered items must be undamaged.
* **Economy-ready**: optional money reward via **Vault + Economy provider**.
* **Admin moderation**: delete contracts directly from GUI (confirmation).

#### Core Features

* **Contracts Board**: browse all available contracts with pagination.
* **Contract Details (mandatory step)**: clicking a contract always opens Details; **accept only from Details**.
* **Deliver Items**: deposit items toward the goal; over-delivery returns extra.
* **Inbox**: claim rewards and deliveries safely; **Collect All** takes only what fits.
* **Reputation (Contractor)**: star rating shown in Details (Completed / Reliability / Speed).


---

# 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://wiki.chrisgraph.fr/how-to-install/contractboard.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.
