Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbinani/holo-sports-festival-2022-plugin
https://github.com/kbinani/holo-sports-festival-2022-plugin
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kbinani/holo-sports-festival-2022-plugin
- Owner: kbinani
- License: agpl-3.0
- Created: 2022-10-30T21:56:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T23:08:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-22T14:19:28.288Z (over 1 year ago)
- Language: Java
- Size: 847 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# holo-sports-festival-2022-plugin
Minecraft [#ホロライブ運動会2022](https://twitter.com/hashtag/%E3%83%9B%E3%83%AD%E3%83%A9%E3%82%A4%E3%83%96%E9%81%8B%E5%8B%95%E4%BC%9A2022) で行われた各種ミニゲームの動作を再現するための Paper プラグインです。
![repository-open-graph-template](https://user-images.githubusercontent.com/1030301/204093873-6de7216b-b3d7-4c3a-ab7a-ab11585c2159.jpg)
## ミニゲーム一覧
以下のミニゲームがプレイ可能です。
- フェンシングPVP
- MOB討伐レース
- 協力ボートレース
- 選抜リレー
- だるまさんがころんだ## ビルド方法
以下のコマンドでビルドします。`./build/libs/` に jar が作成されます。
```sh
./gradlew assemble
```