Compare commits

...

20 Commits

Author SHA1 Message Date
ff4bc47c81
docs: update stargate flags 2025-04-06 13:22:42 +08:00
b3539d7963
docs: 2025.4.5 update 2025-04-05 22:14:11 +08:00
dabaeaf021
docs: update stargate 2025-04-05 22:01:56 +08:00
b7e0082ce6
pref: remove plan 2025-03-23 09:54:54 +08:00
3b0243548a
pref: add fcl.md 2025-03-23 09:54:34 +08:00
59dc5759ba
pref: add 2025.3.1 update 2025-03-01 20:10:47 +08:00
7ec3dc2cfd
docs: add mechanisms 2025-02-09 08:59:41 +08:00
96d6f9227f
docs: add servers 2025-02-09 08:59:04 +08:00
da79442239
pref: add AllMusic to sidebar 2025-02-09 08:50:23 +08:00
1cb3159b13
pref: update vitepress config 2025-02-09 08:49:19 +08:00
a39608eef1
docs: update description 2025-02-09 08:44:31 +08:00
5edf540566
docs(main): add commands 2025-02-09 08:40:40 +08:00
aa254a2fb3
docs: add AllMusic 2025-02-09 08:39:46 +08:00
0614820094
pref: add CoreProtect 2025-02-08 21:51:05 +08:00
6c8d6d7fec
docs: update towny 2025-02-08 21:46:33 +08:00
1ddc42aed9
docs: add towny bank 2025-02-08 00:21:46 +08:00
f36e1266a9
docs: add towny 2025-02-08 00:16:01 +08:00
5bc2f5005a
pref: add 2.4 2.5 update 2025-02-05 23:08:36 +08:00
9d4765db67
pref: update getting-started, remove unused files 2025-02-05 16:37:10 +08:00
c8a3350b20
pref: update image links 2025-02-05 16:31:18 +08:00
41 changed files with 331 additions and 167 deletions

View File

