forked from H8-Network/player-docs
docs: add towny
This commit is contained in:
parent
5bc2f5005a
commit
f36e1266a9
@ -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
26
mechanism/towny.md
Normal 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 硬币`创建一个城镇。
|
Loading…
x
Reference in New Issue
Block a user