https://github.com/necnion8/craftswitcher-reportmodule
CraftSwitcher v1 用のサーバー連携モジュール
https://github.com/necnion8/craftswitcher-reportmodule
craftswitcher
Last synced: 3 months ago
JSON representation
CraftSwitcher v1 用のサーバー連携モジュール
- Host: GitHub
- URL: https://github.com/necnion8/craftswitcher-reportmodule
- Owner: Necnion8
- Created: 2024-11-02T02:58:10.000Z (7 months ago)
- Default Branch: develop
- Last Pushed: 2024-11-02T04:14:03.000Z (7 months ago)
- Last Synced: 2024-12-27T14:40:21.653Z (5 months ago)
- Topics: craftswitcher
- Language: Java
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CraftSwitcher v1 Report Module
サーバーが [CraftSwitcher](https://github.com/Necnion8/CraftSwitcher) と対話できるようにする Java Agent モジュールです
[操作API](src%2Fmain%2Fjava%2Fcom%2Fgmail%2Fnecnionch%2Fmyapp%2Fcraftswitcherreportmodule%2Fv1%2FCraftSwitcherAPI.java)やコマンドとイベントをサーバーに追加します。(SpigotとBungeeCordのみ)## 非推奨
- 古いCraftSwitcher(v1)向けです。過去のコードを参照できるように公開しています。
- メンテナンスされていないため、最近のサーバーで動作しないかもしれません## APIを利用するプラグイン
- [SwitchJoin](https://github.com/Necnion8/SwitchJoin) for BungeeCord
- [BungeePortal2](https://github.com/Necnion8/BungeePortal2) for Bukkit## ライセンス
- [Javassist](https://github.com/jboss-javassist/javassist) - MPL 1.1
- [Gson](https://github.com/google/gson) - Apache License 2.0
- [netty](https://github.com/netty/netty) - Apache License 2.0