Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/necnion8/commandblockfinder
設置されたコマンドブロックを検索します
https://github.com/necnion8/commandblockfinder
minecraft-plugin spigot-plugin
Last synced: 16 days ago
JSON representation
設置されたコマンドブロックを検索します
- Host: GitHub
- URL: https://github.com/necnion8/commandblockfinder
- Owner: Necnion8
- Created: 2024-08-07T06:21:50.000Z (6 months ago)
- Default Branch: develop
- Last Pushed: 2024-11-09T12:56:18.000Z (3 months ago)
- Last Synced: 2024-11-29T01:43:29.202Z (3 months ago)
- Topics: minecraft-plugin, spigot-plugin
- Language: Java
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 が含まれるものを検索