Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beatbox4108/broomstick
シンプルな魔法のほうきを追加するPaper 1.20.4用プラグイン
https://github.com/beatbox4108/broomstick
minecraft minecraft-plugin paper paper-plugin papermc papermc-plugin
Last synced: about 1 month ago
JSON representation
シンプルな魔法のほうきを追加するPaper 1.20.4用プラグイン
- Host: GitHub
- URL: https://github.com/beatbox4108/broomstick
- Owner: beatbox4108
- Created: 2024-12-27T13:50:51.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-27T14:39:54.000Z (about 1 month ago)
- Last Synced: 2024-12-27T15:29:12.245Z (about 1 month ago)
- Topics: minecraft, minecraft-plugin, paper, paper-plugin, papermc, papermc-plugin
- Language: Kotlin
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Broomstick
==========![PaperMC 1.20.4](https://img.shields.io/badge/PaperMC-1.20.4-black.svg?style=flat-square&logoColor=white&labelColor=62B47A)
![Resource Pack Version 22](https://img.shields.io/badge/ResourcePack-v22-black.svg?style=flat-square&logoColor=white&labelColor=62B47A)シンプルな魔法のほうきを追加するプラグインです。
![broomstick-demo](https://github.com/user-attachments/assets/90fcd752-156d-48c2-ba14-88f28bfaf705)
## Getting Started
### 導入方法 (サーバーサイド)
このリポジトリをクローンし、プラグインをビルドするか、リリースページからjarファイルをダウンロードします。
その後、プラグインのjarファイルをPaperMCサーバーのpluginsディレクトリに配置します。
### 導入方法 (クライアントサイド)
このリポジトリの`Broomstick-resourcepack.zip`をダウンロードし、リソースパックを読み込みます。### アイテムの入手
以下のコマンドを実行し、「魔法のほうき」を入手します
```
/give @p stick{display:{Name:'{"text":"魔法のほうき","color":"yellow"}'},CustomModelData:1}
```
### 使い方
乗り物に乗っている場合は降りて、落下していない状態で「魔法のほうき」をメインハンドもしくはオフハンドに持って右クリックするとほうきに乗ることができます。
降りる操作はトロッコなどと同様です。
プレイヤーが降りてからしばらくすると、ほうきが手元に戻ってきます。