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

# 導入方法

プラットフォームごとに解説しています。

{% tabs %}
{% tab title="Velocity" %}
① 以下のリンクから「Velocity」のタブを開き、最新版をダウンロードしてください。

<figure><img src="/files/9IYoJ67AxmaEQNfNV8JD" alt=""><figcaption></figcaption></figure>

{% embed url="<https://minesentry.com/download>" %}

② ダウンロードしたファイルをプロキシサーバーの `/plugins`  ディレクトリ内に入れてください。

<figure><img src="/files/pqUtswplYLCjSenvueMY" alt=""><figcaption></figcaption></figure>

③ プロキシサーバーを一度起動すると、`/plugins` 内に `MineSentry-Velocity` というディレクトリが作成され、その中に `config.yml` が作成されます。

④ これで導入は完了です。\
　　コミュニティ限定機能を使うには [コミュニティ向け機能](/plugin/usage/community-features.md)を確認してください。\
　　また、設定を変更したい場合は `config.yml` を [#fairu](#fairu "mention")に従って編集してください。
{% endtab %}

{% tab title="Paper / Spigot" %}
① 以下のリンクから「Paper」または「Spigot」のタブを開き、最新版をダウンロードしてください。

<figure><img src="/files/xB6yohflsygo8T62waf1" alt=""><figcaption></figcaption></figure>

{% embed url="<https://minesentry.com/download>" %}

② ダウンロードしたファイルをサーバーの `/plugins`  ディレクトリ内に入れてください。

<figure><img src="/files/9VtXM1hwFBbKN4xNlTJS" alt=""><figcaption></figcaption></figure>

③ サーバーを一度起動すると、`/plugins` 内に `MineSentry-Spigot` というディレクトリが作成され、その中に `config.yml` が作成されます。

④ これで導入は完了です。\
　　コミュニティ限定機能を使うには [コミュニティ向け機能](/plugin/usage/community-features.md)を確認してください。\
　　設定を変更したい場合は `config.yml` を [#fairu](#fairu "mention")に従って編集してください。
{% endtab %}
{% endtabs %}

### 設定ファイル <a href="#setting" id="setting"></a>

<figure><img src="/files/XGaxCdto1qK3xpMoM1Io" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="200">項目</th><th>説明</th></tr></thead><tbody><tr><td>api-url</td><td>APIサーバーのURLを指定します。<br>※この設定について理解していない方は値を編集しないでください。</td></tr><tr><td>api-down-behavior</td><td><p>APIサーバーに接続できない場合のプラグインの挙動を指定します。<br></p><p><code>ignore</code> : BANされているプレイヤーを含めて全員の接続を許可する。<br><code>deny-all</code> : 全てのプレイヤーの接続を拒否する。<br><br>推奨設定は <code>ignore</code> です。</p></td></tr><tr><td>api-key</td><td>APIキーを指定します。<br>これを設定することで、 <a data-mention href="/pages/iN9ALONyZeWAUobrw2Q7">/pages/iN9ALONyZeWAUobrw2Q7</a>が使用可能になります。</td></tr></tbody></table>


---

# 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.minesentry.com/plugin/install.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.