@ -8,10 +8,11 @@ export default defineConfig({
cleanUrls: true,
metaChunk: true,
themeConfig: {
outlineTitle: "目录",
nav: [
{ text: "主页", link: "/" },
{ text: "皮肤站", link: "https://auth.hfbz.net" },
{ text: "卫星地图", link: "https://map.hfbz.net" },
{ text: "卫星地图(暂不可用)", link: "https://map.hfbz.net" },
],
@ -25,7 +26,25 @@ export default defineConfig({
},
{
text: "服务器",
items: [{ text: "主服务器", link: "/server/main" }],
items: [
{ text: "主服务器 (Main)", link: "/server/main" },
{ text: "建筑 (Build)", link: "/server/build" },
{ text: "小游戏 (Minigames)", link: "/server/minigames" },
{ text: "归档 (Archive)", link: "/server/archive" },
],
},
{
text: "玩法",
items: [
{ text: "技能 (AuraSkills)", link: "/mechanism/auraskills" },
{ text: "更多附魔 (EcoEnchants)", link: "/mechanism/ecoenchants" },
{ text: "查询 (CoreProtect)", link: "/mechanism/coreprotect" },
{ text: "飞行方块 (FlyBlock)", link: "/mechanism/flyblock" },
{ text: "点歌 (AllMusic)", link: "/mechanism/allmusic" },
{ text: "电梯 (Lift)", link: "/mechanism/lift" },
{ text: "城镇 (Towny)", link: "/mechanism/towny" },
{ text: "星门 (Stargete)", link: "/mechanism/stargete" }
],
},
{
text: "更新",
@ -34,10 +53,6 @@ export default defineConfig({
text: "更新日志",
link: "/update",
},
{
text: "更新计划",
link: "/plan",
},
],
},
],

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

BIN
assets/3-launcher.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

37
auth.md
View File

@ -1,37 +0,0 @@
# 玩家认证
服务器采用混合验证模式。你可以使用我们的[皮肤站](https://auth.hfbz.net)或正版账号进入服务器。
### 正版账号
使用正版账号,你无需其他配置,在你的启动器中使用正版账号就行了。
### 外置登录(authlib-injector)
对于没有正版账号的玩家,直接使用离线模式是无法进入服务器的,只能用我们的皮肤站。下面是具体步骤:
#### 注册账号
打开[皮肤站](https://auth.hfbz.net),你会看到如下页面:
![注册页面](images/signup.png)
接下来,填入你的邮箱,设置密码,完成注册。
#### 登录配置
在皮肤站登录后,你会看到如下页面:
![登录1](images/signin1.png)
复制```https://auth.hfbz.net/api/yggdrasil```,然后打开你的启动器,接下来以```PCL2```为例进行配置。
打开启动器选择你需要的版本本服使用1.21.1),到这个页面,然后```版本设置-设置```
![登录2](images/signin2.png)
接着,往下翻,找到```服务器```一栏,像这样填写:
![登录3](images/signin3.png)
注册链接就是写皮肤站的网址,填写完成,然后返回首页登录皮肤站账号。填写邮箱及密码即可。```HMCL```以及其他启动器流程大致相同,如有疑问可以进群咨询,欢迎~

View File

@ -1 +1,44 @@
# 快速开始
## 玩家认证
服务器采用混合验证模式。你可以使用我们的[皮肤站](https://auth.hfbz.net)或正版账号进入服务器。
### 正版账号
使用正版账号,你无需其他配置,在你的启动器中使用正版账号就行了。
### 外置登录 (Yggdrasil)
对于没有正版账号的玩家,**直接使用离线模式是无法进入服务器的**,只能用我们的皮肤站。
外置登录可以为玩家提供统一的非 Mojang 游戏外登录体验,并支持显示上传至皮肤站的皮肤。
#### 注册账号
打开[皮肤站](https://auth.hfbz.net),你会看到如下页面:
![1-skin-signup](./assets/1-skin-signup.png)
接下来,填入你的邮箱,设置密码,完成注册。
#### 登录配置
在皮肤站登录后,你会看到如下页面:
![2-skin-info](./assets/2-skin-info.png)
复制`https://auth.hfbz.net/api/yggdrasil`,然后打开你的启动器,接下来以`PCL2`为例进行配置。
打开启动器选择你需要的版本本服使用1.21.1),到这个页面,然后`版本设置-设置`
![3-launcher](./assets/3-launcher.png)
接着,往下翻,找到`服务器`一栏,像这样填写:
![4-launcher-config](./assets/4-launcher-config.png)
注册链接就是写皮肤站的网址,填写完成,然后返回首页登录皮肤站账号,填写邮箱及密码即可。
`HMCL`以及其他启动器流程大致相同,如有疑问欢迎进群讨论。

View File

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

View File

@ -4,4 +4,5 @@
- 主服务器(Main)
- 建筑服务器(Build)
- 小游戏服务器(Minigames)
- 存档服务器(Archive)

View File

@ -1,85 +0,0 @@
# Markdown Extension Examples
This page demonstrates some of the built-in markdown extensions provided by VitePress.
## Syntax Highlighting
VitePress provides Syntax Highlighting powered by [Shiki](https://github.com/shikijs/shiki), with additional features like line-highlighting:
**Input**
````md
```js{4}
export default {
data () {
return {
msg: 'Highlighted!'
}
}
}
```
````
**Output**
```js{4}
export default {
data () {
return {
msg: 'Highlighted!'
}
}
}
```
## Custom Containers
**Input**
```md
::: info
This is an info box.
:::
::: tip
This is a tip.
:::
::: warning
This is a warning.
:::
::: danger
This is a dangerous warning.
:::
::: details
This is a details block.
:::
```
**Output**
::: info
This is an info box.
:::
::: tip
This is a tip.
:::
::: warning
This is a warning.
:::
::: danger
This is a dangerous warning.
:::
::: details
This is a details block.
:::
## More
Check out the documentation for the [full list of markdown extensions](https://vitepress.dev/guide/markdown).

31
mechanism/allmusic.md Normal file
View File

@ -0,0 +1,31 @@
# 点歌 (AllMusic)
::: info
该玩法需要客户端Mod支持。请使用群内整合包。
:::
## 命令
- /music [音乐ID/网易云分享链接] 点歌
- /music stop 停止播放歌曲
- /music list 查看歌曲队列
- /music cancel (序号) 取消你的点歌
- /music vote 投票切歌
- /music vote cancel 取消发起的切歌
- /music push (序号) 投票将歌曲插入到队列头
- /music push cancel 取消发起的插歌
- /music mute 不再参与点歌
- /music search [歌名] 搜索歌曲
- /music select [序列] 选择歌曲
- /music nextpage 切换下一页歌曲搜索结果
- /music lastpage 切换上一页歌曲搜索结果
- /music hud enable 启用/关闭全部界面
- /music hud reset 重置全部界面
- /music hud [位置] enable 启用关闭单一界面
- /music hud [位置] pos [x] [y] 设置某个界面的位置
- /music hud [位置] dir [对齐方式] 设置某个界面的对齐方式
- /music hud [位置] color [颜色HEX] 设置某个界面的颜色
- /music hud [位置] reset 重置单一界面
- /music hud pic size [尺寸] 设置图片尺寸
- /music hud pic rotate [开关] 设置图片旋转模式
- /music hud pic speed [数值] 设置图片旋转速度

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

1
mechanism/auraskills.md Normal file
View File

@ -0,0 +1 @@
# 技能 (AuraSkills)

25
mechanism/coreprotect.md Normal file
View File

@ -0,0 +1,25 @@
# 查询 (CoreProtect)
## 简介
`CoreProtect`是Minecraft服务器的高效快速数据记录和反熊服工具。
本服使用`CoreProtect`来保护各位探险家们的财产安全。
它可以记录从熔炉或箱子中取出和放入的物品,与方块的交互,物品掉落或拾取等等...
## 基础使用
### inspect
使用`/co inspect`(或缩写`/co i`)来启用/关闭检查器
- 左键单击一个方块可以查看是谁放置了该方块
- 右键单击一个方块可以查看是谁移除了其相邻的方块
- 右键放置一个方块到某个位置可以查看是谁移除了该位置的方块
- 右键将一个方块放置到流体内可以查看是谁放置了该位置的方块
- 右键一个可交互方块(如门,拉杆,踏板等)可以查看谁使用了他们
- 右键箱子/潜影盒等容器,可以查看容器物品变更记录
### near
使用`/co near`来查询周围5格范围内的所有数据记录

1
mechanism/ecoenchants.md Normal file
View File

@ -0,0 +1 @@
# 更多附魔 (EcoEnchants)

1
mechanism/flyblock.md Normal file
View File

@ -0,0 +1 @@
# 飞行方块 (FlyBlock)

2
mechanism/lift.md Normal file
View File

@ -0,0 +1,2 @@
# 电梯 (Lift)

View File

@ -1,6 +1,10 @@
# 星门 (Stargete)
星门插件是一个经典的传送插件,它允许在远距离之间甚至跨服务器之间进行即时传送。 它是有史以来最可定制的交通插件之一,并且在设计时考虑了最终用户的创作! ——原作者
![stargate-showcase](./assets/stargate-showcase.png)
> 它是有史以来最可定制的交通插件之一,并且在设计时考虑了最终用户的创作! ——原作者
Stargete 是一个经典的传送插件,它允许在远距离之间甚至跨服务器之间进行即时传送。
## 设置星门
@ -9,4 +13,50 @@
星门设置如下图所示:
![星门设置](/images/stargete.png)
![stargate](./assets/stargete.png)
## 星门参数
在搭建好星门并且放下告示牌后,你需要正确填写告示牌内容才能创建星门。创建后不能再次修改,因此请确定你所填写的参数无误后再进行创建。
### 第一行:星门名称
第一行为你的星门名称,注意无法使用重复的星门名字。
![stargate-line1](./assets/stargate-line1.png)
最简单的星门只需填写此行。
### 第二行:目标星门名称[可选]
第二行可以填写你想要链接到的指定星门名称,如果填写,则该星门始终链接到指定的星门。
![stargate-line1](./assets/stargate-line2.png)
一个从thehrz的家连通到IKUN的基地的定向星门。
### 第三行:星门网络[可选]
不同的星门网络互相独立,且每个网络都有自己专属的网络名称。一个星门只能前往同一网络中的其他星门。
如果你希望将你的机器公开给大家使用,请填写`公开机器网络`
如果在创建时未指定目标星门也未指定星门网络,则该星门会默认链接到`主网络`网络。
### 第四行:额外参数[可选]
额外参数可以调整星门的具体设置,详细如下:
| 标记 | 描述 |
| ---- | ------------------------------------------------------------ |
| h | 隐藏标记,被标记为隐藏的星门不会在网络列表中和卫星地图里显示 |
| p | 私有标记,被标记为私有的星门只能被其创建者使用 |
| b | 反向标记,被标记为反向的星门玩家传送面向星门后 |
| r | 随机标记,随机星门会随机选择一个可用的目的星门前往 |
| a | 始终开启,被标记的星门始终开启(必须为定向星门) |
## 颜色与格式
![stargate-line1](./assets/stargate-color.png)
在完成星门创建后,你可以使用染料来修改星门的告示牌,使用染料右键即可进行修改。

47
mechanism/towny.md Normal file
View File

@ -0,0 +1,47 @@
# 城镇 (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 硬币`创建一个城镇。
城镇被创建后将在卫星地图上标记。
![towny-map](./assets/towny-map.png)
使用命令`/t join [城镇名]`加入公开的城镇。(想知道城镇是否公开可以输入/t list查看城镇列表后面有`(open)`字样的即为开放的城镇)
一般的城镇需要城主或城镇助手来邀请你才行,之后经验丰富的城镇或助手将会教你怎样获得你的土地。
### 扩建城镇
进入到一个城镇后,你需要走到你想要的区块上输入`/plot claim`来认领区块。
若是多个区块则每个区块都需输入可使用F3+G查看区块边界。
### 城镇银行
刚建城时,你的城镇银行默认没有钱,如果过了一天到了税收时间城镇没钱的话就会倒闭,所有城镇区块都会被回溯,你的城镇将会灭亡。
你需要`/t deposit [钱数]` 来给城镇银行捐钱,你也可以动员城镇居民捐钱。

BIN
misc/assets/fcl-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
misc/assets/fcl-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
misc/assets/fcl-3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 KiB

BIN
misc/assets/fcl-4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 KiB

BIN
misc/assets/fcl-5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
misc/assets/fcl-6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

25
misc/fcl.md Normal file
View File

@ -0,0 +1,25 @@
# FCL 安装整合包教程
- 在群文件下载整合包后,点击 **`保存到手机`**
![image-20250316132423661](./assets/fcl-1.png)
- 随后QQ提示保存位置
![image-20250316132532855](./assets/fcl-2.png)
- 点击 **`下载资源` -> `整合包` -> `安装整合包`**
![image-20250316132321161](./assets/fcl-3.png)
- 点击 **`导入本地整合包`**
![image-20250316132231913](./assets/fcl-4.png)
- 选择下载的整合包
![image-20250316132623987](./assets/fcl-5.png)
- 点击 **`安装`**
![image-20250316132655936](./assets/fcl-6.png)

24
plan.md
View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

1
server/archive.md Normal file
View File

@ -0,0 +1 @@
# 归档 (Archive)

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

1
server/build.md Normal file
View File

@ -0,0 +1 @@
# 建筑 (Build)

View File

@ -1,3 +1,46 @@
# 主服务器
# 主服务器 (Main)
## 交通
## 命令
### EssentialsX
基础插件的命令。
| 命令 | 描述 |
| ----------- | ------------------------------------- |
| /afk | 开启挂机模式 |
| /help | 查看帮助 |
| /helpop | 向管理员发送消息 |
| /back | 传送到上一次`tp` `spawn` `warp`的位置 |
| /home | 回到家 |
| /sethome | 设置家 |
| /renamehome | 重命名家 |
| /delhome | 删除家 |
| /spawn | 回到出生点 |
| /list | 在线玩家列表 |
| /msg | 私聊某人 |
| /msgtoggle | 阻止接收所有私人信息 |
| /ping | 查看延迟 |
| /tpa | 请求传送到某玩家 |
| /tpahere | 请求某玩家传送到你处 |
| /tpaccept | 接受玩家的传送请求 |
| /tpdeny | 拒绝玩家的传送请求 |
| /time | 查看世界时间 |
## 特性
### 聊天
聊天支持格式化代码。
![chat-color](./assets/chat-color.png)
### 经济
#### 主城收购市场
![spawn-shop](./assets/spawn-shop.png)
#### 在线时长奖励
命令`/ptt ac`

1
server/minigames.md Normal file
View File

@ -0,0 +1 @@
# 小游戏 (Minigames)

View File

@ -30,3 +30,36 @@
- 新增在线奖励 每天一小时奖励1000硬币 命令: `/ptt ac all`
- (临时性)优化部分玩家的村民
- 新增电梯插件
### 2025.2.4
- 更新整合包`Common v1.1.4`
### 2025.2.5
- 新增精英怪,在怪物中有`5%`的概率刷新
- 新增等级化怪物加强,根据玩家装备水平、技能等级、刷新距离判定怪物等级,**所有怪物都会被提升**
- 新增世界变更日志,玩家使用`/co i`查询方块
- 新增末影龙掉落物,`50%`概率掉落鞘翅
### 2025.2.8
- 城镇化改革-1
### 2025.3.1
- 使死亡优先传送到家
- 修正玩家击杀末影龙掉落物权限
- 修正末影龙掉落物概率
### 2025.3.23
- 新增Yes Steve Model支持
### 2025.4.4
- 新增菜单
### 2024.4.5
- 新增盔甲架编辑器