Compatibility
Minecraft: Java Edition
Platforms
Links
Creators
Details
SyncChat
About the survey / アンケートについて
Please take the time to fill out our survey to help us improve the quality of our plugins and modpacks. Responses are optional.https://forms.gle/SqKqhTn4CNR54F6T7
プラグインとMODPackの品質向上のため、アンケートへの回答をお願いします。回答は任意です。
https://forms.gle/SqKqhTn4CNR54F6T7
日本語版は下へ!
English
Overview of this Plugin
Chats are synchronized between servers.
Redis is used for synchronization.
Server groups can be created.
what is added
Synchronize chats between servers.
What you need
・Paper1.21.7 ~
・Redis Server 7.x.x (Anything lower than that will probably work, but is not supported.)
・This plugin
How to install
- Download the Plugin file (.jar)
- Copy or move the downloaded plugin file into the Server "plugins" folder
- (Re)start the server
- Done!
Configuration File
When you (re)start the server, a "SyncChat" folder will be generated in the "plugins" folder.
In the SyncChat folder, there is a config.yml file.
Open the config.yml file.
In the initial state, the contents look like this.
redis:
host: "localhost"
port: 6379
groups:
- global
[redis:] sets the redis connection information.
[groups:] sets the chat group to which the server belongs. If multiple groups are specified, the top group takes precedence.
(Example: If a server belongs to both Survival1 and global: If a server is set to the same Survival1 and global in the same order, Survival1 will be displayed as the chat group.)
others
The source code is available on Github.
Development environment: IntelliJ IDEA
日本語版
このプラグインについて
サーバー間でチャットを同期します。
同期にはRedisを使います。
サーバーグループを設定できます。
何が追加されるか
サーバー間でのチャットの同期。
必要なもの
・Paper1.21.7 ~
・Redis 7.x.x (これ以下でも動作するとは思いますが、サポートの対象外とさせていただきます。)
・このプラグイン
インストール方法
- プラグインファイル(.jar)をダウンロードします。
- ダウンロードしたプラグインファイルをサーバーの「plugins」フォルダにコピーまたは移動します。
- サーバーを(再)起動します。
- 完了!
configについて
サーバーを(再)起動すると、「plugins」フォルダ内に「SyncChat」フォルダが生成されます。
SyncChatフォルダ内にconfig.ymlファイルがあります。
config.ymlファイルを開いてください。 初期状態では、内容は以下のようになっています。
redis:
host: "localhost"
port: 6379
groups:
- global
[redis:] は、Redis の接続情報を設定します。
[groups:] は、サーバーが所属するチャットグループを設定します。複数のグループを指定した場合、最上位のグループが優先されます。
(例: Survival1 と global の両方に所属するサーバーの場合: Survival1 と global に同じ順序でサーバーが設定されている場合、チャットには Survival1 が表示されます。)
その他
ソースコードはGithubで公開してあります。
開発環境: IntelliJ IDEA