Compare commits

..

10 Commits

Author SHA1 Message Date
HRZ
8a819820a1
pref: update getting-started 2024-12-22 08:32:11 +08:00
ee5a2a4770
pref: add 12.21 update 2024-12-21 19:43:51 +08:00
1b8ab6028d
feat: add stargete 2024-11-30 19:42:47 +08:00
2ffdc47509
pref: update sidebar 2024-11-30 16:44:05 +08:00
4dd4abfc9f
pref: update getting-started 2024-11-23 18:28:49 +08:00
625925c604
feat: add update.md 2024-11-23 18:16:08 +08:00
b8f8f62d0f
pref: update index.md 2024-11-23 17:49:34 +08:00
e47a0a6c42
pref: update vercel.json 2024-11-23 17:00:07 +08:00
de57b4effa
pref: update vercel.json 2024-11-23 16:55:38 +08:00
b3110bde9d
feat: add vercel.json 2024-11-23 16:44:18 +08:00
14 changed files with 932 additions and 934 deletions

View File

@ -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: [ // socialLinks: [
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' } // { icon: "github", link: "https://github.com/vuejs/vitepress" },
] // ],
} },
markdown: {
config: (md) => {
md.use(taskLists)
},
theme: {
light: "github-light",
dark: "github-dark",
},
},
}) })

3
auth.md Normal file
View File

@ -0,0 +1,3 @@
# 玩家认证
服务器采用混合验证模式。

View File

@ -1 +1 @@
# 快速开始 # 快速开始

View File

@ -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
View File

@ -0,0 +1,11 @@
# 安装整合包
## 前置要求
- 安装`JDK 1.21`
## 下载与解压
从群内下载。
##

7
introduction.md Normal file
View File

@ -0,0 +1,7 @@
# 简介
## 服务器设置
- 主服务器(Main)
- 建筑服务器(Build)
- 存档服务器(Archive)

12
mechanism/stargete.md Normal file
View File

@ -0,0 +1,12 @@
# 星门 (Stargete)
星门插件是一个经典的传送插件,它允许在远距离之间甚至跨服务器之间进行即时传送。 它是有史以来最可定制的交通插件之一,并且在设计时考虑了最终用户的创作! ——原作者
## 设置星门
基础星门星门使用铁块、告示牌、按钮来组成,其中按钮会在告示牌设置星门数据完毕后自动生成。 设置星门需要1000硬币使用一次需要10硬币。
星门创建者还可以从使用者手里获得使用费,具体请看星门参数条目。
星门设置如下图所示:
![星门设置](/images/stargete.png)

View File

@ -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
View File

@ -0,0 +1,24 @@
# 更新计划
## 2024年12月 内测服务器更新计划
### 文档
- [ ] 登录文档
- [ ] 经济
- [ ] 星门
- [ ] 技能 AuraSkills
- [ ] 更多附魔 EcoEenchants
- [ ] 飞行方块
- [ ] 抽奖
- [ ] 更多姿势
- [ ] 电梯
- [ ] 其他:CoreProtect、Lockette
### 服务器
- [ ] 服务器名、Motd、地图种子等问题的决定
### 社区建设
- [ ] 社区守则

File diff suppressed because it is too large Load Diff

BIN
public/images/stargete.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

3
server/main.md Normal file
View File

@ -0,0 +1,3 @@
# 主服务器
## 交通

19
update.md Normal file
View 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
View File

@ -0,0 +1,3 @@
{
"cleanUrls": true
}