An open API service indexing awesome lists of open source software.

https://github.com/giganticminecraft/seichiassist

ギガンティック☆整地鯖の独自要素を司るプラグイン / A Minecraft(Spigot) Plugin used for Gigantic Seichi Server. Address -> play.seichi.click
https://github.com/giganticminecraft/seichiassist

minecraft-plugin minecraft-server spigot-plugin

Last synced: 7 days ago
JSON representation

ギガンティック☆整地鯖の独自要素を司るプラグイン / A Minecraft(Spigot) Plugin used for Gigantic Seichi Server. Address -> play.seichi.click

Awesome Lists containing this project

README

          

# SeichiAssist

[![GitHub Actions](https://github.com/GiganticMinecraft/SeichiAssist/actions/workflows/build-check.yml/badge.svg)](https://github.com/GiganticMinecraft/SeichiAssist/actions/workflows/build-check.yml)

## 前提プラグイン
- [CoreProtect-22.4](https://www.patreon.com/file?h=104200466&i=18902237)
- リンク先がPatreonという支援サイトになっていますが、問題ありません。
- いつからかCoreProtect開発チームは寄付を募っており、その寄付特典としてビルドしたJarの優先的配布を行っていることから、その配布リンクが流用されているものと思われます。
- [item-nbt-api-plugin-2.11.2](https://www.spigotmc.org/resources/item-entity-tile-nbt-api.7939/download?version=241690)
- [Multiverse-Core-4.3.1](https://dev.bukkit.org/projects/multiverse-core/files/2428161/download)
- [Multiverse-Portals-4.2.1](https://dev.bukkit.org/projects/multiverse-portals/files/2428333/download)
- [ParticleAPI_v2.1.1](https://dl.inventivetalent.org/download/?file=plugin/ParticleAPI_v2.1.1)
- [WorldBorder1.9.10 (beta)](https://www.spigotmc.org/resources/worldborder.60905/download?version=275003)
- [FastAsyncWorldEdit-Bukkit-2.9.2](https://cdn.modrinth.com/data/z4HZZnLr/versions/YSQCH9EW/FastAsyncWorldEdit-Bukkit-2.9.2.jar)
- WorldEditが内蔵されているため、別途導入する必要はありません。
- [worldguard-bukkit-7.0.7](https://dev.bukkit.org/projects/worldguard/files/3677516/download)

## 前提プラグイン(整地鯖内製)
- RegenWorld [リポジトリ](https://github.com/GiganticMinecraft/RegenWorld) | [jar](https://redmine.seichi.click/attachments/download/890/RegenWorld-1.0.jar)

## コントリビューション
どのように貢献するかは[CONTRIBUTING.md](./CONTRIBUTING.md)へ移動しました。

慣れている開発者向け:
1. 自分のGitHubアカウントへ[fork](https://github.com/GiganticMinecraft/SeichiAssist/fork)
2. `git clone --recursive https://github.com/${YOUR_GITHUB_ID}/SeichiAssist`
3. `cd SeichiAssist`
4. `git switch -c ${YOUR_BRANCH_NAME} develop`
5. `git commit -am "feat: 〇〇を実装"`
* コミットメッセージは[コンベンショナルコミット](https://www.conventionalcommits.org/ja/v1.0.0/)を推奨
* 言語は英語または日本語を推奨
6. `git push`
7. GiganticMinecraftのレポジトリに向かってPull Requestを作成
8. CIとコードレビューを待つ
9. マージされる
10. CDが実行される
11. (本番サーバーへのデプロイはGiganticMinecraftのメンバーがPRによって行う)

## 利用条件
- [GPLv3ライセンス](https://github.com/GiganticMinecraft/SeichiAssist/blob/develop/LICENSE) での公開です。ソースコードの使用規約等はGPLv3ライセンスに従います。
- 当リポジトリのコードの著作権はunchamaが所有しています。
- 独自機能の追加やバグの修正等、ギガンティック☆整地鯖(以下、当サーバー)の発展への寄与を目的としたコードの修正・改変を歓迎しています。その場合、当サーバーのDiscordコミュニティに参加して、当コードに関する詳細なサポートを受けることが出来ます。

## ライセンス
このプラグインは、[Apache 2.0ライセンス](https://www.apache.org/licenses/LICENSE-2.0)で配布されている以下の製作物が含まれています。

- [AJD4JP 日本用カレンダー処理 Javaクラスライブラリ](https://osdn.net/projects/ajd4jp/)