docs: add towny

This commit is contained in:
thehrz 2025-02-08 00:16:01 +08:00
parent 5bc2f5005a
commit f36e1266a9
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855
3 changed files with 37 additions and 0 deletions

View File

@ -27,6 +27,13 @@ export default defineConfig({
text: "服务器",
items: [{ text: "主服务器", link: "/server/main" }],
},
{
text: "玩法",
items: [
{ text: "城镇 (Towny)", link: "/mechanism/towny" },
{ text: "星门 (Stargete)", link: "/mechanism/stargete" }
],
},
{
text: "更新",
items: [

26
mechanism/towny.md Normal file
View File

@ -0,0 +1,26 @@
# 城镇 (Towny)
## 简介
城镇是一个可以在 Bukkit/Tekkit/Spigot/Libigot 上运行的先进、多功能的插件。
城镇可以设置 pvp, 物品保护, 聊天, 防止通货膨胀和怪物生成。城镇可以让玩家协作起来, 建立一个和谐友好的集体。
## 基础命令
| 指令 | 阐释 |
| --------------------------- | ------------------------------------------------------------ |
| `/t create [城镇名]` | 创建一个城镇 |
| `/t join [城镇名]` | 加入一个公开的城镇 |
| `/t` | 查看城镇信息 |
| `/t claim` | 购买一块土地 |
| `/t unclaim` | 放弃一块土地 |
| `/t friend add [好友名]` | 添加好友使其获得你的土地权限 |
| `/t friend remove [好友名]` | 移除好友 |
| `/t spawn` | 传送到你的城镇, 后加城镇名可传送到其他城镇 |
| `/t outpost` | 传送到你的城镇前哨,如果你的城镇没有前哨的话效果等同于`/t spawn` |
## 基础教程
### 创建城镇
使用命令`/t create [城镇名]`,经过确认后,将花费`100000 硬币`创建一个城镇。

View File

@ -41,3 +41,7 @@
- 新增等级化怪物加强,根据玩家装备水平、技能等级、刷新距离判定怪物等级,**所有怪物都会被提升**
- 新增世界变更日志,玩家使用`/co i`查询方块
- 新增末影龙掉落物,`50%`概率掉落鞘翅
### 2025.2.8
- 城镇化改革-1