https://github.com/necnion8/mcsmcommand
MCSManagerのインスタンスを起動/停止するコマンドを追加 for Bukkit
https://github.com/necnion8/mcsmcommand
mcsmanager minecraft-plugin spigot-plugin
Last synced: about 1 year ago
JSON representation
MCSManagerのインスタンスを起動/停止するコマンドを追加 for Bukkit
- Host: GitHub
- URL: https://github.com/necnion8/mcsmcommand
- Owner: Necnion8
- Created: 2025-04-03T03:53:44.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-04-03T05:14:43.000Z (about 1 year ago)
- Last Synced: 2025-04-03T06:23:10.623Z (about 1 year ago)
- Topics: mcsmanager, minecraft-plugin, spigot-plugin
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCSMCommand
[MCSManager](https://mcsmanager.com/)のインスタンスを起動/停止するコマンドを追加します
## 前提
- Bukkit
- [MCSManager API](https://docs.mcsmanager.com/apis/get_apikey.html)
- [KyoriAdventureLib](https://github.com/Necnion8/KyoriAdventureLib) (Paper 1.16.5 以降なら不要)
## コマンドと権限
| コマンド | サブコマンド / 説明 | 権限 | デフォルト |
|--------------|-------------------------------------|:--------------------------------|:-----:|
| /mcsmcommand | | mcsmcommand.command.mcsmcommand | OPのみ |
| 〃 | list
インスタンス一覧を表示 | 〃 | 〃 |
| 〃 | start (name)
起動します | 〃 | 〃 |
| 〃 | stop (name)
停止します | 〃 | 〃 |
| 〃 | restart (name)
再起動します | 〃 | 〃 |
| 〃 | kill (name)
強制終了します | 〃 | 〃 |
## 設定
[./plugins/MCSMCommand/config.yml](src/main/resources/bukkit-config.yml)
※ 現在、操作できるノードは設定ファイルによって固定されます