Compare commits
10 Commits
dbaec17fad
...
8a819820a1
Author | SHA1 | Date | |
---|---|---|---|
8a819820a1 | |||
ee5a2a4770 | |||
1b8ab6028d | |||
2ffdc47509 | |||
4dd4abfc9f | |||
625925c604 | |||
b8f8f62d0f | |||
e47a0a6c42 | |||
de57b4effa | |||
b3110bde9d |
@ -1,28 +1,59 @@
|
|||||||
import { defineConfig } from 'vitepress'
|
import { defineConfig } from "vitepress"
|
||||||
|
import taskLists from "markdown-it-task-lists";
|
||||||
|
|
||||||
// https://vitepress.dev/reference/site-config
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
title: "河坝Minecraft服务器-文档",
|
title: "H8 Network",
|
||||||
description: "文档",
|
description: "河坝Minecraft服务器-文档",
|
||||||
|
lastUpdated: true,
|
||||||
|
cleanUrls: true,
|
||||||
|
metaChunk: true,
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
|
||||||
nav: [
|
nav: [
|
||||||
{ text: 'Home', link: '/' },
|
{ text: "主页", link: "/" },
|
||||||
{ text: 'Examples', link: '/markdown-examples' }
|
{ text: "皮肤站", link: "https://auth.hfbz.net" },
|
||||||
|
{ text: "卫星地图", link: "https://map.hfbz.net" },
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
text: 'Examples',
|
text: "开始",
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Markdown Examples', link: '/markdown-examples' },
|
{ text: "简介", link: "/introduction" },
|
||||||
{ text: 'Runtime API Examples', link: '/api-examples' }
|
{ text: "快速开始", link: "/getting-started" },
|
||||||
]
|
],
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
text: "服务器",
|
||||||
|
items: [{ text: "主服务器", link: "/server/main" }],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: "更新",
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
text: "更新日志",
|
||||||
|
link: "/update",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: "更新计划",
|
||||||
|
link: "/plan",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
socialLinks: [
|
|
||||||
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
|
// socialLinks: [
|
||||||
]
|
// { icon: "github", link: "https://github.com/vuejs/vitepress" },
|
||||||
}
|
// ],
|
||||||
|
},
|
||||||
|
markdown: {
|
||||||
|
config: (md) => {
|
||||||
|
md.use(taskLists)
|
||||||
|
},
|
||||||
|
theme: {
|
||||||
|
light: "github-light",
|
||||||
|
dark: "github-dark",
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
28
index.md
28
index.md
@ -1,24 +1,26 @@
|
|||||||
---
|
---
|
||||||
# https://vitepress.dev/reference/default-theme-home-page
|
|
||||||
layout: home
|
layout: home
|
||||||
|
|
||||||
hero:
|
hero:
|
||||||
name: "河坝MC服务器-文档"
|
name: 河坝MC服务器
|
||||||
tagline: 欢迎查阅
|
text: 玩家文档
|
||||||
|
tagline: H8 Network
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
|
text: 这是什么服务器?
|
||||||
|
link: /introduction
|
||||||
|
- theme: alt
|
||||||
text: 快速开始
|
text: 快速开始
|
||||||
link: /getting-started
|
link: /getting-started
|
||||||
# - theme: alt
|
- theme: alt
|
||||||
# text: API Examples
|
text: 更新日志
|
||||||
# link: /api-examples
|
link: /update
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- title: Feature A
|
- title: 优质玩家社区
|
||||||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
details: 由河坝校友运营,玩家群体为高素质人群
|
||||||
- title: Feature B
|
- title: 玩法多样
|
||||||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
details: 包含丰富的游戏模式、玩法
|
||||||
- title: Feature C
|
- title: 混合验证模式
|
||||||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
details: 无论你有无正版帐户都可以游玩
|
||||||
---
|
---
|
||||||
|
|
||||||
|
11
install.md
Normal file
11
install.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# 安装整合包
|
||||||
|
|
||||||
|
## 前置要求
|
||||||
|
|
||||||
|
- 安装`JDK 1.21`
|
||||||
|
|
||||||
|
## 下载与解压
|
||||||
|
|
||||||
|
从群内下载。
|
||||||
|
|
||||||
|
##
|
7
introduction.md
Normal file
7
introduction.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# 简介
|
||||||
|
|
||||||
|
## 服务器设置
|
||||||
|
|
||||||
|
- 主服务器(Main)
|
||||||
|
- 建筑服务器(Build)
|
||||||
|
- 存档服务器(Archive)
|
12
mechanism/stargete.md
Normal file
12
mechanism/stargete.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# 星门 (Stargete)
|
||||||
|
|
||||||
|
星门插件是一个经典的传送插件,它允许在远距离之间甚至跨服务器之间进行即时传送。 它是有史以来最可定制的交通插件之一,并且在设计时考虑了最终用户的创作! ——原作者
|
||||||
|
|
||||||
|
## 设置星门
|
||||||
|
|
||||||
|
基础星门星门使用铁块、告示牌、按钮来组成,其中按钮会在告示牌设置星门数据完毕后自动生成。 设置星门需要1000硬币,使用一次需要10硬币。
|
||||||
|
星门创建者还可以从使用者手里获得使用费,具体请看星门参数条目。
|
||||||
|
|
||||||
|
星门设置如下图所示:
|
||||||
|
|
||||||
|
![星门设置](/images/stargete.png)
|
@ -6,5 +6,8 @@
|
|||||||
"docs:dev": "vitepress dev",
|
"docs:dev": "vitepress dev",
|
||||||
"docs:build": "vitepress build",
|
"docs:build": "vitepress build",
|
||||||
"docs:preview": "vitepress preview"
|
"docs:preview": "vitepress preview"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"markdown-it-task-lists": "^2.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
24
plan.md
Normal file
24
plan.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# 更新计划
|
||||||
|
|
||||||
|
## 2024年12月 内测服务器更新计划
|
||||||
|
|
||||||
|
### 文档
|
||||||
|
|
||||||
|
- [ ] 登录文档
|
||||||
|
- [ ] 经济
|
||||||
|
- [ ] 星门
|
||||||
|
- [ ] 技能 AuraSkills
|
||||||
|
- [ ] 更多附魔 EcoEenchants
|
||||||
|
- [ ] 飞行方块
|
||||||
|
- [ ] 抽奖
|
||||||
|
- [ ] 更多姿势
|
||||||
|
- [ ] 电梯
|
||||||
|
- [ ] 其他:CoreProtect、Lockette
|
||||||
|
|
||||||
|
### 服务器
|
||||||
|
|
||||||
|
- [ ] 服务器名、Motd、地图种子等问题的决定
|
||||||
|
|
||||||
|
### 社区建设
|
||||||
|
|
||||||
|
- [ ] 社区守则
|
1688
pnpm-lock.yaml
1688
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
BIN
public/images/stargete.png
Normal file
BIN
public/images/stargete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
3
server/main.md
Normal file
3
server/main.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# 主服务器
|
||||||
|
|
||||||
|
## 交通
|
19
update.md
Normal file
19
update.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# 更新日志
|
||||||
|
|
||||||
|
## 2024
|
||||||
|
|
||||||
|
### 2024.11.30
|
||||||
|
|
||||||
|
- 发布 整合包 `1.0.0`
|
||||||
|
|
||||||
|
### 2024.12.21
|
||||||
|
|
||||||
|
- 更新Minecraft版本至 `1.21.1`
|
||||||
|
- 新增卫星地图
|
||||||
|
- 增加地图大小限制 主世界半径为10000格 地狱为5000格 末地为5000格
|
||||||
|
- 平衡附魔 部分附魔交易概率降低
|
||||||
|
- 将每日签到奖励改为200硬币
|
||||||
|
- 新增在线奖励 每日在线1小时活动1000硬币 命令`/prewards`
|
||||||
|
- 更改部分命令费用
|
||||||
|
- 更改星门创建费用为10000硬币 使用费用为25硬币
|
||||||
|
- 允许使用命令`/playtime`和`/playtimetop`
|
3
vercel.json
Normal file
3
vercel.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"cleanUrls": true
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user