diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml deleted file mode 100644 index e4d5199..0000000 --- a/.github/workflows/yamllint.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: yamllint - -on: - pull_request: - branches: - - main - types: [opened, synchronize, closed] - -jobs: - yamllint: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - name: comment from reviewdog - uses: reviewdog/action-yamllint@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - reporter: github-pr-review - level: warning - yamllint_flags: '-c .yamllint .' - - name: run lint on all files - uses: karancode/yamllint-github-action@v3.0.0 - with: - yamllint_file_or_dir: . - yamllint_config_filepath: .github/yamllint-config.yml diff --git a/.github/yamllint-config.yml b/.github/yamllint-config.yml deleted file mode 100644 index d9db922..0000000 --- a/.github/yamllint-config.yml +++ /dev/null @@ -1 +0,0 @@ -ignore: .github/**.yml diff --git a/.yamllint b/.yamllint deleted file mode 100644 index 25138dc..0000000 --- a/.yamllint +++ /dev/null @@ -1,83 +0,0 @@ -yaml-files: - - '*.yaml' - - '*.yml' - - '.yamllint' - -rules: - # 中括弧内のスペースは0または1つ - braces: - level: warning - min-spaces-inside: 0 - max-spaces-inside: 1 - - # 大括弧内のスペースは0または1つ - brackets: - level: warning - min-spaces-inside: 0 - max-spaces-inside: 1 - - # ':' の前はスペースを空けない、後はスペースを1つ空ける - colons: - level: warning - - # ',' の前はスペースを空けない、後はスペースを1つ空ける - commas: - level: warning - - # '#' の後はスペースを1つ空ける - comments: - level: warning - min-spaces-from-content: 1 - - # コメントのインデント数に制限を設けない - comments-indentation: disable - - # ドキュメント終了記号 '...' を必須にしない - document-end: disable - - # ドキュメント開始記号 '---' を必須にしない - document-start: disable - - # 空行の数に制限を設けない - empty-lines: disable - - # null値を許容する - empty-values: disable - - # '-' の後はスペースを1つ空ける - hyphens: - level: warning - - # ブロックごとに一貫したインデントをする - indentation: - level: warning - indent-sequences: consistent - - # 重複したキーの禁止 - key-duplicates: enable - - # キーの順序は問わない - key-ordering: disable - - # 一行の文字数は制限しない - line-length: disable - - # ファイルの末尾に改行文字を記述する - new-line-at-end-of-file: - level: warning - - # 改行文字を統一する - new-lines: enable - - # 8進数表記を制限しない - octal-values: disable - - # クオートを必須にしない - quoted-strings: disable - - # 行末のスペースを記述しない - trailing-spaces: - level: warning - - # ブーリアン値と解釈される文字列は明示的に記述する - truthy: enable diff --git a/README.md b/README.md index 6152d49..4623c8d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## 基本方針 - 外部に公開すると非常に困る情報(致命的な不具合, 非公開のIPアドレス, 認証情報, APIKey, 他運営チームがそのように判断した情報)は本リポジトリで公開/管理しない。 -- 上記に当てはまらない情報で、特にオープン化された開発コミュニティの活動を行う上で必要となる情報(導入済み外部プラグインの名称, バージョン, config, SeichiAssistスコープ外の不具合, 課題, 新機能に関するissueなど)は、本リポジトリで公開/管理する。 +- 上記に当てはまらない情報で、特にオープン化された開発コミュニティの活動を行う上で必要となる情報(導入済み外部プラグインの名称, バージョン, SeichiAssistスコープ外の不具合, 課題, 新機能に関するissueなど)は、本リポジトリで公開/管理する。 ## issueの方針 - SeichiAssistスコープ外(主に外部プラグイン)に起因する不具合、課題、新機能に関する話題をissuesで管理する。 @@ -11,5 +11,7 @@ ## 外部プラグインのドキュメント管理方針 - `/plugins//README.md`に説明、バージョン情報、DLリンク、関連リンクなどを掲載 -- 支障ない範囲で設定ファイルなどを含めても良い - 情報は可能な限り最新を維持する + +### 設定ファイルについて +1.18.2 アップデート以降、プラグインの設定は [GiganticMinecraft/seichi_infra](https://github.com/GiganticMinecraft/seichi_infra) へ移動しているため、このリポジトリでは管理しない。 diff --git a/plugins/AdvAfkKick/README.md b/plugins/AdvAfkKick/README.md deleted file mode 100644 index 71ad211..0000000 --- a/plugins/AdvAfkKick/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# AdvAfkKick -満員時、放置しているプレイヤーをキックするプラグイン - -## Link -[https://github.com/unchama/AdvAfkKick](https://github.com/unchama/AdvAfkKick) - -## Version -v 0.0.1 - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/AreaShop/README.md b/plugins/AreaShop/README.md index 211e291..b9217cb 100644 --- a/plugins/AreaShop/README.md +++ b/plugins/AreaShop/README.md @@ -5,6 +5,7 @@ WorldGuard保護の売買を可能にするプラグイン [https://www.spigotmc.org/resources/areashop.2991/](https://www.spigotmc.org/resources/areashop.2991/) ## Version +v 2.6.0 ## Installed Server - s3 diff --git a/plugins/AsyncWorldEdit/README.md b/plugins/AsyncWorldEdit/README.md deleted file mode 100644 index e79d6fa..0000000 --- a/plugins/AsyncWorldEdit/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# AsyncWorldEdit -ゲーム内から非同期でワールドの地形を編集するプラグイン - -## Link -[https://www.spigotmc.org/resources/asyncworldedit.327/](https://www.spigotmc.org/resources/asyncworldedit.327/) - -## Version -3.5.4 - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/AsyncWorldEditInjector/README.md b/plugins/AsyncWorldEditInjector/README.md deleted file mode 100644 index c2ac9c7..0000000 --- a/plugins/AsyncWorldEditInjector/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# AsyncWorldEditInjector -AsyncWorldEditの派生プラグインらしいが詳細不明 - -## Link -[https://github.com/FrukTik/AsyncWorldEditInjector](https://github.com/FrukTik/AsyncWorldEditInjector) - -## Version - -## Installed Server -- s1 -- s2 -- s5 -- s7 diff --git a/plugins/AuctionHouse/README.md b/plugins/AuctionHouse/README.md index 0d90ac0..46612db 100644 --- a/plugins/AuctionHouse/README.md +++ b/plugins/AuctionHouse/README.md @@ -5,7 +5,7 @@ [https://www.spigotmc.org/resources/auctionhouse-legacy.66670/](https://www.spigotmc.org/resources/auctionhouse-legacy.66670/) ## Version -Unknown +v 3.2.3 ## Installed Server - s3 diff --git a/plugins/AutoMessage/README.md b/plugins/AutoMessage/README.md index b31dd71..f8dc31d 100644 --- a/plugins/AutoMessage/README.md +++ b/plugins/AutoMessage/README.md @@ -5,6 +5,7 @@ [https://www.spigotmc.org/resources/automessage.372/](https://www.spigotmc.org/resources/automessage.372/) ## Version +v 1.0 ## Installed Server - s1 diff --git a/plugins/AutoSaveWorld/README.md b/plugins/AutoSaveWorld/README.md deleted file mode 100644 index 388b123..0000000 --- a/plugins/AutoSaveWorld/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# AutoSaveWorld -ワールドの保存やバックアップなどができるプラグイン - -## Link -[https://dev.bukkit.org/projects/autosaveworld](https://dev.bukkit.org/projects/autosaveworld) - -## Version - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/BetterChairs/README.md b/plugins/BetterChairs/README.md index e656aab..6eb429b 100644 --- a/plugins/BetterChairs/README.md +++ b/plugins/BetterChairs/README.md @@ -2,10 +2,11 @@ 階段ブロックに座れるプラグイン ## Link -[https://www.spigotmc.org/resources/better-chairs.18705/](https://www.spigotmc.org/resources/better-chairs.18705/) +- [https://www.spigotmc.org/resources/better-chairs.18705/](https://www.spigotmc.org/resources/better-chairs.18705/) +- [https://github.com/SpraxDev/BetterChairs](https://github.com/SpraxDev/BetterChairs) ## Version -v 0.9.5 +v 1.11.0 ## Installed Server - s1 diff --git a/plugins/BlocksHub/README.md b/plugins/BlocksHub/README.md index 1aca640..6f230f6 100644 --- a/plugins/BlocksHub/README.md +++ b/plugins/BlocksHub/README.md @@ -5,7 +5,7 @@ [https://www.spigotmc.org/resources/blockshub.331/](https://www.spigotmc.org/resources/blockshub.331/) ## Version -Unknown +v 3.2.1 ## Installed Server - s3 diff --git a/plugins/BungeePortals/README.md b/plugins/BungeePortals/README.md index 9b91d15..4487b5c 100644 --- a/plugins/BungeePortals/README.md +++ b/plugins/BungeePortals/README.md @@ -5,6 +5,7 @@ [https://www.spigotmc.org/resources/bungeeportals.19/](https://www.spigotmc.org/resources/bungeeportals.19/) ## Version +v 1.7 ## Installed Server - s1 diff --git a/plugins/ByeByeWither/README.md b/plugins/ByeByeWither/README.md index 2887f69..2d48b42 100644 --- a/plugins/ByeByeWither/README.md +++ b/plugins/ByeByeWither/README.md @@ -1,10 +1,11 @@ -# ByeByeWither +# ByeByeWither - [Forked](https://github.com/GiganticMinecraft/ByeByeWither) ウィザー及びエンダードラゴンの召喚を抑制できるプラグイン ## Link [https://github.com/HimaJyun/ByeByeWither](https://github.com/HimaJyun/ByeByeWither) ## Version +v 1.0.0 ## Installed Server - s1 diff --git a/plugins/CT-Core/README.md b/plugins/CT-Core/README.md deleted file mode 100644 index a772722..0000000 --- a/plugins/CT-Core/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# CT-Core -RegionGUIの前提プラグイン - -## Link -[https://www.spigotmc.org/resources/ct-core-inactive.24842/](https://www.spigotmc.org/resources/ct-core-inactive.24842/) - -## Version -2.1.2 - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/ChatControl/README.md b/plugins/ChatControl/README.md deleted file mode 100644 index 1f27564..0000000 --- a/plugins/ChatControl/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# ChatControl -スパムチャットや広告、Botによるチャットの防止機能を提供するプラグイン - -## Link -[https://www.spigotmc.org/resources/chatcontrol%E2%84%A2-the-ultimate-chat-plugin-500-000-downloads-1-2-5-1-16-2.271/](https://www.spigotmc.org/resources/chatcontrol%E2%84%A2-the-ultimate-chat-plugin-500-000-downloads-1-2-5-1-16-2.271/) - -## Version - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/ClearLag/README.md b/plugins/ClearLag/README.md index d437e23..d900427 100644 --- a/plugins/ClearLag/README.md +++ b/plugins/ClearLag/README.md @@ -5,6 +5,7 @@ [https://www.spigotmc.org/resources/clearlagg.68271/](https://www.spigotmc.org/resources/clearlagg.68271/) ## Version +v 3.2.2 ## Installed Server - s1 diff --git a/plugins/ClickTPA/README.md b/plugins/ClickTPA/README.md index d40041c..552e4d6 100644 --- a/plugins/ClickTPA/README.md +++ b/plugins/ClickTPA/README.md @@ -5,7 +5,7 @@ [https://www.spigotmc.org/resources/clicktpa.62596/](https://www.spigotmc.org/resources/clicktpa.62596/) ## Version -1.5.1 +v 1.7.3 ## Installed Server - s1 diff --git a/plugins/ColoredSigns/README.md b/plugins/ColoredSigns/README.md deleted file mode 100644 index 39993c8..0000000 --- a/plugins/ColoredSigns/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# ColoredSigns -看板に色を追加できるプラグイン - -## Link -[https://www.spigotmc.org/resources/colored-signs.31676/](https://www.spigotmc.org/resources/colored-signs.31676/) - -## Version -v 2.0 - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/CoreProtect/README.md b/plugins/CoreProtect/README.md index 0e389ec..ec7fe90 100644 --- a/plugins/CoreProtect/README.md +++ b/plugins/CoreProtect/README.md @@ -5,6 +5,7 @@ [https://www.spigotmc.org/resources/coreprotect.8631/](https://www.spigotmc.org/resources/coreprotect.8631/) ## Version +v 21.3 ## Installed Server - s1 diff --git a/plugins/CustomEnchantments/README.md b/plugins/CustomEnchantments/README.md index 140f700..dc105a6 100644 --- a/plugins/CustomEnchantments/README.md +++ b/plugins/CustomEnchantments/README.md @@ -1,10 +1,11 @@ -# CustomEnchantments +# CustomEnchantments - [Forked](https://github.com/GiganticMinecraft/CustomEnchantments) バニラに存在しない新規エンチャントを追加するプラグイン ## Link [https://dev.bukkit.org/projects/custom-enchantments/](https://dev.bukkit.org/projects/custom-enchantments/) ## Version +v 2.5-gigantic ## Installed Server - s1 diff --git a/plugins/Custom_JoinLeftMessages/README.md b/plugins/Custom_JoinLeftMessages/README.md deleted file mode 100644 index ba13872..0000000 --- a/plugins/Custom_JoinLeftMessages/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Custom_JoinLeftMessages -プレイヤー参加時のメッセージを変更するプラグイン - -## Link -[https://dev.bukkit.org/projects/custom-joinleftmessages](https://dev.bukkit.org/projects/custom-joinleftmessages) - -## Version -v 0.5 - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/DecentHolograms/README.md b/plugins/DecentHolograms/README.md new file mode 100644 index 0000000..b6dfc7c --- /dev/null +++ b/plugins/DecentHolograms/README.md @@ -0,0 +1,10 @@ +# DecentHolograms +軽量なホログラムプラグイン + +## Link +[https://www.spigotmc.org/resources/decentholograms-1-8-1-21-3-papi-support-no-dependencies.96927/](https://www.spigotmc.org/resources/decentholograms-1-8-1-21-3-papi-support-no-dependencies.96927/) + +## Version +v 2.8.11 + +## Installed Server diff --git a/plugins/DiscordSRV/README.md b/plugins/DiscordSRV/README.md index aa4b0db..2f2e730 100644 --- a/plugins/DiscordSRV/README.md +++ b/plugins/DiscordSRV/README.md @@ -5,7 +5,7 @@ DiscordのチャンネルとMinecraftのコンソールやチャットを連携 [https://www.spigotmc.org/resources/discordsrv.18494/](https://www.spigotmc.org/resources/discordsrv.18494/) ## Version -1.24.0 +1.25.1 ## Installed Server - s1 diff --git a/plugins/DoNotGrow/README.md b/plugins/DoNotGrow/README.md deleted file mode 100644 index 5186769..0000000 --- a/plugins/DoNotGrow/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# DoNotGrow -農作物の成長を停止するプラグイン - -## Link -[https://github.com/GiganticMinecraft/DoNotGrow](https://github.com/GiganticMinecraft/DoNotGrow) - -## Version -1.0.0 - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/Dynmap-Towny/README.md b/plugins/Dynmap-Towny/README.md index 21db6f6..bdfff2e 100644 --- a/plugins/Dynmap-Towny/README.md +++ b/plugins/Dynmap-Towny/README.md @@ -5,6 +5,7 @@ DynMapの表示にTownyの保護領域を追加するプラグイン [https://dev.bukkit.org/projects/dynmap-towny](https://dev.bukkit.org/projects/dynmap-towny) ## Version +v 1.1.2 ## Installed Server - s3 diff --git a/plugins/Dynmap-WorldGuard/README.md b/plugins/Dynmap-WorldGuard/README.md index 92ae304..6ceae80 100644 --- a/plugins/Dynmap-WorldGuard/README.md +++ b/plugins/Dynmap-WorldGuard/README.md @@ -5,6 +5,7 @@ DynMapの表示にWorldGuardの保護領域を追加するプラグイン [https://dev.bukkit.org/projects/dynmap-worldguard](https://dev.bukkit.org/projects/dynmap-worldguard) ## Version +v 1.5-beta-1.18.2 ## Installed Server - s1 diff --git a/plugins/EatEgg/README.md b/plugins/EatEgg/README.md index eabc642..7426732 100644 --- a/plugins/EatEgg/README.md +++ b/plugins/EatEgg/README.md @@ -4,7 +4,7 @@ ## Link -[https://github.com/Lucky3028/EatEgg](https://github.com/Lucky3028/EatEgg) +- [https://github.com/GiganticMinecraft/EatEgg](https://github.com/GiganticMinecraft/EatEgg) ## Version diff --git a/plugins/EatEgg/config.yml b/plugins/EatEgg/config.yml deleted file mode 100644 index b299ed5..0000000 --- a/plugins/EatEgg/config.yml +++ /dev/null @@ -1,2 +0,0 @@ -enabled-worlds: - - world_2 diff --git a/plugins/EpicRename/README.md b/plugins/EpicRename/README.md deleted file mode 100644 index c130822..0000000 --- a/plugins/EpicRename/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# EpicRename -アイテム名や説明文を変更することができるプラグイン - -## Link -[https://www.spigotmc.org/resources/epicrename.4341/](https://www.spigotmc.org/resources/epicrename.4341/) - -## Version - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/ExpTimer/README.md b/plugins/ExpTimer/README.md deleted file mode 100644 index 0c040b8..0000000 --- a/plugins/ExpTimer/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# ExpTimer -経験値バーで残り時間を表示することを可能にするプラグイン - -## Link -[https://github.com/ucchyocean/ExpTimer](https://github.com/ucchyocean/ExpTimer) - -## Version - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/FarmProtect/README.md b/plugins/FarmProtect/README.md deleted file mode 100644 index bc981c6..0000000 --- a/plugins/FarmProtect/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# FarmProtect -畑を踏んでも土に戻らない様にするプラグイン - -## Link -[https://www.spigotmc.org/resources/farmprotect.6259/](https://www.spigotmc.org/resources/farmprotect.6259/) - -## Version -v 1.8.4 - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/FastAsyncWorldEdit/README.md b/plugins/FastAsyncWorldEdit/README.md new file mode 100644 index 0000000..ccd67e1 --- /dev/null +++ b/plugins/FastAsyncWorldEdit/README.md @@ -0,0 +1,15 @@ +# FastAsyncWorldEdit +WorldEdit を効率よく高速にした代替プラグイン + +## Link +[https://www.spigotmc.org/resources/fastasyncworldedit.13932/](https://www.spigotmc.org/resources/fastasyncworldedit.13932/) + +## Version +v 2.9.2 + +## Installed Server +- s1 +- s2 +- s3 +- s5 +- s7 diff --git a/plugins/FastCraft/README.md b/plugins/FastCraft/README.md index c31d053..a14bc7d 100644 --- a/plugins/FastCraft/README.md +++ b/plugins/FastCraft/README.md @@ -5,6 +5,7 @@ [https://www.spigotmc.org/resources/fastcraft-craft-items-in-one-click-1-7-1-16.20544/](https://www.spigotmc.org/resources/fastcraft-craft-items-in-one-click-1-7-1-16.20544/) ## Version +v 3.2.12 ## Installed Server - s1 diff --git a/plugins/HolographicDisplays/README.md b/plugins/HolographicDisplays/README.md deleted file mode 100644 index 76f1504..0000000 --- a/plugins/HolographicDisplays/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# HolographicDisplays -空中に文字を表示するプラグイン - -## Link -[https://dev.bukkit.org/projects/holographic-displays](https://dev.bukkit.org/projects/holographic-displays) - -## Version -v 2.3.2 - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/LagMonitor/README.md b/plugins/LagMonitor/README.md deleted file mode 100644 index f688769..0000000 --- a/plugins/LagMonitor/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# LagMonitor -サーバーのパフォーマンスを分析し、ラグの原因の特定を補助できるプラグイン - -## Link -[https://www.spigotmc.org/resources/lagmonitor.21348/](https://www.spigotmc.org/resources/lagmonitor.21348/) - -## Version - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/LuckPerms/README.md b/plugins/LuckPerms/README.md new file mode 100644 index 0000000..9ffda58 --- /dev/null +++ b/plugins/LuckPerms/README.md @@ -0,0 +1,15 @@ +# LuckPerms +非常に強力な権限管理プラグイン + +## Link +[https://luckperms.net/](https://luckperms.net/) + +## Version +v 5.4.126 + +## Installed Server +- s1 +- s2 +- s3 +- s5 +- s7 diff --git a/plugins/LunaChat/README.md b/plugins/LunaChat/README.md index 36636b1..3be79a5 100644 --- a/plugins/LunaChat/README.md +++ b/plugins/LunaChat/README.md @@ -1,11 +1,11 @@ -# LunaChat +# LunaChat - [Forked](https://github.com/GiganticMinecraft/LunaChat) チャンネルチャット機能を提供するプラグイン ## Link [https://www.spigotmc.org/resources/lunachat.82293/](https://www.spigotmc.org/resources/lunachat.82293/) ## Version -2.8.12 +v 3.0.17 - For 1.18.2 ## Installed Server - s1 diff --git a/plugins/MyHat/README.md b/plugins/MyHat/README.md deleted file mode 100644 index 830c35d..0000000 --- a/plugins/MyHat/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# MyHat -プレイヤーがブロックを頭にかぶることができるようになるプラグイン - -## Link -[https://dev.bukkit.org/projects/simplehat2](https://dev.bukkit.org/projects/simplehat2) - -## Version - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/OriginSpawn/README.md b/plugins/OriginSpawn/README.md new file mode 100644 index 0000000..fa2035a --- /dev/null +++ b/plugins/OriginSpawn/README.md @@ -0,0 +1,10 @@ +# OriginSpawn +プレイヤーが複数のワールドを超えてスポーンできるように + +## Link +[https://github.com/GiganticMinecraft/OriginSpawn](https://github.com/GiganticMinecraft/OriginSpawn) + +## Version +v 0.2.7 + +## Installed Server diff --git a/plugins/PacketListenerApi/README.md b/plugins/PacketListenerApi/README.md deleted file mode 100644 index 51ffd35..0000000 --- a/plugins/PacketListenerApi/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# PacketListenerApi -送受信パケットを操作するためのAPIを提供するプラグイン - -## Link -[https://www.spigotmc.org/resources/api-packetlistenerapi.2930/](https://www.spigotmc.org/resources/api-packetlistenerapi.2930/) - -## Version - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/PermissionsEx/README.md b/plugins/PermissionsEx/README.md deleted file mode 100644 index b11ba3e..0000000 --- a/plugins/PermissionsEx/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# PermissionsEx -パーミッションをプレイヤーやグループごとに付与・剥奪ができるプラグイン - -## Link -[https://dev.bukkit.org/projects/permissionsex](https://dev.bukkit.org/projects/permissionsex) - -## Version - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/PlugMan/README.md b/plugins/PlugManX/README.md similarity index 64% rename from plugins/PlugMan/README.md rename to plugins/PlugManX/README.md index ed9993f..3b15ca4 100644 --- a/plugins/PlugMan/README.md +++ b/plugins/PlugManX/README.md @@ -1,8 +1,8 @@ -# PlugMan +# PlugManX (Fork from Plugman) pluginの情報を参照、pluginの個別無効化、有効化、リロードの実施、plugin一覧をテキストファイルでdumpすることができるプラグイン ## Link -[https://dev.bukkit.org/projects/plugman](https://dev.bukkit.org/projects/plugman) +[https://www.spigotmc.org/resources/plugmanx.88135/](https://www.spigotmc.org/resources/plugmanx.88135/) ## Version v 2.1.5 diff --git a/plugins/README.md b/plugins/README.md index b8c7402..d68595d 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -1,70 +1,55 @@ # plugins -- [AdvAfkKick](./AdvAfkKick) -- [antiRedstoneClock](./antiRedstoneClock) - [AreaShop](./AreaShop) -- [AsyncWorldEdit](./AsyncWorldEdit) -- [AsyncWorldEditInjector](./AsyncWorldEditInjector) - [AuctionHouse](./AuctionHouse) - [AutoMessage](./AutoMessage) -- [AutoSaveWorld](./AutoSaveWorld) +- [antiRedstoneClock](./antiRedstoneClock) - [BetterChairs](./BetterChairs) - [BlocksHub](./BlocksHub) - [BungeePortals](./BungeePortals) - [ByeByeWither](./ByeByeWither) -- [ChatControl](./ChatControl) - [ClearLag](./ClearLag) - [ClickTPA](./ClickTPA) -- [ColoredSigns](./ColoredSigns) - [CoreProtect](./CoreProtect) -- [CT-Core](./CT-Core) -- [Custom_JoinLeftMessages](./Custom_JoinLeftMessages) - [CustomEnchantments](./CustomEnchantments) +- [DecentHolograms](./DecentHolograms) - [DiscordSRV](./DiscordSRV) -- [DoNotGrow](./DoNotGrow) +- [Dynmap](./Dynmap) - [Dynmap-Towny](./Dynmap-Towny) - [Dynmap-WorldGuard](./Dynmap-WorldGuard) -- [dynmap](./dynmap) +- [EatEgg](./EatEgg) - [EditArmorStands](./EditArmorStands) - [Elytra](./Elytra) -- [EpicRename](./EpicRename) -- [ExpTimer](./ExpTimer) -- [FarmProtect](./FarmProtect) +- [FastAsyncWorldEdit](./FastAsyncWorldEdit) - [FastCraft](./FastCraft) -- [HolographicDisplays](./HolographicDisplays) -- [iConomy](./iConomy) - [ItemNBTAPI](./ItemNBTAPI) -- [LagMonitor](./LagMonitor) - [LiteBans](./LiteBans) +- [LuckPerms](./LuckPerms) - [LunaChat](./LunaChat) - [Multiverse-Core](./Multiverse-Core) - [Multiverse-Portals](./Multiverse-Portals) -- [MyHat](./MyHat) - [OpenInv](./OpenInv) -- [PacketListenerApi](./PacketListenerApi) +- [OriginSpawn](./OriginSpawn) - [ParticleLIB](./ParticleLIB) -- [PermissionsEx](./PermissionsEx) - [PlaceholderAPI](./PlaceholderAPI) -- [PlugMan](./PlugMan) +- [PlugManX](./PlugManX) - [PrometheusExporter](./PrometheusExporter) - [RandomTeleport](./RandomTeleport) -- [RedstoneClockPreventer](./RedstoneClockPreventer) - [RegenWorld](./RegenWorld) - [region-grid-fitter](./region-grid-fitter) -- [RegionGUI](./RegionGUI) - [SeichiAssist](./SeichiAssist) - [ShopChest](./ShopChest) - [Shopkeepers](./Shopkeepers) +- [ShukerBoxBackPacks](./ShukerBoxBackPacks) - [SimpleElevator](./SimpleElevator) -- [SimpleTrading](./SimpleTrading) +- [SpectatorTheater](./SpectatorTheater) - [StreamClock](./StreamClock) -- [tce](./tce) - [ThisWorld](./ThisWorld) -- [TodayPlugin](./TodayPlugin) - [Towny](./Towny) +- [TradeSystem](./TradeSystem) +- [tce](./tce) - [Vault](./Vault) - [WeatherRestrictions](./WeatherRestrictions) - [WorldBorder](./WorldBorder) -- [WorldEdit](./WorldEdit) - [WorldGuard](./WorldGuard) - [XConomy](./XConomy) diff --git a/plugins/RedstoneClockPreventer/README.md b/plugins/RedstoneClockPreventer/README.md deleted file mode 100644 index 58228e3..0000000 --- a/plugins/RedstoneClockPreventer/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# RedstoneClockPreventer -レッドストーンのクロック回路を検知し作動を停止させるプラグイン - -## Link -[https://www.spigotmc.org/resources/redstone-clock-preventer.1054/](https://www.spigotmc.org/resources/redstone-clock-preventer.1054/) - -## Version - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/RegionGUI/README.md b/plugins/RegionGUI/README.md deleted file mode 100644 index dd42608..0000000 --- a/plugins/RegionGUI/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# RegionGUI -WorldGuardによる保護に関する操作をGUIを通して行うことができるプラグイン - -## Link - -## Version - -## Installed Server -- s1 -- s2 -- s5 -- s7 diff --git a/plugins/SeichiAssist/README.md b/plugins/SeichiAssist/README.md index 53f4186..5cd99cd 100644 --- a/plugins/SeichiAssist/README.md +++ b/plugins/SeichiAssist/README.md @@ -5,6 +5,7 @@ [https://github.com/GiganticMinecraft/SeichiAssist](https://github.com/GiganticMinecraft/SeichiAssist) ## Version +v 1.14.0 ## Installed Server - s1 diff --git a/plugins/Shopkeepers/README.md b/plugins/Shopkeepers/README.md index 3cb09fe..e5e8327 100644 --- a/plugins/Shopkeepers/README.md +++ b/plugins/Shopkeepers/README.md @@ -5,6 +5,7 @@ [https://dev.bukkit.org/projects/shopkeepers](https://dev.bukkit.org/projects/shopkeepers) ## Version +v 2.22.3 ## Installed Server - s1 diff --git a/plugins/ShukerBoxBackPacks/README.md b/plugins/ShukerBoxBackPacks/README.md new file mode 100644 index 0000000..ce94013 --- /dev/null +++ b/plugins/ShukerBoxBackPacks/README.md @@ -0,0 +1,15 @@ +# ShukerBoxBackPacks +シュルカーボックスを置かずに右クリックで開けるように + +## Link +[https://www.spigotmc.org/resources/shulkerbox-backpacks.61073/](https://www.spigotmc.org/resources/shulkerbox-backpacks.61073/) + +## Version +v 1.1.4 + +## Installed Server +- s1 +- s2 +- s3 +- s5 +- s7 diff --git a/plugins/SimpleElevator/README.md b/plugins/SimpleElevator/README.md index e7a1247..32e81f3 100644 --- a/plugins/SimpleElevator/README.md +++ b/plugins/SimpleElevator/README.md @@ -5,6 +5,7 @@ [https://www.spigotmc.org/resources/simple-elevators-1-8-1-16.44462/](https://www.spigotmc.org/resources/simple-elevators-1-8-1-16.44462/) ## Version +v 1.3 ## Installed Server - s1 diff --git a/plugins/SimpleElevator/config.yml b/plugins/SimpleElevator/config.yml deleted file mode 100644 index 394edf0..0000000 --- a/plugins/SimpleElevator/config.yml +++ /dev/null @@ -1,4 +0,0 @@ -plate: 148 -block: 42 -distance: 200 -cooldown: 10 diff --git a/plugins/SimpleTrading/README.md b/plugins/SimpleTrading/README.md deleted file mode 100644 index 6be0568..0000000 --- a/plugins/SimpleTrading/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# SimpleTrading -プレイヤー間でのアイテムの取引機能を提供するプラグイン - -## Link -[https://www.spigotmc.org/resources/simpletrading.23802/](https://www.spigotmc.org/resources/simpletrading.23802/) - -## Version - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/SpectatorTheater/README.md b/plugins/SpectatorTheater/README.md new file mode 100644 index 0000000..7164b5a --- /dev/null +++ b/plugins/SpectatorTheater/README.md @@ -0,0 +1,15 @@ +# SpectatorTheater +プレイヤーのスペクテイターモードを管理できるプラグイン + +## Link +[https://github.com/GiganticMinecraft/SpectatorTheater](https://github.com/GiganticMinecraft/SpectatorTheater) + +## Version +v 1.0.37 + +## Installed Server +- s1 +- s2 +- s3 +- s5 +- s7 diff --git a/plugins/ThisWorld/README.md b/plugins/ThisWorld/README.md index df991fa..bcf2d2e 100644 --- a/plugins/ThisWorld/README.md +++ b/plugins/ThisWorld/README.md @@ -5,6 +5,7 @@ [https://github.com/HimaJyun/ThisWorld](https://github.com/HimaJyun/ThisWorld) ## Version +v 2.0.2 ## Installed Server - s1 diff --git a/plugins/TodayPlugin/README.md b/plugins/TodayPlugin/README.md deleted file mode 100644 index b66d6ef..0000000 --- a/plugins/TodayPlugin/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# TodayPlugin -ログイン時にメッセージを表示するプラグイン - -## Link -不明 - -## Version - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/TodayPlugin/config.yml b/plugins/TodayPlugin/config.yml deleted file mode 100644 index f5e08cf..0000000 --- a/plugins/TodayPlugin/config.yml +++ /dev/null @@ -1,24 +0,0 @@ -#Message: '今は%year年%month月%date日の%hour時%minute分%week曜日です.' - - -# 製作者:たまご -# -# %year = 何年(2015) -# %month = 何月(9) -# %date = 何日(5) -# %hour = 何時(11) -# %minute = 何分(35) -# %week = 何曜日(土) -Message: -- '-----------------------------------------------------------------------------' -- '&c&lこのサーバでは「ギガンティック☆整地鯖」のルールが適用されます' -- '&c&lサーバ接続時点でルールを読み同意したものとみなします' -- '&c&l不安な人はルールを再確認しよう: &e&lhttps://seichi.network/rule' -- '&l公式サイト: &e&lhttps://seichi.network/gigantic' -- '&lサーバマップ: &e&lhttps://seichi.network/map' -- '&l公式Discordグループに参加: &e&lhttps://discord.gg/pVq9Ftf' -- '&lサーバテクスチャ手動ダウンロード(v17.22 22/10/16更新):' -- '&e&lhttps://github.com/GiganticMinecraft/OriginalResourcePack/releases/download/v17.22/seichi_tex_v17.22.zip' -- '&l整地鯖ランキング: &e&lhttps://ranking-gigantic.seichi.click' -- '&c&l※URLの部分をクリックすると開きます' -- '-----------------------------------------------------------------------------' diff --git a/plugins/Towny/README.md b/plugins/Towny/README.md index c58d798..438dfa4 100644 --- a/plugins/Towny/README.md +++ b/plugins/Towny/README.md @@ -5,7 +5,7 @@ [https://www.spigotmc.org/resources/towny-advanced.72694/](https://www.spigotmc.org/resources/towny-advanced.72694/) ## Version -Unknown +v 0.100.3.1 ## Installed Server - s3 diff --git a/plugins/TradeSystem/README.md b/plugins/TradeSystem/README.md new file mode 100644 index 0000000..bf04199 --- /dev/null +++ b/plugins/TradeSystem/README.md @@ -0,0 +1,19 @@ +# TradeSystem +プレイヤー間取引をサポートするプラグイン + +## Link +[https://www.spigotmc.org/resources/trade-system-custom-layouts.58434/](https://www.spigotmc.org/resources/trade-system-custom-layouts.58434/) + +## Version +v 2.1.0 + +> ![NOTE] +> +> Minecraft 1.18.2 に対応した最後のバージョンで,最新バージョンにすると API エラーになってしまう (対応しないアイテムがあるため) + +## Installed Server +- s1 +- s2 +- s3 +- s5 +- s7 diff --git a/plugins/WorldEdit/README.md b/plugins/WorldEdit/README.md deleted file mode 100644 index 0d577e9..0000000 --- a/plugins/WorldEdit/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# WorldEdit -ゲーム内で地形を編集することができるプラグイン - -## Link -[https://dev.bukkit.org/projects/worldedit](https://dev.bukkit.org/projects/worldedit) - -## Version - -## Installed Server -- s1 -- s2 -- s3 -- s5 -- s7 diff --git a/plugins/antiRedstoneClock/README.md b/plugins/antiRedstoneClock/README.md index d1d379c..5beff0f 100644 --- a/plugins/antiRedstoneClock/README.md +++ b/plugins/antiRedstoneClock/README.md @@ -5,7 +5,7 @@ [https://www.spigotmc.org/resources/antiredstoneclock-worldguard-plotsquard-support-1-8-1-15.18557/](https://www.spigotmc.org/resources/antiredstoneclock-worldguard-plotsquard-support-1-8-1-15.18557/) ## Version -v 1.0.5 +v 1.5.0 ## Installed Server - s1 diff --git a/plugins/dynmap/README.md b/plugins/dynmap/README.md index e13cb36..6ef9716 100644 --- a/plugins/dynmap/README.md +++ b/plugins/dynmap/README.md @@ -5,6 +5,7 @@ [https://www.spigotmc.org/resources/dynmap.274/](https://www.spigotmc.org/resources/dynmap.274/) ## Version +v 3.7-SNAPSHOT-948 ## Installed Server - s1 diff --git a/plugins/iConomy/README.md b/plugins/iConomy/README.md deleted file mode 100644 index f2ab8d5..0000000 --- a/plugins/iConomy/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# iConomy -経済要素を追加するプラグイン - -## Link -[https://github.com/iConomy/Core](https://github.com/iConomy/Core) - -## Version - -## Installed Server -- s1 -- s5 -- s7