-
only tested for python 3.7 and 3.8
-
python version should be 3.7+
-
pip install -r requirements.txt
to install requirements! -
Please give a star if you like this repository
-
Preview version at ChatBridgeReforged_preview
Compare to ChatBridge
- use trio for Asynchronous processing
- more feature will be release in the future
- not support to ChatBridge clients in release
- Ricky is a suck author
- But he will try his best to maintain this repository
- Please cheer him so that he will be happy to maintain this repository
use ##help
to get plugin help command
use ##CBR
to get help command
Put all ChatBridgeReforged server files in a directory like
ChatBridgeReforged
-cbr
-ChatBridgeReforged_Server.py
Start server with run ChatBridgeReforged_Server.py
Put ChatBridgeReforged_MC.py
in MCDR's plugins file
Setup config.yml
in previous directory and config/ChatBridgeReforged_MC.json
in MCDR's directory
edit config.yml for config
Dict
config | data type | description |
---|---|---|
host_name | string |
ip address for hosting |
port | int |
port for hosting |
aes_key | string |
key for AES encryption |
list
config | data type | description |
---|---|---|
name | string |
name of client |
password | string |
password of client |
Dict
config | data type | description |
---|---|---|
size_to_zip | double |
size to zip the file latest.log (kb) |
split_log | bool |
split log to chat log and normal log |
size_to_zip_chat | bool |
size to zip the file chat.log (kb) |
Dict
config | data type | description |
---|---|---|
all | bool |
debug mode switch |
CBR | bool |
debug mode switch |
plugin | bool |
debug mode switch |
Plugin Catalogue will launch soon