Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/necnion8/commandblockfinder

設置されたコマンドブロックを検索します
https://github.com/necnion8/commandblockfinder

minecraft-plugin spigot-plugin

Last synced: 16 days ago
JSON representation

設置されたコマンドブロックを検索します

Awesome Lists containing this project

README

        

# CommandBlockFinder
ワールドに存在するコマンドブロックを探します

アンロードされているチャンクからの検索はできませんが、その分検索の待ち時間はありません。

[YouTube](https://youtu.be/Tde872EL28I)

## 前提
- Spigot 1.14 以上

## コマンドと権限
- コマンドブロック検索杖を与えます - `/wandcommandblock`
> 権限: `commandblockfinder.admin` (default: OP)

- コマンドブロックの検索 - `/findcommandblock`
> 権限: `commandblockfinder.admin` (default: OP)

> 引数:

> - 距離を指定するオプション `r:(距離)`

> - ワールドを指定するオプション `w:(ワールド名)`

> - 設定されているコマンド文字列の一部を残りの引数で与えられます

>
> 例: `/findcommandblock r:10 tellraw`

> 実行場所から10ブロック以内のコマンドブロックかつ、設定コマンドに tellraw が含まれるものを検索