Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/book000/eventfinder
👓 Display the occurred PaperMC event in the chat
https://github.com/book000/eventfinder
minecraft minecraft-plugin papermc
Last synced: 1 day ago
JSON representation
👓 Display the occurred PaperMC event in the chat
- Host: GitHub
- URL: https://github.com/book000/eventfinder
- Owner: book000
- Created: 2021-04-04T02:30:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T17:08:53.000Z (22 days ago)
- Last Synced: 2024-10-24T00:35:55.105Z (22 days ago)
- Topics: minecraft, minecraft-plugin, papermc
- Language: Java
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-ja.md
Awesome Lists containing this project
README
# EventFinder
[Click here for English README](README.md)
発生したイベントをチャット欄に表示する PaperMC 1.16.5 以降のプラグインです。
石橋を叩いて壊すブログ様の [発生したイベントを画面に表示するプラグインを作った](https://www.jias.jp/blog/?84) のコードを修正・改良しています。## Installation
[Releases](https://github.com/book000/EventFinder/releases) から jar ファイルをダウンロードし、 `plugins` ディレクトリに入れてください。
## Commands
- `/event `: `EventNamePattern` を非表示条件に追加します。
- `/event`: `EventNamePattern` を非表示条件から削除します。
- `/event filter `: `FilterString` を含むイベント情報のみを表示します。
- `/event list`: 非表示条件の一覧を表示します。
- `/event save`: 非表示条件をファイルへセーブします。
- `/event load`: 非表示条件をファイルからロードします。## Specifications
- フラットワールドでの使用を強くお勧めいたします。
- いくつかのイベントは大量に表示されてしまうため、はじめから無効化しています。
- 非推奨イベントは取消線で表示されます。
- クラスのメソッドは `get` または `is` で始まるメソッドの返り値を表示しています。但し、 `Handler` を含む場合を除きます。## Thanks
- このプラグインの元となる `EventCatchAll.jar` を制作・公開して頂いている [石橋を叩いて壊すブログ](https://www.jias.jp/blog/) 様に感謝申し上げます。