-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7dc9d59
commit f34f043
Showing
7 changed files
with
85 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# Summary | ||
|
||
* [Preface](README.md) | ||
* [Creating a Dominion](README.md) | ||
* [Territory Management](manage-dominion/README.md) | ||
* [Creating a Dominion](create-dominion.md) | ||
* [Dominion Management](manage-dominion/README.md) | ||
* [Environment Settings](manage-dominion/environment.md) | ||
* [Permission Management](manage-dominion/permission/README.md) | ||
* [Guest Permissions](manage-dominion/permission/guest.md) | ||
* [Territory members](manage-dominion/permission/member.md) | ||
* [Dominion Members](manage-dominion/permission/member.md) | ||
* [Permission Groups](manage-dominion/permission/permission-group.md) | ||
* [Permission Templates](manage-dominion/permission/template.md) | ||
* [Territory Teleport](manage-dominion/teleport.md) | ||
* [Dominion Teleport](manage-dominion/teleport.md) | ||
* [Resize](manage-dominion/resize.md) | ||
* [Setting the territory reminder message](manage-dominion/message.md) | ||
* [Permission group title](manage-dominion/group-title.md) | ||
* [Subdominion](manage-dominion/sub-dominion.md) | ||
* [Migration from residence](migration-residence.md) | ||
* [Command list](command-list.md) | ||
* [Dominion Message](manage-dominion/message.md) | ||
* [Group Title](manage-dominion/group-title.md) | ||
* [SubDominion](manage-dominion/sub-dominion.md) | ||
* [Migration from Residence](migration-residence.md) | ||
* [Command List](command-list.md) | ||
* [Administrator's Guide](operator/README.md) | ||
* [Configuration file reference](operator/config.md) | ||
* [Configuration File Reference](operator/config.md) | ||
* [flags.yml](operator/flags.md) | ||
* [Privileged Player Configuration](operator/privilege.md) | ||
* [Cross-group teleportation (global-tp in testing)](operator/global-tp.md) | ||
* [Multi Server Teleportation (no-release)](operator/global-tp.md) | ||
* [Developer](developer.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
# 创建领地 | ||
# Create A Dominion | ||
|
||
## 名称规则 | ||
## Naming Rules | ||
|
||
- 领地名称不可与其他领地重复; | ||
- 领地名称不可包含空格; | ||
- 领地名称不可包含特殊字符; | ||
- Should not duplicate with other dominions; | ||
- Should not contain spaces; | ||
- Should not contain special characters; | ||
|
||
## 手动创建 | ||
## Manual Creation | ||
|
||
需要使用圈地工具(默认为箭矢),依次使用左键点选领地长方体区域的第一个点、右键点击长方体区域的第二个点。然后使用: | ||
`/dominion create <领地名称>`创建领地,领地名称不可与其他领地重复。 | ||
Using tool (default is arrow), left-click the first point of the rectangular area of the dominion, and right-click the | ||
second point of the rectangular area. Then use: | ||
`/dominion create <dominion_name>` to create a dominion, the dominion name cannot be the same as other dominions. | ||
|
||
## 自动创建 | ||
## Automatic Creation | ||
|
||
不需要选择对角线点,会以玩家为中心自动创建一定区域的领地。 | ||
Don't need to select the diagonal points, the dominion will be created automatically with the player as the center. | ||
|
||
1. 使用 `/dominion` 打开主菜单,点击`【创建领地】`; | ||
2. 在弹出的 UI 中输入你要创建的领地名称; | ||
3. 输入完成后左键点击下方中间的绿色混凝土,即可自动创建一块领地; | ||
1. Open the main menu with `/dominion`, click `【CREATE】`; | ||
2. Enter the name of the dominion you want to create in the pop-up UI; | ||
3. After entering, left-click the green concrete in the middle below to automatically create a dominion; | ||
|
||
> 自动创建半径是由服务器管理员在配置文件中设置的; | ||
> The radius of automatic creation is set by the server administrator in the configuration file; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
# 领地管理 | ||
# Dominion Management | ||
|
||
领地的管理可以通过领地菜单完成,通常来说您不需要任何指令就可以完成领地的管理。 | ||
The management of the dominion can be completed through the dominion menu. | ||
In general, you do not need any commands to complete the management of the dominion. | ||
|
||
## 主菜单界面 `/dominion` | ||
## Opening Menu with `/dominion` | ||
|
||
使用 `/dominion` 可以打开领地系统的可视化操作菜单界面(TUI)。单击`【我的领地】`可以查看自己创建的所有领地。 | ||
Using `/dominion` can open the visual operation menu interface (TUI) of the dominion system. | ||
Click `【DOMINIONS】` to view all the dominions you have created. | ||
|
||
## 领地管理界面 `/dominion manage [领地名称]` | ||
## Dominion Management Interface `/dominion manage [dominion_name]` | ||
|
||
单击对应领地的【管理】即可进入对应领地的管理界面,通过管理界面可以管理此领地的权限等信息。 也可以直接输入 | ||
`/dominion manage [领地名称]` 来快速打开当前所在领地的管理界面。 | ||
|
||
> 领地名称是可选的,不填写则自动打开你当前所在的领地管理界面。 | ||
Click `【MANAGE】` of the corresponding dominion to enter the management interface of the corresponding dominion. | ||
Through the management interface, you can manage the permissions and other information of this dominion. You can also | ||
directly enter `/dominion manage [dominion_name]` to quickly open the management interface of the dominion you are | ||
standing | ||
in. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
# 将领地从 Residence 迁移到 Dominion | ||
# Migration from Residence | ||
|
||
## 注意事项 | ||
## Notice | ||
|
||
1. 迁移采取的“玩家自助”方案,即由玩家自行决定要迁移自己的哪些领地; | ||
2. 目前支持迁移:领地、tp点、欢迎/离开提示消息、子领地; | ||
3. 由于对权限的存储、索引方式不同,目前**不支持**对权限进行迁移; | ||
4. 迁移领地**不会产生二次消费**; | ||
1. Instead of automatically migrating all data, the player can choose which residence of his own to migrate; | ||
2. Currently supported data migration: residence, tp points, welcome/leave messages, sub-residence; | ||
3. Due to the different storage and indexing methods of permissions, **permission migration is currently NOT SUPPORTED | ||
**; | ||
4. Migrating residence **will NOT incur secondary consumption**; | ||
|
||
## 服主要做的事 | ||
## For Server Owner | ||
|
||
1. 删除 Residence 插件,保留其数据文件 `plugins/Residence`; | ||
2. 在 Dominion 配置中将 `ResidenceMigration` 打开(设置为true); | ||
1. Delete the Residence plugin and keep its data file `plugins/Residence`; | ||
2. Open `ResidenceMigration` in the Dominion configuration (set to true); | ||
3. Restart the server to take effect; | ||
|
||
## 玩家要做的事 | ||
## For Player | ||
|
||
1. 上线,打开 Dominion 菜单 `/dom`,点击`【迁移数据】`: | ||
2. 选择要迁移的 Residence 领地,点击前面的`【迁移】`; | ||
3. 完成后即可前往领地列表进一步配置领地的权限等信息: | ||
1. Log in and open the Dominion menu `/dom`, click `【MIGRATE】`: | ||
2. Select the residence you want to migrate, click `【MIGRATE】` after it; | ||
3. After completion, you can go to the dominion list to further configure the permissions and other information of the | ||
dominion: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters