Dominion/docs/zh-hk/operator/global-tp.md

20 lines
746 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 跨群組服傳送
**改功能暫未上線**
## 新服務器配置
1. 配置好 Mysql 或 Pgsql 數據庫不可使用sqlite需要將所有子服連接到同一個數據庫配置文件的數據庫部分一致
2. 將所有子服啟動一次後關閉;
3. 修改各子服 `plugins/Dominion/server_info.json` 中的 `name` 字段,需要將其修改為你在群組代理中設置的對應子服的名稱;
4. 啟動所有子服,大功告成;
## 遷移
目前暫不支持將多個已經在使用此插件的子服合並為群租,你只能選擇其一保留領地數據。
需要在你要保留數據的子服中先運行本插件,再安裝至其他子服運行一次,隨後可參照以上的 2-4 步驟。